Re: [Rails] Can not fix the 'can not find javascript runtime' issue

2012-07-20 Thread Norbert Melzer
I would prefer ruby racer gem over nodes! Nodejs is a dependency that you eventually can't satisfy on your production environment, and or others can't if this is a project meant to be released open source or even selling. Am 20.07.2012 12:36 schrieb "Ekin Han" : > Thank you very much, I think i sh

Re: [Rails] Can not fix the 'can not find javascript runtime' issue

2012-07-20 Thread Ekin Han
Thank you very much, I think i should install nodejs to fix this issue 2012/7/20 Mrrobinhood5 > Try installing nodejs :) > > If on ubuntu type : > sudo apt-get install nodejs > > Hope this helps > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails:

[Rails] Can not fix the 'can not find javascript runtime' issue

2012-07-19 Thread Mrrobinhood5
Try installing nodejs :) If on ubuntu type : sudo apt-get install nodejs Hope this helps -- 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

[Rails] Can not fix the 'can not find javascript runtime' issue

2012-07-19 Thread Ekin Han
Hi all, I am using unbuntu 11.10 with ruby 1.9.3. I installed ruby 1.9.3 via source code and installed rails 3.2x with the gem command 'sudo gem install rails' After new a project and run 'rails server', an error occured, it was 'Can not find javascript runtime'. Then I searched google and try