In Gemfile, change following versions of assets and rails
gem 'rails', '3.2.0' group :assets do gem 'sass-rails', " ~> 3.2.3" gem 'coffee-rails', "~> 3.2.1" gem 'uglifier', '>= 1.0.3' end
Run 'bundle update'
Ruby on Rails Guide & Solutions is day to day troubleshooting, issues faced, new findings, concepts which is shared with rest of the world with focus on Ruby on Rails latest versions, its installation, plugins, gems, codes on latest versions.
gem 'rails', '3.2.0' group :assets do gem 'sass-rails', " ~> 3.2.3" gem 'coffee-rails', "~> 3.2.1" gem 'uglifier', '>= 1.0.3' end
Run 'bundle update'