Re: [Rails] installing ruby on rails 1.9.3 on windows 7

2012-06-11 Thread Michael Pavling
On 11 June 2012 19:19, nishant g. wrote: > C:\Sites\railsinstaller_demo>rails s > C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/execjs-1.4.0/lib/execjs/run > times.rb:51:in `autodetect': Could not find a JavaScript runtime. See > https://gi > thub.com/sstephenson/execjs for a list of availa

Re: [Rails] installing ruby on rails 1.9.3 on windows 7

2012-06-11 Thread Javier Quarite
Correct link https://github.com/sstephenson/execjs > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk

Re: [Rails] installing ruby on rails 1.9.3 on windows 7

2012-06-11 Thread Javier Quarite
You should take a look at this C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/ execjs-1.4.0/lib/execjs/run times.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) Its always us

[Rails] installing ruby on rails 1.9.3 on windows 7

2012-06-11 Thread nishant g.
m sorry its a totally newbie question, but m really stuck. please help if possible. after installing everything required to run ruby on rails when i write the command 'rails s' in the command prompt it doesn't start the server. rather it shows : C:\Sites\railsinstaller_demo>rails s C:/RailsInstal