From: jmilunsky@... Date: 2007-07-26T02:45:12+09:00 Subject: Re: Ruby error - cannot find ruby gem active record On Jul 25, 1:26 pm, "Todd Benson" wrote: > On 7/25/07, jmilun...@hotmail.com wrote: > > > > > I get the following error message > > > C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:251:in > > `report_activate_error': Could not find RubyGem activerecord (>= > > 0.0.0) (Gem::LoadError) > > from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:188:in > > `activate' > > from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:66:in > > `active_gem_with_options' > > from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:59:in > > `require_gem' > > from C:/RadRails/workspace/album/my_ruby_code.rb:1 > > > When I try execute the following piece of code > > > require_gem "activerecord" > > Use: requre "active_record" > > Todd Thanks for the quick response I landed up running gem install activerecord --include dependencies and I got it to work but there was an error at the end Gem not found exception could not find dependencies. Do you know what this would mean? Also When i installed the Gem package - shouldn't it automatically install active record?