Rails 4 Upgrade
Introduction
This page contains information about upgrading the V2 system to Rails V4 from V2.3.12
Rails 4.0.0 was released at the 25th of June 2013. See the following good description about upgrading works:
http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-3-2-to-rails-4-0
Upgrade steps
- Change the rails line in the Gemfile:
gem 'rails', '~>4.0.0'
Run bundle update rails and try to resolve dependence problems
Current Status (2013-07-01)
The first try was went wrong, basic gems have no Rails 4 versions:
- gem 'seed-fu'
- gem 'simple_form'
- gem 'cucumber-rails'
- gem 'sass-rails'
- gem 'coffee-rails'
- gem 'font-awesome-sass-rails'