debshots/config/initializers
Christoph Haas 8adf682a0b Migrations and helpers to move from Paperclip to ActiveStorage
To migrate the application as of April 2020:

• leave models/screenshot.rb with “has_attached_file”
• bundle exec rake db:migrate
• bin/move_paperclip_to_activestorage
• set models/screenshot.rb to “has_one_attached”
2020-04-20 20:24:59 +02:00
..
application_controller_renderer.rb Upgrade from Rails 5.0 to 5.2 2020-04-14 02:16:25 +02:00
assets.rb Upgrade from Rails 5.0 to 5.2 2020-04-14 02:16:25 +02:00
backtrace_silencers.rb Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
content_security_policy.rb Upgrade Rails 5.2 -> 6.0 2020-04-14 02:26:43 +02:00
cookies_serializer.rb Further updates to Rails 5.0.2 2017-04-17 00:16:32 +02:00
devise.rb Upgrade from Rails 5.0 to 5.2 2020-04-14 02:16:25 +02:00
filter_parameter_logging.rb Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
inflections.rb Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
mime_types.rb Updated Rails version to 5.0.2 2017-04-16 23:59:05 +02:00
new_framework_defaults.rb Upgrade from Rails 5.0 to 5.2 2020-04-14 02:16:25 +02:00
new_framework_defaults_5_2.rb Upgrade from Rails 5.0 to 5.2 2020-04-14 02:16:25 +02:00
new_framework_defaults_6_0.rb Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
recaptcha.rb Google's recaptcha removed. Avoid external dependencies. 2017-04-05 16:26:23 +02:00
secret_token.rb Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
session_store.rb Updated Rails version to 5.0.2 2017-04-16 23:59:05 +02:00
wrap_parameters.rb Updated Rails version to 5.0.2 2017-04-16 23:59:05 +02:00