Closed josh closed 10 years ago
Old versions of Rails don't support Railtie. Which breaks simply requiring coffeelint.
coffeelint
Usually gems with railties suggest users do an explicit railtie require in their Gemfile like.
railtie
# Gemfile gem "coffeelint", require: "coffeelint/railtie"
But that would be a backwards incompatible change.
Thanks for the catch
Thanks!
Old versions of Rails don't support Railtie. Which breaks simply requiring
coffeelint
.Usually gems with railties suggest users do an explicit
railtie
require in their Gemfile like.But that would be a backwards incompatible change.