Created
December 24, 2016 18:24
-
-
Save bleonard/3fdc0ee196797aefea0db191587238ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ENGINE_BOOT=am bundle exec rails c | |
=> will boot the account and marketing engines - but not content, admin, etc. | |
$ ENGINE_BOOT=-m bundle exec rails c | |
=> will boot all engines except marketing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment