Displaying 2 results from an estimated 2 matches for "construct_condit".
2006 Mar 03
2
Through relationship
...expect it!
The error occured while evaluating nil.options
RAILS_ROOT: /Users/flip/Documents/workspace/SolidSuite/public/../
config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/
associations/has_many_through_association.rb:66:in
`construct_conditions''
#{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/
associations/has_many_through_association.rb:7:in `initialize''
#{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/
associations.rb:695:in `new''
#{RAILS_ROOT}/vendor/rails/activerecord/lib/active_reco...
2006 Mar 23
2
rails 1.1 and mysql errors
...es_through_membership(UserTest):
ActiveRecord::ActiveRecordError: Invalid source reflection macro
:has_and_belongs_to_many for has_many roles, :through => memberships
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2.4008/lib/active_record/associations/has_many_through_association.rb:75:in
`construct_conditions
''
Rails 1.1 does not fix the existing "shim" error with mysql
`destroy_without_habtm_shim_for_[xxMODELxx]''
The ticket with patch is here and it has worked well for me for several
months:
http://dev.rubyonrails.org/ticket/3175
I am very happy to see Rails moving...