rails/prototype-rails

uninitialized constant ActionView::Helpers::JavaScriptCollectionProxy::ActiveSupport

kylemathews opened this issue · 2 comments

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.

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...

Seems to be working for me now too. Thanks for the update.