Skip to content

Commit 7710c10

Browse files
committed
Merge pull request #2 from gemgento/master
update
2 parents 44d372e + d794b5d commit 7710c10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
RailsScript is a Rails-centric, object oriented, featherweight framework for writing CoffeeScript. It is optimized for the [Rails Asset Pipeline](http://guides.rubyonrails.org/asset_pipeline.html) and is compatible with [TurboLinks](https://github.com/rails/turbolinks). Using Rails controller names and actions to call JavaScript, it has never been easier to write clean, concise, and maintainable page specific JavaScript.
44

5+
## Upgrade From 0.x to 1.x
6+
7+
To migrate from version 0.x to 1.x, please see the wiki; https://github.com/gemgento/rails_script/wiki/v0.x-to-V1.x-Migration
8+
59
## Installation
610

711
Add this line to your application's Gemfile:
812

9-
gem 'rails_script', '~> 0.6.1'
13+
gem 'rails_script', '~> 1.0', '<= 2.0'
1014

1115
And then execute:
1216

0 commit comments

Comments
 (0)