Displaying 5 results from an estimated 5 matches for "rubyg".
Did you mean:
ruby
2011 Sep 19
27
Installing Rails Help!
...anybody help?.
Once I installed rails I created a new rails project using the command
(Rails new sharebox -d mysql)
This worked and created the folder structure.
I then went and added the following to the gem folder for the project as
suggested by the netuts tutorial
source ''http://rubygems.org''
gem ''rails'', ''3.0.3''
gem ''ruby-mysql''
I then did the bundle install but this kept causing errors, eventually
somehow I got this to work and it said bundle installed correctly.
However when I try the command rails server i get...
2012 Jun 09
0
custom_require.rb:36:in `require': 193: %1 is not a valid Win32 application
I just installed rails using Rails installer.
and when I ran the following code:
> rails new blog
>
I got the following errors:
F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custom_re
quire.rb:36:in `require'': 193: %1 is not a valid Win32 application. - F:/dev/r
uby/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/i386-mingw32/digest/md5.so (LoadErro
r)
from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg
ems/custom_require.rb:36:in `re...
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
...re is the error message:
D:\rg\xampp\ruby\bin>gem install rails --remote --debug
D:\rg\xampp\ruby\bin>"D:\rg\xampp\ruby\bin\ruby.exe" "D:\rg\xa
mpp\ruby\bin\gem" install rails --remote --debug
Exception `Errno::ENOENT'' at
D:/rg/xampp/ruby/lib/ruby/site_ruby/1.8/rubyg
ems/config_file.rb:12 - No such file or directory - C:\Documents and
Settings\Da
niel/.gemrc
Attempting remote installation of ''rails''
Exception `Errno::ENOENT'' at
D:/rg/xampp/ruby/lib/ruby/1.8/fileutils.rb:82
1 - No such file or directory -
D:/rg/xampp/ruby/lib/ruby/g...
2012 Jan 26
6
Issue Installing Puppet on Red Hat6
I have been trying to follow the bootstrap instructions for installing
puppet-dashboard. I keep getting error about rubyge(rake) and
rubygems. I''d appreciate any help or corrections, thanks in advance.
ruby-libs-1.8.7.299-4.el6.x86_64
ruby-1.8.7.299-4.el6.x86_64
These are some installation steps I took.
rvm tools rvm-env ruby bash
rvm install 1.8.7
yum install ruby
downloaded rubygems from:
http://rubyg...
2010 Mar 04
1
Newbie problem with installing rails.
Installed Ruby fine, works fine. Windows, 1.8.6
Fire up RubyGems to install rails.
gem install rails
Various success messages to screen.
Open a command line.
rails test
Ton of creates ... OK.
cd test
ruby script/server
Get a message saying I''m trying to run 1.3.2 and I''ve got 1.3.1 and I
should run gem update --system
Go to RubyGems and...