Thanks Conrad. I've already done that...

When I do 'gem install rails', I get :
Successfully installed rails-2.3.2
1 gem installed

Now, when I go to the rails project directory and do 'script/server',
I still get :
Missing the Rails 2.3.2 gem.

It's really frustrating.. Any Ideas ??

Thank you.
-VS.

On Mar 16, 5:45 pm, Conrad Taylor <[email protected]> wrote:
> Hi, you'll need to execute
> gem install rails
>
> Good luck,
>
> -Conrad
>
>
>
> On Mon, Mar 16, 2009 at 5:19 PM, VS <[email protected]> wrote:
>
> > Thanks Greg.
>
> > Now when I do ruby -v, I get
> > ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9.6.0]
>
> > But when I run script/server in my rails directory, I get :
> > Missing the Rails 2.3.2 gem.
>
> > Any ideas ?
>
> > Thanks so much,
> > -VS
>
> > On Mar 16, 4:29 pm, Greg Donald <[email protected]> wrote:
> > > On Mon, Mar 16, 2009 at 5:11 PM, VS <[email protected]> wrote:
> > > > How can I get ruby19 to replace ruby ?
>
> > > You can create a link from the ruby19 to the current ruby.
>
> > > `which ruby` will tell you the path to the current ruby.  I'll pretend
> > > it said "/usr/bin/ruby".
>
> > > Move the current ruby someplace else.
>
> > > mv /usr/bin/ruby /some/place/else
>
> > > `which ruby19` will tell you the path to the ruby19.
>
> > > Add a link:
>
> > > ln -s /path/to/ruby19 /usr/bin/ruby
>
> > > --
> > > Greg Donaldhttp://destiney.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to