Hi, I am very new to ruby and I have encountered some problem in starting up the webrick server. I used the command ruby script/server webrick -e production and I encounter with the following error. C:\Redmine\redmine-0.9.4>ruby script/server webrick -e production => Booting WEBrick => Rails 2.3.5 application starting on http://0.0.0.0:3000C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:636:in `report_activate_error'': Could not find RubyGem hoe (>= 1.3.0) (Gem::LoadError) Anyway I tried with several options such as without the -e part and etc. What is this missing RubyGem hoe thing? How can I get through this? Thanks in advance. Thanks, Regards, Sajith Vimukthi Weerakoon, T .P No : ++94-716102392 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On May 3, 5:35 am, Sajith Vimukthi <sajith....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Could not find RubyGem hoe (>= 1.3.0) (Gem::LoadError) > > Anyway I tried with several options such as without the -e part and etc. > > What is this missing RubyGem hoe thing? > > How can I get through this? Thanks in advance.rubygems is a package management system for ruby libraries, and you''re being told that a library is missing. You can install gems with gem install gem_name -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
Sajith Vimukthi
2010-May-03 10:39 UTC
Re: Re: Need Some Help in Configuring Webrick Server
Thanks a lot Fredrick. It works. On Mon, May 3, 2010 at 3:06 PM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On May 3, 5:35 am, Sajith Vimukthi <sajith....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Could not find RubyGem hoe (>= 1.3.0) (Gem::LoadError) > > > > Anyway I tried with several options such as without the -e part and etc. > > > > What is this missing RubyGem hoe thing? > > > > How can I get through this? Thanks in advance. > > rubygems is a package management system for ruby libraries, and you''re > being told that a library is missing. > You can install gems with gem install gem_name > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks, Regards, Sajith Vimukthi Weerakoon, T .P No : ++94-716102392 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.