On 2-jun-2006, at 7:57, Jamis Buck wrote:

Hampton,

Thanks for your testing on this. It does appear that :id, at least, is extra sticky now. We'll see what can be done with this, since it should definitely not be acting so zealous.

Jamis, can something be done to disambiguiate where a leadig slash is necessary and where not? (both in routes and in url_for). After this rewrite I get some weird routing changes, for instance such a route:

  map.connect 'about', :controller => "welcome", :action=>"about"

would before connect to

'about' from everywhere - now it does so only from my index action of the controller, and from the others it gives

'/welcome/about'

Not pretty :-(
--
Julian 'Julik' Tarkhanov
please send all personal mail to
me at julik.nl


_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to