Displaying 1 result from an estimated 1 matches for "active_schema_mysql".
2006 Jun 23
0
help... can''t run ActiveRecord unit tests to test bug fix
...it, and then submit a
patch to the maintainers.
However, I can''t run the AR tests. I followed the instructions in
RUNNING_UNIT_TESTS but it generates an error immediately
/opt/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/test cremes$
ruby -I "connections/native_mysql" active_schema_mysql.rb
./../lib/active_record/base.rb:246: undefined method `cattr_accessor''
for ActiveRecord::Base:Class (NoMethodError)
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:21:in `require''
from ./../lib/active_record.rb:37
from ./abstract_...