Skip to content

Instantly share code, notes, and snippets.

@ryonext
Created August 1, 2013 07:42
Show Gist options
  • Save ryonext/6129260 to your computer and use it in GitHub Desktop.
Save ryonext/6129260 to your computer and use it in GitHub Desktop.
Rails3でUIを持ったapplicationを作るときのtemplate
gem "twitter-bootstrap-rails"
gem "thin"
gem_group :development, :test do
gem "rspec-rails"
gem "pry-rails"
gem "pry-debugger
gem "spork"
gem "guard-spork"
gem "guard-rspec"
gem "factory_girl_rails"
gem "polgergeist"
gem "guard-coffeescript" # for write test with coffee
gem "jasmine" # js testing
# for mac
gem "rb-fsevent"
gem "growl"
end
#不要ファイルの削除
remove_file "test"
remove_file "public/index.html"
#rails g rspec:install
generate("rspec:install")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment