search for: rubyge

Displaying 5 results from an estimated 5 matches for "rubyge".

Did you mean: rubygem
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 `req...
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
...ttempting 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/gems/1.8/source_ cache Exception `EOFError'' at D:/rg/xampp/ruby/lib/ruby/site_ruby/1.8/rubygems/r emote_installer.rb:222 - End of file reached Updating Gem source index for: http://gems.rubyforge.org Exception `Errno::EINVAL'' at D:/rg/xampp/ruby/lib/ruby/1.8/net/protocol.rb :197 - Invalid argument ERROR: While executing gem ... (Errno::EINVAL) Invalid argument removing D:/Tem...
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://rubyge...
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 r...