Rails 3.2 Released – The upgrade story
Posted by Kevin McKelvin on January 23, 2012 in RubyRails 3.2 was released on Friday 20 January. So as any good developer would, I started playing around with it on an app I'm building.It was a breeze getting the bundle updated, just add these lines to the Gemfile and run bundle updateOnce the updated gems had installed, firing up the rails server spat a few errors out. It turns out ActiveAdmin v0.3.4 doesn't work with Rails 3.2. Within a few hours of the Rails release there was already a fix for this which has been pulled into the activeadmin Github repo.Bundling against the edge release is risky, but it works and all m
Continue ReadingLeave a Comment

