I have a problem using url_for() or redirect_to(), etc.
For example if I <code>put url_for :action => 'foo', :controller =>
'blah'</code>
I expect to get "/blah/foo" but always get
"/assets?action=foo?controller=blah".
Have I some miss on my configurations or some think like?