This project is archived and is in readonly mode.

#4073 ✓committed
Sam Ruby

overwrite_params no longer works with url_for

Reported by Sam Ruby | March 1st, 2010 @ 12:59 AM | in 2.3.6

Overwrite_params is described here:
http://api.rubyonrails.org/classes/ActionController/Base.html

This functionality works in 2.3.5, and worked in 3.0 up to the following commit:

http://github.com/rails/rails/commit/226dfc2681c98deaf14e4ae82e973d...

An example of the breakage can be found at the bottom of the following page:

http://intertwingly.net/projects/AWDwR3/checkdepot/section-21.2.html

The same example under 2.3.5:

http://intertwingly.net/projects/AWDwR3/checkdepot-235/section-21.2...

Either this is an intentional change in behavior (and the rdocs need to be updated), or the function needs to be restored.

Comments and changes to this ticket

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>

Attachments

Referenced by

Pages