On Fri, Apr 1, 2011 at 3:43 PM, seeker 7805 <[email protected]> wrote:
> Hello: > > I am trying to run the hello_world app. I followed instructions here: > gem install mongrel_service --platform i386-mswin32 and the mongrel > service was installed. > > However when I tried to run hello_world>sc-server I received the > following error: > > FATAL RubyGem version error: mongrel(1.1.5 not >=0) > What version of Rails are you using? If you are using Rails 3 you need to intall the bundle (type 'bundle install' in the console). > > Please help. > > Thanks! > > -- > 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. > > -- 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.

