nobosh wrote: > Update 3, after getting all the dependencies installed, it's still > erroring: > > sudo gem install rails --pre > Successfully installed rails-3.0.0.rc2 > 1 gem installed > Installing ri documentation for rails-3.0.0.rc2... > File not found: lib > > Ideas?
It looks like it actually installed, it just had trouble building ri/rdocs. You can disable building the local documentation with --no-ri and --no-rdoc, but there really shouldn't be a problem with that step of a gem install. If you wait a few hours you can skip the whole "--pre" business altogether, as 3.0.0 will be released =) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

