On Sun, Feb 22, 2009 at 6:24 AM, Conrad Taylor <[email protected]> wrote:
> On Sun, Feb 22, 2009 at 5:15 AM, Grzesiu <[email protected]> wrote: > >> >> I am trying on a fresh FreeBSD and I haven't had rails installed >> before. Also ruby19 has just been updated to 1.9.1 so I don't think >> reinstalling everything would make any difference. It is like a fresh >> install. And your steps worked on my system because I could install >> rails without problems. It is only that running rails is failing. >> >> But I've just tried the edge version of rails, not the 2.3.0 RC1, and >> it worked! So it looks like there are some bugs in the RC1 version >> which have been fixed in the edge version. >> Thanks for your help. >> Greg > > > Hi Greg, why are you wanting to install ruby 1.9.1 and rails 2.3.0 RC1? > If this is for a production system, I would recommend using ruby 1.8.6 > and rails 2.2.2. Next, how are you trying to run rails? Are you using > passenger/apache 2.2? Mongrel? Thin? What does the following > produce: > > rails -v > ruby -v > gem -v > > Finally, can you create a simply rails project using the following command? > > rails <project_name> > > -Conrad > > If you correctly installed ruby 1.9.1, then ~/.gem/ruby/1.9/gems isn't the correct directory for ruby 1.9.1 gems. It should be ~/.gem/ruby/1.9.1/gems Furthermore, if gem cannot install in the standard repository, then it would install in the above local repository. -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

