search for: gemconfigure

Displaying 6 results from an estimated 6 matches for "gemconfigure".

Did you mean: emconfigure
2006 May 02
2
Uninstalling RUBYGEMS
Hi, does anyone know how to uninstall rubygem? I installed and it had the notorious hanging problem that no one seems to have an answer to. So I am going to attempt to install Rails without gems. Could someone point me in the right direction if you would not answer me? =) Regards, Edmund -- Posted via http://www.ruby-forum.com/.
2006 May 30
1
Apache can''t load/require rubygems
...quot;, "/usr/local/lib/ruby/site_ruby", "/usr/local/lib/ruby/1.8", "/usr/local/lib/ruby/1.8/i686-linux", "."] The contents of that first path in $:: ls -l /home/jhughes/lib/ruby/site_ruby/1.8 total 28 -rw-r--r-- 1 jhughes jhughes 492 May 19 16:06 gemconfigure.rb drwxr-xr-x 2 jhughes jhughes 4096 May 19 16:06 rubygems -rw-r--r-- 1 jhughes jhughes 12304 May 19 16:06 rubygems.rb -rw-r--r-- 1 jhughes jhughes 131 May 19 16:06 ubygems.rb I can require rubygems in irb and in console mode, but the apache error_log consistently spits...
2006 Jan 10
0
Problem installing rubygems-0.8.11
.../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/local/lib/site_ruby/1.8/rubygems install config_file.rb /usr/local/lib/site_ruby/1.8/rubygems install gem_openssl.rb /usr/local/lib/site_ruby/1.8/rubygems install user_interaction.rb /usr/local/lib/site_ruby/1.8/rubygems install so...
2006 Apr 01
8
ROR on solaris 10 gem installation error
...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/lib/ruby/site_ruby/1.8/ install rubygems.rb /usr/local/lib/ruby/site_ruby/1.8/ install gemconfigure.rb /usr/local/lib/ruby/site_ruby/1.8/ ---> lib/rubygems mkdir -p /usr/local/lib/ruby/site_ruby/1.8/rubygems install specification.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install builder.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install command.rb /usr/local/lib/ruby/site_ruby/1.8/rubyg...
2006 Aug 08
5
RubyGems runtime memory use in Rails apps...
This an open plea for someone with knowledge of RubyGems to explain why RubyGems stays in memory (over 10MB) after a Rails application is loaded. I am unable to figure out why this would be necessary. I haven''t had any response from Jim or Chad from RubyGems about it so I thought I would throw it open to the list to see if anyone could educate me or share thier experiences with this.
2006 Jan 15
15
Gettext and Rails ?
Hello, I''m trying to use ruby-gettext 1.1.1 (installed with gem) with rails and here is all I get : undefined method `init_gettext'' for ApplicationController:Class Here is my source : require ''gettext/rails'' class ApplicationController < ActionController::Base init_gettext "test" end As a Nuby, I don''t really know what to do.