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.
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