Skip to content

Update Rails 4.1 to 4.2 and OOD

Eric Franz requested to merge 4115to4271 into master

Created by: brianmcmichael

This is actually a very simple process that is performed by Gem updates.

I've compared the diffs of a new rails app generated with Rails 4.2 and 4.0 and there are no changes that affect the app.

The developer will just need to be concerned with any features that were removed from Rails 4.0/4.1, which don't apply to our app.

http://guides.rubyonrails.org/4_2_release_notes.html

Merge request reports