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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to