I am trying Ruby on Rails for the first time and following the page at
Getting Started with Rails — Ruby on Rails Guides.
I think I have done kind of ok with the installation and got to the
“Welcome aboard” page. But the Say “Hello”, Rails part is not working.
Getting ExecJS::ProgramError in Welcome#index.
I probably have missed something in the installation process.
Attaching error screens and the console output.
Please help.
Best regards,
Mustaq Pradhan
On Mon, Jan 18, 2016, at 12:00, Mustaq Pradhan wrote:
I am trying Ruby on Rails for the first time and following the page at
Getting Started with Rails — Ruby on Rails Guides.
I think I have done kind of ok with the installation and got to the
“Welcome aboard” page. But the Say “Hello”, Rails part is not working.
Getting ExecJS::ProgramError in Welcome#index.
I probably have missed something in the installation process.
execjs seems to have broken windows’ wsh support at one point. Install
nodejs or add therubyracer gem.
You can use my previously answered Stack Overflow question to help you
get yourself in the right path.
Feel free to repost this link when necessary.
Thanks for the replies.
Falling back to coffee-script-source 1.8.0 worked.
Mentioned at ruby on rails - javascript_include_tag throws unsupported method - Stack Overflow by Rodrigo
Argumedo.