Need Some Help in Configuring Webrick Server

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 V. Weerakoon,
T .P No : ++94-716102392

On May 3, 5:35 am, Sajith V. [email protected] 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

Thanks a lot Fredrick. It works.

On Mon, May 3, 2010 at 3:06 PM, Frederick C.
<[email protected]

wrote:

.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Thanks,
Regards,
Sajith V. Weerakoon,
T .P No : ++94-716102392