rails / coffee-rails

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
MIT License
230 stars 64 forks source link

All Ruby's Tests failed because of NameError: uninitialized constant ActionView::DependencyTracker #93

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

I would share you that current master branch's tests are failed. https://travis-ci.org/rails/coffee-rails/branches

Below are latest build for master branch. https://travis-ci.org/rails/coffee-rails/builds/228967808

For example about Ruby 2.4.0 https://travis-ci.org/rails/coffee-rails/jobs/228967838

$ bundle exec rake
...
TemplateHandlerTest#test_coffee_views_are_served_as_javascript:
NameError: uninitialized constant ActionView::DependencyTracker
...
jasnow commented 7 years ago

Here is a repo affected by same message:

First run "rake" on the repo before updating and see that it runs cleanly.

Then run "bundle update" to get newest edge coffee-rails gem and run "rake" and see the above message.

rafaelfranca commented 7 years ago

Fixed