Sha256: aecee342e8270aff15502262a09902d25475932e5dea24f734f3b842eef09fbf
Contents?: true
Size: 636 Bytes
Versions: 1
Compression:
Stored size: 636 Bytes
Contents
require File.join(File.dirname(__FILE__), 'core_extensions.rb') initialize_templater required_recipes = %w(default mongoid jquery haml rspec factory_girl remarkable) required_recipes.each {|required_recipe| apply recipe(required_recipe)} say("\nInitial generation complete\n", Thor::Shell::Color::YELLOW) load_options apply(recipe('cucumber')) if yes?("\nWould you like to add integration testing with Cucumber? [y|n]: ", Thor::Shell::Color::BLUE) apply recipe('design') run 'bundle install' execute_post_bundler_strategies environment load_snippet('generators', 'rails') git :add => "." git :commit => "-m 'Initial commit'"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_templater-0.0.1 | lib/template/templater.rb |