BigW Consortium Gitlab

  1. 01 Nov, 2016 1 commit
    • require rails/generators for generators · f84f43b1
      Yorick Peterse authored
      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".
  2. 31 Oct, 2016 1 commit
    • Support for post deployment migrations · 83c82411
      Yorick Peterse authored
      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