spine / spine-rails

Spine plugin for Rails
171 stars 38 forks source link

Coffeescript is required. #18

Closed ozzyaaron closed 12 years ago

ozzyaaron commented 13 years ago

I'm not to flush on the Gem development but my project didn't have coffee-rails in it's gemset and the JS for spine obviously wouldn't compile.

Thanks

phaedryx commented 13 years ago

Out of curiosity, why use an absolute version, instead of "coffee-script", ">= 2.2.0"?

maccman commented 13 years ago

Hmm, what Rails are you using? The latest one has CoffeeScript by default in its Gemfile.

The issue with merging this patch, is that it would require everyone to specify the spine-rails gem in the 'assets' group inside their Gemfile, if they wanted thing to still work correctly with environments like Heroku.