Skip to content

Instantly share code, notes, and snippets.

@ryonext
Last active December 20, 2015 12:09
Show Gist options
  • Save ryonext/6129266 to your computer and use it in GitHub Desktop.
Save ryonext/6129266 to your computer and use it in GitHub Desktop.
Rails3でAPIを作るときのテンプレート
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"
# 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