This project is archived and is in readonly mode.

Changeset [e197d6f34b72cd96ffc5c6680ed8d433f1b1c4db] by José Valim

August 24th, 2010 @ 08:58 PM

Finally fix the bug where symbols and strings were not having the same behavior in the router.

If you were using symbols before for methods like match/get/post/put/delete, it is likely that this commit will break your routes.
Everything should behave the same if you are using strings, if not, please open up a ticket.
http://github.com/rails/rails/commit/e197d6f34b72cd96ffc5c6680ed8d4...

Committed by José Valim

  • M actionpack/lib/action_dispatch/routing/mapper.rb
  • M actionpack/test/dispatch/routing_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>