Ruby on Rails Friday, April 1, 2011



On Fri, Apr 1, 2011 at 3:43 PM, seeker 7805 <lists@ruby-forum.com> 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

1 comment:

Haaa? Waaat? said...

Hi:

I have Rails 3.0.5 on windows xp. I typed in bundle install and it came back with 'could not locate Gemfile'

Thanks.

Post a Comment