search for: therubyracer

Displaying 20 results from an estimated 39 matches for "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. /...
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)...
2012 Aug 25
2
cannot bundle install due to missing therubyracer
...ichi/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. .... An error occured while installing therubyracer (0.9.10), and Bundler cannot continue. Make sure that `gem install therubyracer -v ''0.9.10''` succeeds before bundling. #---------- so, I did "gem install therubyracer -v ''0.9.10''" as told. But it gave an error, #---------- *** extconf.rb failed *** Co...
2012 Apr 15
1
Error installing therubyracer
..., 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: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb creating Makefile make g++ -I. -I/usr/lib/ruby/gems/1.8/gems/libv8-3.3.10.4-x86_64-linux/lib/libv8/v8/include -I/usr/lib64/ruby/1.8/x86_64-linux -I/usr/lib64/ruby/1.8/x86_64-linux -I. -Wall -g -rdynamic -fPIC -O2 -...
2012 Jul 07
1
gem 'therubyracer' installing error in Windows
...dded gem twitter-bootstrap-rails in my gemfile and rum bundle command. At first, It showed me that python isn''t install in my pc, that''s why it can''t install libv8. After installing python, libv8 was installed successfully. Now it''s trying to install the "therubyracer" but failing with error. Anyone knows what can be done to get the twitter bootstrap to work in windows? Thanks Yasir Adnan twitter.com/yasiradnan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on...
2011 May 27
7
Rails 3.1.rc1 + gem coffee-script - WEBrick and Unicorn hangs.
Environment: rvm ruby 1.9.2-p180 rails 3.1.rc1 Conditions: gem "coffee-script" # in Gemfile at least one file with .js.coffee (even empty inside) in app/assets Result: WEBrick or Unicorn hangs. Only kill -9 <pid> helps. P.S. What additional info should I provide? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
2011 Dec 13
1
Trouble setting up Rails with a JS runtime environment
...> I made a new rails app using ''rails new path/to/app'' > I went to the new app directory and tried running ''rails server'' and got an error about not having a JS ruby environment > I had to get a JS runtime environment for execjs so I downloaded ''therubyracer'' as well as ''therubyrhino'' and added them to my gem file, one at a time: ''gem ''therubyracer'''' then ran ''bundle install'' > After everything was successful with the install, I ran ''rails server'' agai...
2012 Aug 18
0
hosting with speedyrails
...ting "cd /var/www/apps/app-name/releases/20120818100526 && bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile" servers: ["myserver"] [myserver] executing command *** [err :: myserver] /var/www/apps/app-name/shared/bundle/ruby/1.9.1/gems/therubyracer-0.9.4/lib/v8/portal.rb:50: *** [err :: myserver] [BUG] *** [err :: myserver] Segmentation fault *** [err :: myserver] *** [err :: myserver] ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux] *** [err :: myserver] *** [err :: myserver] -- control frame ---------- *** [err :: myserver] c:01...
2012 Feb 06
3
Can't complete the Getting Started tutorial due to ExecJS::RuntimeError in Home#index
I have just installed Rails 3.2.1 on my Xubuntu using the gem system and I try to make the tutorial http://guides.rubyonrails.org/getting_started.html and on section 4.3 Setting the Application Home Page I get the following error ExecJS::RuntimeError in Home#index Showing /home/xonx/rails/blog/app/views/layouts/application.html.erb where line #6 raised: (in
2011 Nov 30
2
bundle exec fail
...lication in Rails 3.1 Gemfile contents below (if useful - comments removed) $ cat Gemfile source ''http://rubygems.org'' gem ''rails'', ''3.1.1'' gem ''pg'' gem ''json'' gem ''execjs'' gem ''therubyracer'' group :assets do gem ''sass-rails'', ''~> 3.1.4'' gem ''coffee-rails'', ''~> 3.1.1'' gem ''uglifier'', ''>= 1.0.3'' end gem ''jquery-rails'' gem ''ac...
2012 Oct 10
1
Rubymine Install Missing Gems
...cceeds before bundling. Process finished with exit code 5 --------------------------------------------------------------------------------------------------------------------------------------------------------------- In gemfile :- platforms :ruby do gem ''pg'' gem ''therubyracer'' end Any Solutions ? I am not able to debug also.... Thanks. -- 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...
2012 Jan 15
2
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. (rspec + haml)
...only for assets and not required # in production environments by default. group :assets do gem ''sass-rails'' gem ''coffee-rails'' gem ''uglifier'' gem ''bootstrap-sass'' end gem ''jquery-rails'' gem ''therubyracer'' gem ''bcrypt-ruby'' gem ''haml-rails'' gem ''capistrano'' # tools for testing gem "rspec-rails", :group => [:test, :development] group :test do gem "factory_girl_rails" gem "capybara" gem "guard...
2012 May 16
7
Rails 3.1.0 cannot connect to sqlite database on Mac Lion
...;sqlite3'' # Gems used only for assets and not required # in production environments by default. group :assets do gem ''sass-rails'' gem ''coffee-rails'' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem ''therubyracer'', :platform => :ruby gem ''uglifier'', ''>= 1.0.3'' end gem ''jquery-rails'' Routes: root :to => "home#index" home controller: class HomeController < ApplicationController def index end end -- You receiv...
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
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 subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-cor...
2012 Sep 18
2
NoMethodError with rake db:migrate
...n production environments by default. group :assets do gem ''sass-rails'', ''~> 3.2.3'' gem ''coffee-rails'', ''~> 3.2.1'' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem ''therubyracer'', :platforms => :ruby gem ''uglifier'', ''>= 1.0.3'' end gem ''jquery-rails'' # To use ActiveModel has_secure_password # gem ''bcrypt-ruby'', ''~> 3.0.0'' # To use Jbuilder templates for JSON # g...
2013 Jan 24
2
SIGSEGV at shutdown (was: Re: your mail)
...ndle/ruby/1.9.1/gems/json-1.7.3/ext/json/ext/generator/generator.so vendor/bundle/ruby/1.9.1/gems/json-1.7.3/ext/json/ext/parser/parser.so vendor/bundle/ruby/1.9.1/gems/json-1.7.3/lib/json/ext/parser.so vendor/bundle/ruby/1.9.1/gems/json-1.7.3/lib/json/ext/generator.so vendor/bundle/ruby/1.9.1/gems/therubyracer-freebsd-0.10.1/ext/v8/v8.so vendor/bundle/ruby/1.9.1/gems/therubyracer-freebsd-0.10.1/lib/v8.so vendor/bundle/ruby/1.9.1/gems/lwes-0.8.3/ext/lwes_ext/lwes_ext.so vendor/bundle/ruby/1.9.1/gems/lwes-0.8.3/lib/lwes_ext.so vendor/bundle/ruby/1.9.1/gems/clogger-1.2.0/ext/clogger_ext/clogger_ext.so vendo...
2011 Nov 17
0
Include a javascript runtime when generate the app
...Javascript outside the browsers, and if you can, what are the benefits. I really advocate first class front-development and I love the additions of Rails 3.1 but we need to make it easier to start. Not everybody is using OSX and require people to install nodejs or manually open the Gemfile to add therubyracer it''s not a good solution (specially when I present Rails as webdevelopment without pain). So, I would like to raise the discussion about this issue: https://github.com/rails/rails/pull/3619#issuecomment-2773673 Maybe the Gemfile is not the right place for the checking. Probably we could...
2011 Aug 11
0
Rails 3.1.0.rc5 server won't start
...ilable runtimes. (ExecJS::RuntimeUnavailable)" I went to the url mentioned, and ensured the following: execjs gem is installed (1.2.4). node is installed (0.4.8). coffee-script is installed (1.1.2). The problem remained. I then did some googling and found solutions that suggested including therubyracer gem (which basically does the same as node I guess), so I tried that and got a 500 error when accessing the site, removing it takes me back to the JS runtime error. Anyone had anything similar, or got any suggestions? From what I have read, it appears that this will be fixed in the 3.1 final rele...
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: http://stackoverflow.com/questions/84213...