Reputation: 15828
I'm getting error:
uninitialized constant ActionView::Helpers::JavaScriptElementProxy::ActionView
I've tried forcing a reinstall of jrails which didn't fix the error, and Googling the error has yet to yeild a result. Any suggestions? Ruby 1.9.1, Rails 2.3.4.
Upvotes: 1
Views: 1194
Reputation: 61
Reinstall it using the latest version on github:
./script/plugin install git://github.com/aaronchi/jrails.git --force
Upvotes: 3
Reputation: 32629
As said here, jrails has apparently been patched to work with Ruby 1.9.
The latest version is available on github.
Alternative link: http://github.com/aaronchi/jrails
Upvotes: 1