This project is archived and is in readonly mode.
railties/url_helpers.rb:7:in `block (2 levels) in with': implicit argument passing of super from method defined by define_method()
Reported by David Lee | February 26th, 2010 @ 07:52 AM
Error message:
rails/actionpack/lib/action_controller/railties/url_helpers.rb:7:in
block (2 levels) in with': implicit argument passing of super
from method defined by define_method() is not supported. Specify
all arguments explicitly. (RuntimeError)
Simple fix:
replace super with super(klass)
Comments and changes to this ticket
-
Rohit Arondekar February 2nd, 2011 @ 10:09 AM
- State changed from new to stale
- Importance changed from to Low
Marking ticket as stale. If this is still an issue please leave a comment with suggested changes, creating a patch with tests, rebasing an existing patch or just confirming the issue on a latest release or master/branches.
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>