Re: [Rails] Re: rails 3.1.0 getting a javascript error?

2015-12-03 Thread Colin Law
On 3 December 2015 at 09:17, Harshita M. wrote: > /usr/local/lib/ruby/gems/1.9.1/gems/execjs-2.6.0/lib/execjs/runtimes.rb:48:in > `autodetect': Could not find a JavaScript runtime. See > https://github.com/rails/execjs for a list of available runtimes. > (ExecJS::RuntimeUnavailable) > from

[Rails] Re: rails 3.1.0 getting a javascript error?

2015-12-03 Thread Harshita M.
/usr/local/lib/ruby/gems/1.9.1/gems/execjs-2.6.0/lib/execjs/runtimes.rb:48:in `autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) from /usr/local/lib/ruby/gems/1.9.1/gems/execjs-2.6.0/lib/execj

Re: [Rails] Re: rails 3.1.0 getting a javascript error?

2011-09-04 Thread Dev Guy
On Sun, Sep 4, 2011 at 11:58 AM, Ilya Boltnev wrote: > try to add to Gemfile > gem 'execjs' > gem 'therubyracer' > > and > bundle update > bundle install > Thanks that got things working! Kind Regards, Rajinder Yasdav -- You received this message because you are subscribed to the Google Groups

[Rails] Re: rails 3.1.0 getting a javascript error?

2011-09-04 Thread Ilya Boltnev
try to add to Gemfile gem 'execjs' gem 'therubyracer' and bundle update bundle install -- 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

[Rails] Re: rails 3.1.0 getting a javascript error?

2011-09-04 Thread Ilya Boltnev
try to add gems 'therubyracer' and 'execjs'. and don't forget to do bundle update/bundle install -- 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 t

[Rails] Re: rails 3.1.0 getting a javascript error?

2011-09-04 Thread Dev Guy
On Sun, Sep 4, 2011 at 9:59 AM, Dev Guy wrote: > I updated to the rails 3.1.0 from 3.0.9 and I am getting the following > error, how can I fix? > > yadav@karma:$ rails g scaffold post title:string name:string message:text > /usr/local/lib/ruby/gems/1.9.1/gems/execjs-1.2.4/lib/execjs/runtimes.rb:45