This project is archived and is in readonly mode.

Changeset [0d7b8f8c83a3df2eaf6ab9372270171ffbdd64ee] by José Valim

August 24th, 2010 @ 08:44 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/0d7b8f8c83a3df2eaf6ab937227017...

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>