tony
March 24, 2006, 10:31am
1
Hi there.
I try to develop an activerecord adapter. Trying to launch the tests,
I’ve got an error:
undefined method ‘cattr_accessor’
from ActiveRecord::Base:Class (NoMethodError)
I could not find this method anywhere in the source of the fresh svn
trunk I take.
How to find this method ? any help welcome.
Tony
PS: I find this method … in a “monnay” package on google ???
tony
March 24, 2006, 10:35am
2
Tony wrote:
…
PS: I find this method … in a “money” package on google ???
Ok also find in Facets. I will try to install the Facets modules.
tony
March 24, 2006, 11:07am
3
Tony wrote:
Ok also find in Facets. I will try to install the Facets modules.
… and it does not work “simply”. I try to dig in Gems documentation
and perharps adding a require in the base.rb of active_record.
Is all working fine with your installation ?
tony
March 24, 2006, 12:36pm
4
Tony - please try posting this to the main Rails list, rather than the
engines developers list.
Good luck,
On 3/24/06, Tony [email protected] wrote:
Posted via http://www.ruby-forum.com/ .
engine-developers mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
–
tony
April 12, 2006, 10:11pm
5
issue the following on command line before starting the tests:
export RUBYOPT=-rubygems
worked for me, good luck
Tony wrote:
Hi there.
I try to develop an activerecord adapter. Trying to launch the tests,
I’ve got an error:
undefined method ‘cattr_accessor’
from ActiveRecord::Base:Class (NoMethodError)
I could not find this method anywhere in the source of the fresh svn
trunk I take.
How to find this method ? any help welcome.
Tony
PS: I find this method … in a “monnay” package on google ???
tony
April 16, 2006, 2:45am
6
Tony wrote:
Hi there.
I try to develop an activerecord adapter. Trying to launch the tests,
I’ve got an error:
undefined method ‘cattr_accessor’
from ActiveRecord::Base:Class (NoMethodError)
You need activesupport. If you used svn, then checkout the whole rails
tree – if you installed activerecord – then make sure you have
activesupport installed as well. Also the versions need to match and all
. . .