I have some links that are now broken when I went from rev. 1490 (last Friday) to rev. 1540 (today, Monday the 27th of Jun.) of edge rails. It looks like the :controller parameter is being ignored: irb(#<Admin::DashboardController:0x254d17c>):002:0> url_for :controller => "genres" => "http://localhost:3000/admin/dashboard" irb(#<Admin::DashboardController:0x254d17c>):003:0> url_for :controller => "anything" => "http://localhost:3000/admin/dashboard" irb(#<Admin::DashboardController:0x254d17c>):004:0> url_for :controller => "/genres" => "http://localhost:3000/admin/dashboard" Perhaps some of the new optimizations knocked something important out? Duane Johnson (canadaduane) _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Duane Johnson wrote:> I have some links that are now broken when I went from rev. 1490 (last > Friday) to rev. 1540 (today, Monday the 27th of Jun.) of edge rails.Thanks Duane, http://dev.rubyonrails.com/ticket/1526 Should be fixed now. Cheers, Nicholas aka Ulysses POPULATION EXPLOSION Unique in human experience, an event which happened yesterday but which everyone swears won''t happen until tomorrow. - The Hipcrime Vocab by Chad C. Mulligan