uninitialized constant ActionView::Helpers::JavaScriptCollectionProxy::ActiveSupport
kylemathews opened this issue · 2 comments
kylemathews commented
After upgrading to Rails 3.1rc6 I started getting this error with my RJS.
uninitialized constant ActionView::Helpers::JavaScriptCollectionProxy::ActiveSupport
Anyone else getting this? Mainly seems to be with page.select for me.
elstudio commented
This was failing for me with 3.1rc6.
Works now, though, after I updated to today's 3-1-stable branch. Not sure which commit fixed...
kylemathews commented
Seems to be working for me now too. Thanks for the update.