search for: therubyrhino

Displaying 2 results from an estimated 2 matches for "therubyrhino".

2011 May 27
7
Rails 3.1.rc1 + gem coffee-script - WEBrick and Unicorn hangs.
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.
2011 Dec 13
1
Trouble setting up Rails with a JS runtime environment
...rails new path/to/app'' > I went to the new app directory and tried running ''rails server'' and got an error about not having a JS ruby environment > I had to get a JS runtime environment for execjs so I downloaded ''therubyracer'' as well as ''therubyrhino'' and added them to my gem file, one at a time: ''gem ''therubyracer'''' then ran ''bundle install'' > After everything was successful with the install, I ran ''rails server'' again -- with both runtime environments I have h...