From: Enrique Comba Riepenhausen Date: 2007-05-24T01:46:13+09:00 Subject: Re: require_gem vs. gem > Apparently, it didn't solve Enrique's problem. > > Enrique, I believe the way to do it now is: > > require "rubygems" > gem "activerecord", "= 0.14.4" > require "activerecord" > > The #gem call activates the gem, and the require is the regular > require to load a library. > > Hope that helps ! > -- > Fran�ois Beausoleil > http://blog.teksol.info/ > http://piston.rubyforge.org/ Well, i did not have the problem in the first place :P And I use it like that in my programs and it works... (?) cheers!