rails / coffee-rails

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

Reserves the constant name Coffee #58

Closed zacstewart closed 10 years ago

zacstewart commented 10 years ago

I have a Rails application that needs to use the constant name Coffee, but am unable to do so because of coffee-rails. Could this name be changed to something more specific like CoffeeRails?

josh commented 10 years ago

I agree with you on this one and wish this library used CoffeeRails from the beginning, but I think its going to cause a lot more issues if we try to rename it now.

Maybe this could be reconsidered later.

Thanks!