LoginSignup
9
10

More than 5 years have passed since last update.

Rails3.2 to Rails4 アップデートしてみた

Last updated at Posted at 2013-09-01
  • gemのupdate
ruby '2.0.0'
gem 'rails', '>= 4.0.0'
gem 'sass-rails',   '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem "railties", ">= 4.0.0"
gem "activesupport", ">= 4.0.0"
gem 'rails_12factor', group: :production
  • Rails4へupdate
bundle exec rake rails:update

Rails4用のファイルが吐かれるので, git diffして差分を確認して取捨選択. 

9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10