Ember-debug-rails gem
Javascript ember-debug library in a Rails engine to use it with the Rails asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'ember-debug-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ember-debug-rails
Usage
Add this line to your JS manifest file:
//= require ember-debug
Version
Synced with ember-debug library version
Contributing
- Fork it ( https://github.com/[my-github-username]/ember-debug-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request