search for: rubyracer

Displaying 4 results from an estimated 4 matches for "rubyracer".

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
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 Jul 07
1
gem 'therubyracer' installing error in Windows
...d 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...
2012 Sep 18
2
NoMethodError with rake db:migrate
...roduction 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...