Sha256: 4f6ecd83c0eaa83045bca0582cc322b2ad193727e37e8e3949a5ba7f58a64f14
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
# EmberScript-Ruby Provides a lightweight ruby wrapper around [EmberScript](https://github.com/ghempton/ember-script). `EmberScript.compile(source)` ## Installation This gem requires that an `ember-script` command be available in the current path. Being as EmberScript is still in early development, it is best to install via npm from git. After installing [Node.js](http://nodejs.org/), run the following command: ``` sudo npm install -g 'git://github.com/ghempton/ember-script.git#HEAD' ``` ## Rails Integration After following the installation instructions above, simply add the following to your gemfile: ``` gem 'ember_script-rails' ``` ## Plain Ruby ``` gem 'ember_script' ``` ## Contributing to EmberScript-Ruby * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. ## Copyright Copyright (c) 2012 Gordon L. Hempton. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ember_script-0.0.3 | README.md |