Re: [Rails] autodetect': Could not find a JavaScript runtime

2012-07-09 Thread Mandeep Kaur
On Mon, Jul 9, 2012 at 9:52 AM, Jeff Kyzer 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 r

Re: [Rails] autodetect': Could not find a JavaScript runtime

2012-07-09 Thread Greg Donald
On Mon, Jul 9, 2012 at 12:54 PM, Jeff Kyzer 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 > thanks I looked and didn't s

Re: [Rails] autodetect': Could not find a JavaScript runtime

2012-07-09 Thread Jeff Kyzer
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, >

Re: [Rails] autodetect': Could not find a JavaScript runtime

2012-07-09 Thread Chitrank Samaiya
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@googlegroups.com. To unsubscribe from this group,

Re: [Rails] autodetect': Could not find a JavaScript runtime

2012-07-09 Thread Colin Law
On 9 July 2012 05:22, Jeff Kyzer 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

[Rails] autodetect': Could not find a JavaScript runtime

2012-07-08 Thread Jeff Kyzer
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 no

Re: [Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-27 Thread Pravin Mishra
include this gem too in gem file and run bunlde install gem 'execjs' http://stackoverflow.com/questions/6282307/execjs-and-could-not-find-a-javascript-runtime On 27/03/2012, Chitrank Samaiya wrote: > add gem therubyracer in your gemfile,then check it. > for ubantu users it gives problem while f

Re: [Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-27 Thread Chitrank Samaiya
add gem therubyracer in your gemfile,then check it. for ubantu users it gives problem while fir window there is no such problem. regards chitrank -- 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 rubyo

Re: [Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-27 Thread Rai M
no the problem is still same... On Tue, Mar 27, 2012 at 2:28 PM, Colin Law wrote: > On 27 March 2012 07:13, Rai M wrote: > > re installed gem > > execjs (1.3.0)o t > > So has that fixed it? Not much point telling us you have re-installed > unless you tell us what the outcome was. > > Colin

Re: [Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-27 Thread Pravin Mishra
I faced same issues. add these gem in assets group gem 'uglifier' gem 'therubyracer' then run bundle install. It works for me. On 27 March 2012 14:28, Colin Law wrote: > On 27 March 2012 07:13, Rai M wrote: > > re installed gem > > execjs (1.3.0) > > So has that fixed it? Not much point t

Re: [Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-27 Thread Colin Law
On 27 March 2012 07:13, Rai M wrote: > re installed gem > execjs (1.3.0) So has that fixed it? Not much point telling us you have re-installed unless you tell us what the outcome was. Colin > On Tue, Mar 27, 2012 at 11:34 AM, Rai M wrote: >> >> >> >> I have installed >> >> ruby 1.9.2p318 (201

Re: [Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-26 Thread Rai M
re installed gem execjs (1.3.0) On Tue, Mar 27, 2012 at 11:34 AM, Rai M wrote: > > > I have installed > > ruby 1.9.2p318 (2012-02-14 revision 34678) [i686-linux] > rails 3.2.2 > gem 1.8.21 > > on ubuntu 10.04 > > > when i created my first application and tried running it on server I > get the fol

[Rails] `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes

2012-03-26 Thread Rai M
I have installed ruby 1.9.2p318 (2012-02-14 revision 34678) [i686-linux] rails 3.2.2 gem 1.8.21 on ubuntu 10.04 when i created my first application and tried running it on server I get the following error not sure how to proceed further /home/fakirbaba/.rvm/gems/ruby-1.9.2-p318/gems/exec