Yes, I get the same error on script/console. Here's my script/server #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' require 'commands/server'
Thank you. -VS On Mar 16, 6:13 pm, Greg Donald <[email protected]> wrote: > On Mon, Mar 16, 2009 at 7:52 PM, VS <[email protected]> wrote: > > > 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 ?? > > What's your script/server look like? > > Can you run script/console without issue? > > -- > 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 -~----------~----~----~----~------~----~------~--~---

