README.md in spine-rails-0.1.0 vs README.md in spine-rails-0.1.1
- old
+ new
@@ -12,14 +12,23 @@
* Adds some Spine generators, so you can easily create Spine Models, Views and Controllers.
### Installation
-In your Gemfile, add this line:
+In your Gemfile, add the following lines:
+ gem "json2-rails"
gem "spine-rails"
+Make sure that your Gemfile also includes
+
+ gem "jquery-rails"
+
+Or if your using Zepto
+
+ gem "zepto-rails"
+
Then run the following commands:
bundle install
rails generate spine:new
@@ -69,11 +78,11 @@
2. [rub-haml-js](https://github.com/dnagir/ruby-haml-js) - will use HAMLJS templates
3. otherwise, EJS templates will be used
## Example Usage
-Created a new Rails 3.1 application called `blog`.
+Created a new Rails application called `blog`.
rails new blog
Edit your Gemfile and add
@@ -118,6 +127,6 @@
Also if you want to have some useful helpers to bridge the gap between Spine and Rails, then [spine-extensions](https://github.com/dnagir/spine-extensions) is for you.
## Attributions
-This plugin was made by [Alex MacCaw](http://alexmaccaw.co.uk) with major contributions from [Dmytrii Nagirniak](https://github.com/dnagir). It's under the same license as [Spine](http://spinejs.com) (MIT).
+This plugin was made by [Alex MacCaw](http://alexmaccaw.co.uk) with major contributions from [Dmytrii Nagirniak](https://github.com/dnagir) [Zohar Arad] (https:://github.com/zohararad) and [Ben Haines] (http://github.com/benhainez). It's under the same license as [Spine](http://spinejs.com) (MIT).