Sha256: da83ad6c13b28c82ca90d5c149efd7b7da9584d2cafcc1f7ecbbf609ada90760
Contents?: true
Size: 883 Bytes
Versions: 6
Compression:
Stored size: 883 Bytes
Contents
# Coffee-Rails CoffeeScript adapter for the Rails asset pipeline. Also adds support to use CoffeeScript to respond to JavaScript requests (use `.coffee` views). ## Installation Since Rails 3.1 Coffee-Rails is included in the default Gemfile when you create a new application. If you are upgrading to Rails 3.1 you must add the coffee-rails to your Gemfile: ~~~ruby gem 'coffee-rails' ~~~ ## Running tests $ bundle install $ bundle exec rake test If you need to test against local gems, use Bundler's gem `:path` option in the Gemfile. ## Code Status * [![Travis CI](https://api.travis-ci.org/rails/coffee-rails.png)](http://travis-ci.org/rails/coffee-rails) * [![Gem Version](https://badge.fury.io/rb/coffee-rails.png)](http://badge.fury.io/rb/coffee-rails) * [![Dependencies](https://gemnasium.com/rails/coffee-rails.png)](https://gemnasium.com/rails/coffee-rails)
Version data entries
6 entries across 6 versions & 3 rubygems