You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/lib
Eugen Rochko 018a9e4e7f
Add post-deployment migration system (#8182)
Adopted from GitLab CE. Generate new migration with:

    rails g post_deployment_migration name_of_migration_here

By default they are run together with db:migrate. To not run them,
the env variable SKIP_POST_DEPLOYMENT_MIGRATIONS must be set

Code by Yorick Peterse <yorickpeterse@gmail.com>, see also:

83c8241160
7 years ago
..
assets
devise
generators Add post-deployment migration system (#8182) 7 years ago
mastodon Redesign public profiles and toots (#8068) 7 years ago
paperclip Resize images by area instead of fixed dimensions (#8083) 7 years ago
tasks Add some feedback to maintenance rake tasks (#8173) 7 years ago
templates Add post-deployment migration system (#8182) 7 years ago