You are not logged in.
I would like help getting rails installed, thanks!
[dave@thinkpad ~]$ gem install rails
Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:194:in `report_activate_error': Could not find RubyGem sources (> 0.0.0) (Gem::LoadError)
Offline
I uninstalled rubygems using pacman, installed rubygems from source, installed rails using gems, uninstalled rubygems (by removing all the files manually), reinstalled rubygems using pacman, removed rails using gems, installed rails using gems, and it worked. Why, I don't know
Offline