Sha256: ba289b0b76e4a95893c019edff5f9bf0038567dbe57fec8e86ae8ad9ecccc8d8

Contents?: true

Size: 976 Bytes

Versions: 21

Compression:

Stored size: 976 Bytes

Contents

require_relative 'tasks/install_dragonfly_config'

module Alchemy
  class Upgrader::ThreePointFive < Upgrader
    class << self
      def install_dragonfly_config
        desc 'Install dragonfly config into `config/initializers`'
        Alchemy::Upgrader::Tasks::InstallDragonflyConfig.new.install
      end

      def alchemy_3_5_todos
        notice = <<-NOTE

        Picture rendering switched to Dragonfly middleware
        --------------------------------------------------

        Alchemy now uses the Dragonfly middleware to render the pictures and
        REMOVED THE LOCAL PICTURE CACHING!

        This has effect on your production setup and NEEDS FURTHER ACTION in order to
        provide a caching option that works for your setup.

        Please follow the guidelines about picture caching on the Dragonfly homepage:

        http://markevans.github.io/dragonfly/cache/

        NOTE
        todo notice, 'Alchemy v3.5 changes'
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.7 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.6 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.5 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.4 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.3 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.5 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.2 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.1 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.4 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.0 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.3 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.2 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.0.rc2 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.0.rc1 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.1 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-4.0.0.beta lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.6.0 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.5.0 lib/alchemy/upgrader/three_point_five.rb
alchemy_cms-3.5.0.rc2 lib/alchemy/upgrader/three_point_five.rb