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/config
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
..
environments
initializers Add post-deployment migration system (#8182) 7 years ago
locales Added endorse strings, fixed footer 'developers' string (#8183) 7 years ago
webpack
application.rb
boot.rb
brakeman.ignore
database.yml
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb
puma.rb
routes.rb Public profile endorsements (accounts picked by profile owner) (#8146) 7 years ago
secrets.yml
settings.yml Add separate setting for sidebar text (site_short_description) (#8107) 7 years ago
sidekiq.yml
themes.yml
webpacker.yml