Sha256: 23738d6b31b10bcfb272ed33e7e1341acbc154a9a4aed292b668b0c75c7a0dde

Contents?: true

Size: 601 Bytes

Versions: 2

Compression:

Stored size: 601 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
prototype-rails-0.2 README
prototype-rails-0.1 README