Skip to content

Instantly share code, notes, and snippets.

@gardentree
Created October 28, 2011 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gardentree/1322806 to your computer and use it in GitHub Desktop.
Save gardentree/1322806 to your computer and use it in GitHub Desktop.
Rails Applicationを作成する時に
rails new #{name} -T
- Gemfile -
gem 'haml'
gem 'haml-rails'
group :development, :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'faker'
end
- install -
rails g rspec:install
rake db:test:prepare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment