rails--rails/activerecord/test/models
Jon Leighton 7963c30eba Add test_has_many_through_has_many_through_with_belongs_to_source_reflection (which already works) 2010-10-14 13:07:28 +01:00
..
admin Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
admin.rb Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
author.rb Add test_has_many_through_has_many_through_with_belongs_to_source_reflection (which already works) 2010-10-14 13:07:28 +01:00
auto_id.rb
binary.rb
bird.rb
book.rb Initial nested_has_many_through support [#1152] 2010-09-26 22:25:25 +10:00
boolean.rb Add missing model 2010-08-14 18:49:04 -03:00
bulb.rb While creating a new record using has_many create method default scope of child should be respected. 2010-08-19 14:52:15 -03:00
car.rb expanding the test to include both type of order declaration 2010-09-18 20:49:19 +02:00
categorization.rb move assets and models 2008-01-18 07:27:03 +00:00
category.rb Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflection and make it work 2010-10-13 18:36:51 +01:00
citation.rb
club.rb
column_name.rb
comment.rb Add some tests for functionality in JoinAssociation which already exists but was previously untested 2010-10-13 08:24:19 -07:00
company.rb
company_in_module.rb Object#returning removed 2010-07-25 23:30:27 +02:00
computer.rb
contact.rb to_xml with :include should skip_instruct on the included records [#4506 state:resolved] 2010-04-30 14:22:57 +02:00
contract.rb
country.rb Ensure that primary_keys of HABTM records is not double quoted 2010-07-20 16:45:42 -07:00
course.rb
customer.rb
dashboard.rb string IDs are now quoted correctly [#5064 state:resolved] 2010-07-13 08:14:52 +02:00
default.rb
developer.rb reorder removed in favor of except(:order).order 2010-10-11 11:54:46 -02:00
edge.rb
electron.rb Eager loading an association should not change the count of children 2010-08-02 17:12:59 +02:00
engine.rb expanding the test to include both type of order declaration 2010-09-18 20:49:19 +02:00
entrant.rb
essay.rb
event.rb
face.rb
guid.rb
interest.rb
invoice.rb
item.rb
job.rb Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored. 2010-10-09 22:00:33 +01:00
joke.rb
keyboard.rb
legacy_thing.rb
line_item.rb
liquid.rb Eager loading an association should not change the count of children 2010-08-02 17:12:59 +02:00
loose_person.rb mass_assignment_security moved from AR to AMo, and minor test cleanup 2010-07-08 18:28:45 +02:00
man.rb
matey.rb
member.rb Add test_has_many_through_has_one_through_with_has_many_source_reflection 2010-10-12 17:32:52 +01:00
member_detail.rb Adding test_has_many_through_has_one_with_has_many_through_source_reflection and modifying ThroughAssociationScope to make it work correctly. 2010-10-12 17:27:10 +01:00
member_type.rb
membership.rb
minimalistic.rb
minivan.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
mixed_case_monkey.rb
molecule.rb Eager loading an association should not change the count of children 2010-08-02 17:12:59 +02:00
movie.rb
order.rb
organization.rb
owner.rb
parrot.rb
person.rb Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored. 2010-10-09 22:00:33 +01:00
pet.rb
pirate.rb Don't overwrite unsaved updates when loading an association but preserve the order of the loaded records. Reapplied from before but now allows already-saved records to be refreshed. 2010-06-20 00:32:06 +02:00
post.rb Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored. 2010-10-09 22:00:33 +01:00
price_estimate.rb
project.rb
rating.rb Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored. 2010-10-09 22:00:33 +01:00
reader.rb
reference.rb Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored. 2010-10-09 22:00:33 +01:00
reply.rb Fix failing test. 2010-05-21 16:20:56 +02:00
ship.rb Nested records (re: autosave) are now updated even when the intermediate parent record is unchanged [#4242 state:resolved] 2010-05-18 16:13:00 +02:00
ship_part.rb Nested records (re: autosave) are now updated even when the intermediate parent record is unchanged [#4242 state:resolved] 2010-05-18 16:13:00 +02:00
shop.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
speedometer.rb string IDs are now quoted correctly [#5064 state:resolved] 2010-07-13 08:14:52 +02:00
sponsor.rb
subject.rb fixed Subject model after_initialize callback for test_oracle_synonym test 2010-09-09 18:27:53 -07:00
subscriber.rb
subscription.rb
tag.rb
tagging.rb
task.rb
topic.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
toy.rb
treasure.rb
treaty.rb Ensure that primary_keys of HABTM records is not double quoted 2010-07-20 16:45:42 -07:00
tyre.rb Ensure we can nest include calls [#5285 state:resolved] 2010-08-12 13:10:58 -03:00
vertex.rb
warehouse_thing.rb
wheel.rb reset_counter should work with non-traditional belongs_to and polymorphic belongs_to 2010-07-08 23:24:12 +02:00
without_table.rb Push a failing test for issues [#4994] and [#5003]. 2010-06-29 19:50:09 +02:00
zine.rb