Hey I was working with Railinstaller, but everytime i turned around I found something new had changed. Soo I thought I would give Ubuntu a try . I do like unix better then window. anyway... I created a new project then went to run rail server only to find this error - autodetect'': Could not find a JavaScript runtime. I cant seem to get around this problem - any thoughts Thanks in advance Jeff -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ZYWyO5UesKgJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
Chitrank Samaiya
2012-Jul-09 04:42 UTC
Re: autodetect'': Could not find a JavaScript runtime
Hi, Include rubyracer and execjs gems in ur gemfile install the bundle and go for it. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
On 9 July 2012 05:22, Jeff Kyzer <kyzereye-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey > > I was working with Railinstaller, but everytime i turned around I found > something new had changed. Soo I thought I would give Ubuntu a try . I do > like unix better then window. anyway... I created a new project then went > to run rail server only to find this error - autodetect'': Could not find a > JavaScript runtime.Have a look at the Rails Guide on Getting Started. Section 4.1 explains what this is about. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
Is there somewhere that explains the new updates to gem files like needing rubyracer or execjs - like what things have changed? When I first started working with rails about 4 months ago there was no need for thanks On Sunday, July 8, 2012 10:42:05 PM UTC-6, Chitrank Samaiya wrote:> > Hi, > > Include rubyracer and execjs gems in ur gemfile install the bundle and go > for it. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/xTkawmFIb20J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
On Mon, Jul 9, 2012 at 12:54 PM, Jeff Kyzer <kyzereye-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there somewhere that explains the new updates to gem files like needing > rubyracer or execjs - like what things have changed? When I first started > working with rails about 4 months ago there was no need for > thanksI looked and didn''t see much either. Ended up running `apt-get install nodejs` to make it stop complaining. Seems like they are assuming a lot about anyone''s particular website needs these days. "Your website doesn''t have a server side js backend? You are so 2011!" -- Greg Donald -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
On Mon, Jul 9, 2012 at 9:52 AM, Jeff Kyzer <kyzereye-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey > > I was working with Railinstaller, but everytime i turned around I found > something new had changed. Soo I thought I would give Ubuntu a try . I do > like unix better then window. anyway... I created a new project then went > to run rail server only to find this error - autodetect'': Could not find a > JavaScript runtime.$ sudo apt-get install nodejs This will remove your problem. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.