views:

181

answers:

1

I have a new application starting that's using Rails 2.3.8 for stability concerns and gem compatibility, however we'd like to begin being conscious of Unobtrusive JavaScript by implementing the Rails 3 style UJS in this application. Is there any existing plugin/gem that backports this feature?

We are currently using the jrails gem to swap jQuery for Prototype, as it is better suited to our needs. Is there an easy way to integrate jQuery with Rails 3 style UJS in a Rails 2.3.x application?