rails / coffee-rails

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

rake aborted! while doing precompile #47

Closed gauravseth closed 11 years ago

gauravseth commented 11 years ago

I am trying to precompile my rails project i am getting below error. rake aborted! Error: Out of stack space (in ..Ruby193/lib/ruby/gems/1.9.1/gems/coffee-rails-3.2.2/lib/assets/javascripts/coffee-script.js.erb) when i comment coffee-rails gem precompile work fine. ruby 1.9 rails 3.2 coffee-rails (3.2.2) Please check is there any problem in coffee-rails gem.still i am getting same issue.

Thank you

rafaelfranca commented 11 years ago

Have you tried Rails 4? Rails 3.2.x is not supported anymore