I\'m using rails_admin, and since it is in (very) active development, bugs turn up every now and then.
There are no versions for the gem as far as I can tell, for th
A shorter version:
gem 'rails', :github => 'rails/rails', :ref => '4aded'
Or, in Ruby 1.9+
gem 'rails', github: 'rails/rails', ref: '4aded'