If you’re getting No expansion found for :defaults with an upgrade to Rails 3.0.4, make sure that you are not passing setting an empty array to config.action_view.javascript_expansions[:defaults] = %w() — use %w(rails) or comment it out.
Entries Tagged as 'ruby'
Fix for no expansion found for defaults error in Rails 3.0.4
February 9th, 2011 · 4 Comments · ruby
Tags:
Ruby Nation 2010, Day 1
April 10th, 2010 · No Comments · ruby
I’ll be honest — I love RubyNation. I’ve been to it for the past 3 years, ever since I first started programming in Ruby on a regular basis. I’ve been to many conferences and I have to compliment the team on putting together yet another great program for 2010. It’s worth getting up at 5am [...]
Tags: