routing-filter plugin Issue with Rails 2.3.2
If you get
=> Booting WEBrick
=> Rails 2.3.2 application starting on http://0.0.0.0:3002
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:142:innamed_helper_module_eval': (eval):28:in
named_helper_module_eval': compile error (SyntaxError)
(eval):28: syntax error, unexpected kEND, expecting $end
end
^ from /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:175:in `define_url_helper'
(…)
after upgrading to Rails 2.3.2, the culprit is likely an outdated routing-filter plugin, so just
script/plugin remove routing-filter
script/plugin install git://github.com/svenfuchs/routing-filter.git
Jason Green: That was exactly it! cheers,
Steve Laing: Works for me - Many thanks!
Posted: 23 March 2009