Displaying 2 results from an estimated 2 matches for "developers_project".
Did you mean:
developers_projects
2006 Oct 16
6
Rails AR/Oracle Unit Test: [5310] failed (but getting better)
...pecialComment", "post_id"=>7, "id"=>11}>]>.
3) Error:
test_select_limited_ids_list(HasAndBelongsToManyAssociationsTest):
ActiveRecord::StatementInvalid: OCIError: ORA-01791: not a SELECTed expression: SELECT DISTINCT projects.id FROM projects LEFT OUTER JOIN developers_projects ON developers_projects.project_id = projects.id LEFT OUTER JOIN developers ON developers.id = developers_projects.developer_id ORDER BY developers.created_at
./test/../lib/active_record/connection_adapters/abstract_adapter.rb:128:in `log''
./test/../lib/active_record/connection_a...
2004 Nov 30
1
RE: question about rails regarding handling more than onetable in one view
Hi, Jarkko:
Thanks for the quick reply.
I understand I can use ActiveRecord to specify the relation between the
table as you have suggested,
The part that I have trouble to understand is
1. Since I have a third table ProvWorkAtDept, do I need to specify this
table somewhere when I define Provider or Dept?
2. If the provider view has both the provider name and several depts the
provider