A version of the ember-resource javascript library packaged for the asset pipeline in rails.
Original project is https://github.com/staugaard/ember-resource
Version taken at commit fb701564a4212eaa0ce3e975190d0d274c553187
Add this line to your application's Gemfile:
gem 'ember-resource'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ember-resource
Simply add to your assets group in a rails application and then add the line //= require ember-resource to your application's javascript manifest
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request