Oh, I forgot! I think the problem is somewhere around these two lines in my Gemfile:
gem 'therubyracer', :require => 'v8' gem 'uglifier' Because without the first line Rails gives me this on start: in `<module:ExecJS>': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) 2011/5/27 Andrey Voronkov <[email protected]>: > Environment: > rvm > ruby 1.9.2-p180 > rails 3.1.rc1 > > Conditions: > gem "coffee-script" # in Gemfile > at least one file with .js.coffee (even empty inside) in app/assets > > Result: > WEBrick or Unicorn hangs. Only kill -9 <pid> helps. > > P.S. What additional info should I provide? > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
