This project is archived and is in readonly mode.
Edge: Undefined method 'j' for module 'ActionView::Helpers::JavaScriptHelper'
Reported by mikemaltese | March 27th, 2011 @ 06:03 PM
When trying to run Edge Rails, I get this error:
/Library/Ruby/Gems/1.8/bundler/gems/rails-a9d27c04abf2/actionpack/lib/action_view/helpers/javascript_helper.rb:61:in
alias_method': undefined method
j' for module
`ActionView::Helpers::JavaScriptHelper' (NameError)
Looks like the order of arguments to alias_method in the commit
https://github.com/rails/rails/commit/cb3e96a447df592947ae10221c749...
was mixed up.
Comments and changes to this ticket
-
DHH March 27th, 2011 @ 07:21 PM
- State changed from new to resolved
- Importance changed from to Low
My bad. Fixed.
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>