Schneems
Schneems

Reputation: 15828

Ruby 1.9.1 and Jrails

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

Answers (2)

Guilherme K. A.
Guilherme K. A.

Reputation: 61

Reinstall it using the latest version on github:

./script/plugin install git://github.com/aaronchi/jrails.git --force

Upvotes: 3

Damien MATHIEU
Damien MATHIEU

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

Related Questions