Skip to content

hedtek/ember-resource

Repository files navigation

Ember Resource asset pipeline

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

Installation

Add this line to your application's Gemfile:

gem 'ember-resource'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ember-resource

Usage

Simply add to your assets group in a rails application and then add the line //= require ember-resource to your application's javascript manifest

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Ember resource in asset pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published