similar to: gem 'therubyracer' installing error in Windows

Displaying 20 results from an estimated 200 matches similar to: "gem 'therubyracer' installing error in Windows"

2011 Dec 13
1
Trouble setting up Rails with a JS runtime environment
Hi all, I''m using Ubuntu 11.10 and the terminal to install and run Rails. Here is the process I''ve taken so far to setup Rails: > download and install Ruby 1.9.2 and Rails 3.1.0 -- I did this using ''sudo apt-get ruby1.9.1'' and ''sudo gem install rails'' > I made a new rails app using ''rails new path/to/app'' > I went
2012 Apr 15
1
Error installing therubyracer
I am using Fedora 16 fresh install, latest upgrades, I have gcc, gems, libv8, make, bundler etc installed. This error has me tossed.I''ve googled for hours and not found a resolution. firefox localhost:3000/blog displays: Unable to connect. Permissions on /ror_apps/blog are 777 Please can someone point me to what is wrong? Thanks in advance. ERROR: Error installing therubyracer:
2012 May 18
8
Error installing therubyracer
I''m struggling to install therubyracer gem. Using CentOS 6.2 x86_64, ruby 1.9.3p194, gem 1.8.24, libv8 (3.10.8.0, 3.3.10.4 x86_64-linux) Trying to install therubyracer gives me: Building native extensions. This could take a while... ERROR: Error installing therubyracer: ERROR: Failed to build gem native extension. /usr/local/bin/ruby extconf.rb *** extconf.rb failed
2012 Jun 11
10
installing ruby on rails 1.9.3 on windows 7
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:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/execjs-1.4.0/lib/execjs/run
2012 May 31
14
How install libv8 (therubyracer) Windows 7
Hello, I have a problem when I try to add the gem therubyracer. I put in my prompt: bundle install, and this error appears: C:\rails\organily>bundle install Fetching gem metadata from https://rubygems.org/......... Using rake (0.9.2.2) Using i18n (0.6.0) Using multi_json (1.3.6) Using activesupport (3.2.3) Using builder (3.0.0) Using activemodel (3.2.3) Using erubis (2.7.0) Using journey
2012 Aug 25
2
cannot bundle install due to missing therubyracer
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux] rails 3.1.3 Ubuntu 10.04 LTS I have another environment with MacOSX Snow Leopard, and am sharing the Rails project files through Dropbox. When I chose to develop a project further in this Ubuntu machine, I have executed ''bundle install'' which gave an error #--------- Gem::Installer::ExtensionBuildError: ERROR: Failed to
2012 Jan 15
2
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. (rspec + haml)
I upgraded a small project that I had created on 3.1.3 to 3.2.0.rc2. Running rspec on it brings about a large amount of these messages: DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:haml] instead. (called from block (2 levels) in <top (required)> at
2012 Sep 18
2
NoMethodError with rake db:migrate
Hi! First of all, this is my first application on Rails, and i''m stuck at a migration. i created a demo app (the demo_app from michael hartl''s tutorial) as usual: rails new demo_app, rails generate scaffold User name:string email:string, and when i do rake db:migrate, this stack appears: rake db:migrate --trace ** Invoke db:migrate (first_time) ** Invoke environment
2012 Aug 18
0
hosting with speedyrails
hello everyone, original app: rails 3.1.1 ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux] I try to host my app into speedyrails using capistrano. I host my sample application and running. I just get only one error like my assets were not precompiled. then i solve that by adding "load ''deploy/assets''" this code in my deploy receipt. and my
2013 Jan 24
2
SIGSEGV at shutdown (was: Re: your mail)
On Mon, Jan 21, 2013 at 11:28 AM, Eric Wong <normalperson at yhbt.net> wrote: > Charles Hornberger <charles.hornberger at gmail.com> wrote: >> Hi! >> >> I recently noticed this error message when restarting unicorn after a >> code deployment (and I don''t think I recall having seen it before): >> >> I, [2013-01-18T17:54:21.502554 #59285]
2012 Oct 10
1
Rubymine Install Missing Gems
Hello All, I am using JRuby in Linux Ubuntu 10.10. In Rubymine IDE, I am getting as "Install Missing Gems" link. After clicking on that link, I am getting this error :- Installing pg (0.14.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. checking for pg_config... yes Using config values from /usr/bin/pg_config
2011 Nov 30
2
bundle exec fail
WTF... how to solve? (REE ruby/Ubuntu 10.04) $ dpkg -l |grep ruby ii ruby-enterprise - 1.8.7-2011.03 - Ruby Enterprise Edition. $ bundle exec /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in `exec'': wrong number of arguments (ArgumentError) from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in `exec'' from
2011 Nov 17
0
Include a javascript runtime when generate the app
Hello, I''m opening this thread in order to discuss a frustration that I have since Rails 3.1 I am teacher in private courses and university in Brazil and my main language is Ruby (along with Rails for web classes). I have more than a thousand students and I''m starting to know very well which part of Rails and Ruby are hard to explain for beginners. A lot of people said that
2012 Mar 20
0
Setting cache_classes to false results in blank pages
Have anyone else stumbled upon this weird behavior? Setting the config.cache_classes = false for development env causes rails to return responses with totally empty content, headers seem to work ok. It does not matter what the controller returns, even a simple :text => "OK" will result in empty page. I''m using rails 3.2.2 and ruby 1.9.3. It probably has something to do with
2012 Feb 01
0
Rails 3.1 form & routes.rb [newbie]
Hi all, maybe is a newbie question anyway 1. I create de rails app with # rails new {my app} 2. after I add some gem to my Gemfile source ''http://rubygems.org'' gem ''rails'', ''3.1.1'' gem ''sqlite3'' gem ''simple_form'' gem ''execjs'' gem ''therubyracer'' # Gems used only
2011 Aug 11
0
Rails 3.1.0.rc5 server won't start
Hi, Have hit a problem upgrading rails to 3.1.0.rc5 on the server (Centos 5.5). No problems locally an a mac. After deploying with capistrano and restarting the server, I got the following error from passenger: "Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)" I went to the url mentioned,
2011 Dec 10
0
platforms in gemfile
Have any of you used a line like this in your gem file? gem ''therubyracer'', :platforms => :ruby I used it and it isn''t behaving the way the docs said it should. People on SO are giving me workarounds but I''m trying to figure out if the docs are wrong or I''m reading them wrong. More details:
2014 Apr 14
0
Foundation & Authlogic
Seems I can get either Foundation or Authlogic to work but not both - After bundle install when I do a rails g foundation:install I get the following: C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activerecord-4.1.0/lib/acti ve_record/dynamic_matchers.rb:26:in `method_missing': undefined local variable o r method `inheritable_attributes' for ActiveRecord::Base:Class (NameError)
2013 Sep 08
6
not able to install rails getting an error "could not find javascript runtime"
Hello people Iam a newbie in Rails.Iam facing problem while installing. I installed rails installer i created my project going to sites Then rails -v (it worked) I ran bundle install I ran rails -s and i got this error I uncommented in gemfile #gem therubyracer still error is not being resolved,have searched but could not resolve the problem -- You received this message because you are
2016 Mar 21
0
Announcing release of Ruby on Rails 4.2 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of Ruby on Rails 4.2 on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the CentOS SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install sclo-ror42 $ scl enable