Fixing "Getting Started with Rails.Edge'

Blog ยป Fixing "Getting Started with Rails.Edge'

Posted on 02 Aug 2012 10:22

Newly generated rails 3.2 projects has a very small small glitch. Follow Edge Rails Getting Started. However, before starting

rails server

uncomment this line in 'Gemfile'
gem 'therubyracer', :platforms => :ruby

.

Now rails server will not complain about Javascript runtime

`autodetect': Could not find a JavaScript runtime.

Just keep uncommenting that line in new rails projects until this bug is fixed…

If you like this page, please spread the word: diggdel.icio.usFacebook

You can contact me if you have questions or corrections.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License