Skip to content

Add RJS for jQuery to Rails 3.1+ apps (this repo would probably be the only fork in the world that supports Rails 4)

License

Notifications You must be signed in to change notification settings

ManageIQ/jquery-rjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Add RJS for jQuery to Rails 3.1+ apps (this repo would probably be the only fork in the world that supports Rails 4)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%