-
Notifications
You must be signed in to change notification settings - Fork 78
Home
lenart edited this page Sep 14, 2010
·
6 revisions
You can also install it as plugin:
script/plugin install git://github.com/aaronchi/jrails.git
Alternately you can install it as gem:
gem install aaronchi-jrails
or put this in your environment.rb
config.gem "aaronchi-jrails", :lib => "jrails", :source => 'http://gems.github.com'
and run rake gems:install
:
You also need to download jQuery library and put it in /public/javascripts/. You can get jQuery here. You have to rename the file to ‘jquery.js’