summaryrefslogtreecommitdiff
path: root/lib/generators
Commit message (Collapse)AuthorAgeFilesLines
* require rails/generators for generatorsYorick Peterse2016-11-011-0/+2
| | | | | | Because this code resides in lib/ it may be eager loaded. Rails in turn doesn't define Rails::Generators by default unless you explicitly require "rails/generators".
* Support for post deployment migrationsbackground-migrationsYorick Peterse2016-10-311-0/+13
These are regular Rails migrations that are executed by default. A user can opt-out of these migrations by setting an environment variable during the deployment process. Fixes gitlab-org/gitlab-ce#22133