search for: gemwhich

Displaying 8 results from an estimated 8 matches for "gemwhich".

Did you mean: gdmwhich
2006 Jan 29
3
Depot example doesn''t work on my pc
...and the 45 line in the server file require File.dirname(__FILE__) + "/../config/environment" I supposed the problem is about rubygem installation so I checked it. I''ve installed the rubygem in this folder. matteod@bones:/opt/rubygems-0.8.11/bin$ ls gem gem_mirror gem_server gemwhich generate_yaml_index.rb update_rubygems Is it right? What''s the matter now? Many thanks! Matteo. -- Posted via http://www.ruby-forum.com/.
2006 Aug 28
1
Gem testing
Hi all, First off sorry for the lengthy email but I typed it as I went along. I just tried to start a bit of testing of the binary Linux gem (Kevin sent me a link) and I quickly ran into a problem: ----- jonathan@weatherlight ~/ruby-dev/wxruby/cvs_current/wxruby2/samples $ ruby test.rb /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.0-i486-linux/lib/wx.rb:22: uninitialized constant Wxruby2 (NameError)
2006 Jun 13
0
gem install rails --include-dependencies fails
...ubygems/0.8.11/bin/gem:3:in `require'': no such file to load -- rubygems (LoadError) from /opt/rubygems/0.8.11/bin/gem:3 [root@svrlnweb02 root]# type gem gem is hashed (/opt/rubygems/0.8.11/bin/gem) [root@svrlnweb02 root]# ls /opt/rubygems/0.8.11/bin/ gem gem_mirror gem_server gemwhich generate_yaml_index.rb update_rubygems [root@svrlnweb02 root]# type ruby ruby is hashed (/usr/local/bin/ruby) Can you advise ? Best Regards, -- Olivier Kaloudoff Linux / Solaris Support / IT Design Nice Texas Instruments France 821 av Jack Kilby 06270 VILLENEUVE LOUBET
2006 Jan 10
0
Problem installing rubygems-0.8.11
...--- lib/rubygems <--- lib ---> bin <--- bin ---> lib ---> lib/rubygems <--- lib/rubygems <--- lib rm -f InstalledFiles ---> bin mkdir -p /usr/bin/ install gem /usr/bin/ install generate_yaml_index.rb /usr/bin/ install gem_mirror /usr/bin/ install gem_server /usr/bin/ install gemwhich /usr/bin/ install update_rubygems /usr/bin/ <--- bin ---> lib mkdir -p /usr/local/lib/site_ruby/1.8/ install ubygems.rb /usr/local/lib/site_ruby/1.8/ install rubygems.rb /usr/local/lib/site_ruby/1.8/ install gemconfigure.rb /usr/local/lib/site_ruby/1.8/ ---> lib/rubygems mkdir -p /usr/loca...
2006 Jun 02
4
Web app developed in WInXP want to run on Linux
Hi All, I have developed a web application using RoR on Window-XP. Now my server is on linux and want to get this running on linux machine. I tried starting the server but it failed to boot in boot.rb at this line: unless RUBY_PLATFORM =~ /mswin32/ require ''pathname'' root_path = Pathname.new(root_path).cleanpath(true).to_s end so I changed(even though the file says
2006 Sep 20
7
Updating to the bleeding edge version of Ferret
Hey guys, It has occurred to me that a lot of people need some of the fixes I make to Ferret ASAP and don''t like having to wait to long for the gem. On the other hand, it is a bit of a pain to download and install from subversion because then you need to uninstall when the next gem comes out. So I thought I may as well put some instructions out as to how you can build your own Ferret gem
2007 Nov 28
9
Please start testing for release
Hi all, We''re getting close to release[1], so I''d appreciate it if people would start testing the current ''master'' branch with their repositories. I made quite a few internal changes, most of which shouldn''t even be noticed unless there are bugs, so just running a server and/or client under the current code would be a big help. I''m
2006 Apr 01
8
ROR on solaris 10 gem installation error
...local/bin/ruby setup.rb ---> bin <--- bin ---> lib ---> lib/rubygems <--- lib/rubygems <--- lib ---> bin adjusting shebang: gem_mirror <--- bin ---> lib ---> lib/rubygems <--- lib/rubygems <--- lib rm -f InstalledFiles ---> bin mkdir -p /usr/local/bin/ install gemwhich /usr/local/bin/ install gem /usr/local/bin/ install gem_server /usr/local/bin/ install generate_yaml_index.rb /usr/local/bin/ install update_rubygems /usr/local/bin/ install gem_mirror /usr/local/bin/ <--- bin ---> lib mkdir -p /usr/local/lib/ruby/site_ruby/1.8/ install ubygems.rb /usr/local/...