coffee-rails
coffee-rails copied to clipboard
CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
Found via `typos --format brief`
### Context [travis-ci.org](https://www.travis-ci.org/) is dead and the current CI pipeline is not working. ### Change To ensure compatibility with various versions of Ruby and Rails, I propose using GitHub Actions...
Hi, I did fresh install rails 4.2.5 with coffee-rails 4.1.0 and when there is syntax error on my .coffee file, the error only shows error message without the filename on...
This PR configures the build matrix to include newer versions of Rails. - use an explcitly defined build matrix - run Ruby 2.2-2.4 with Sprockets 3 on Rails 5.2, still...
This PR makes the Gemfile point to the right branch - for Bundler 1.x. This will repair the test suite for older Ruby versions. ## Details Newer Ruby versions will...
Hello! I guess the CI matrix could be trimmed a little. Example: Rubinius is probably not installing. The JRuby version is not the latest generally available. Small things, easy to...
Testing against Sprockets 4, there is [test failure](https://travis-ci.org/github/rails/coffee-rails/jobs/622026862): ~~~ Error: AssetsTest#test_coffee-script.js_is_included_in_Sprockets_environment: Sprockets::Railtie::ManifestNeededError: Expected to find a manifest file in `app/assets/config/manifest.js` But did not, please create this file and use it...
This PR shows coffee-rails views not being picked for JS routes when a .html.erb template exists for the same action. In the comments of the dummy controller are the currently...
### Steps to reproduce Create a new rails 6 app. Run "bin/rails g channel message". The generator will complete successfully. Add coffee-rails gem, bundle, then re-run the channel generator command....