No commit activity in last 3 years
No release in over 3 years
Add RJS for jQuery to Rails 3.1+ apps (this repo would probably be the only fork in the world that supports Rails 4)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme
prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1.

Prototype and Scriptaculous are provided via the asset pipeline and you
do *not* need to copy their files into your application. Rails will get
them from prototype-rails automatically.

You may want to add them to your app/assets/javascripts/application.js:

    //= require prototype
    //= require prototype_ujs
    //= require effects
    //= require dragdrop
    //= require controls

New applications using this may also want to add

    config.action_view.debug_rjs = true

to their config/environments/development.rb.