Class: MyBloodyValentine::AppGenerator
- Inherits:
-
Rails::Generators::AppGenerator
- Object
- Rails::Generators::AppGenerator
- MyBloodyValentine::AppGenerator
- Defined in:
- lib/my_bloody_valentine/generators/app_generator.rb
Instance Method Summary collapse
- #my_bloody_valentine_customiziation ⇒ Object
- #setup_development_environment ⇒ Object
- #setup_staging_environment ⇒ Object
Instance Method Details
#my_bloody_valentine_customiziation ⇒ Object
7 8 9 10 |
# File 'lib/my_bloody_valentine/generators/app_generator.rb', line 7 def my_bloody_valentine_customiziation invoke :add_custom_gems end |
#setup_development_environment ⇒ Object
17 18 19 20 |
# File 'lib/my_bloody_valentine/generators/app_generator.rb', line 17 def setup_development_environment say "Setting Up Development environment" build :enable_factory_girl_syntax end |
#setup_staging_environment ⇒ Object
12 13 14 15 |
# File 'lib/my_bloody_valentine/generators/app_generator.rb', line 12 def setup_staging_environment say "Setting up the stagin environment" build :setup_staging_environment end |