rails / coffee-rails

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

InternalError: too much recursion #24

Closed gregory closed 12 years ago

gregory commented 12 years ago

Hi guys,

i get an internal error when trying to deploy to production. i m using 'rails', '3.2.1' and 'coffee-rails', '~> 3.2.2'. If you need more informations i'm available!

here is the pipe => http://stackoverflow.com/questions/9162184/asset-pipeline-internalerror-too-much-recursion

spastorino commented 12 years ago

Is this still an issue?

gregory commented 12 years ago

No, the solution was to add gem "therubyracer"and gem "execjs".