Cattr_accressor Error --Help

I get the following error when I try running my script. I thought it
might be a path issuse and did a complete reinstallation using the
Hivelogic installation procedure for macs. (Building Ruby, Rails,
LightTPD, and MySQL on Tiger). Please note(Even though I did the
reinstall, I get the impression that the old install is still active/in
play) When I issue a locate command for rails or activerecord it
reflects the old/original version number.

Any suggestions would be greatly appreciated.

Thanks

ruby script.rb

/usr/local/lib/ruby/site_ruby/1.8/active_record/base.rb:246: undefined
method cattr_accessor' for ActiveRecord::Base:Class (NoMethodError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:inrequire’
from /usr/local/lib/ruby/site_ruby/1.8/active_record.rb:37
from ./db.rb:1
from script.rb:3

On 9/16/06, Jim M. [email protected] wrote:

Thanks
from script.rb:3
This is a Rails-specific question. cattr_accessor is not a standard
Rubyism.

-austin