Skip to content

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.

License

Notifications You must be signed in to change notification settings

rails/coffee-rails

This branch is 168 commits ahead of spastorino/coffee-rails:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc4632d · May 27, 2021
Mar 17, 2019
Apr 23, 2019
Apr 23, 2019
May 16, 2016
May 11, 2021
Apr 23, 2019
Apr 23, 2019
Jan 1, 2016
Jul 12, 2019
Dec 18, 2015
Nov 26, 2019
Nov 26, 2019

Repository files navigation

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:

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
  • Gem Version

About

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 85.2%
  • HTML 12.0%
  • CoffeeScript 2.4%
  • JavaScript 0.4%