On Jun 28, 2006, at 11:35 AM, Spolarich, Brian wrote: > Running 'ruby -rtracer gem install railes --remote --include- > dependencies > > outfile.txt'
You typed 'rails' when you really ran this, right? Start with this: ruby -v gem -v Then tell us if this works (the first five lines should suffice): gem list -r I see: $ gem list -r *** REMOTE GEMS *** Bulk updating Gem source index for: http://gems.rubyforge.org abstract (1.0.0) a library which enable you to define abstract method in Ruby ... -- Eric Hodel - [EMAIL PROTECTED] - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
