Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
migration_generator.rb 2.44 KB

Latest revisions

# Date Author Comment
13b42253 06/06/2017 11:12 AM Ohad Levy

refs #19589 - ensure that foreman starts in production

this avoids the following error in production (under passenger):
Message from application: uninitialized constant Generators::Base (NameError)
lib/generators/plugin/migration_generator.rb:2:in `<module:Plugin>'...

fb57b8b0 06/02/2017 04:28 AM Shimon Shtein

Fixes #19589 - Added plugin migration generator

Now plugin creators would be able to generate migrations by invoking

``` sh

rails g plugin:migration <migration name and options> --plugin_name=my_plugin

```

View revisions

Also available in: Atom