debshots/lib/tasks
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
..
.keep Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
accesslog2visits.rake Speed improvement in updating database 2016-08-11 11:20:37 +02:00
import_debian.rake More relaxed blacklist for importing packages 2016-10-30 13:03:04 +01:00
paperclip_to_activestorage.rake Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
remove_broken_screenshots.rake Rake task to clean up broken screenshots works now 2016-08-17 09:27:50 +02:00
remove_image_duplicates.rake Using created_at instead of legacy 'uploaddatetime' field 2016-03-04 15:41:50 +01:00
screenshots_to_paperclip.rake Screenshot/Paperclip migration Rake task checks for validation errors 2015-06-26 21:18:56 +02:00