1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/models
2008-06-09 12:05:20 -04:00
..
author.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
auto_id.rb
binary.rb
book.rb
categorization.rb
category.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
citation.rb
club.rb has_one :through supports :source_type. Fix up some tests. References #4756. 2008-03-22 02:20:37 +00:00
column_name.rb
comment.rb Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] 2008-03-24 02:50:02 +00:00
company.rb Fix faulty tests introduced in 8d0b4fa39 2008-05-24 18:34:59 +12:00
company_in_module.rb Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #10289. [scott_willson] 2008-04-07 19:44:37 +00:00
computer.rb
contact.rb
course.rb
customer.rb
default.rb
developer.rb Calling ActiveRecord#inspect on an unloaded association won't wipe the collection [#9 state:resolved] 2008-05-08 00:04:53 -05:00
edge.rb
entrant.rb
guid.rb Fix validates_uniqueness_of for SQL keywords [#23 state:resolved] 2008-05-11 19:30:03 +01:00
item.rb
job.rb Ensure table names are quoted by the association preloading code. 2008-04-26 12:14:50 +12:00
joke.rb
keyboard.rb
legacy_thing.rb
matey.rb
member.rb Add has_one :through support, finally. Closes #4756 [thechrisoshow] 2008-03-21 18:09:03 +00:00
membership.rb Add has_one :through support, finally. Closes #4756 [thechrisoshow] 2008-03-21 18:09:03 +00:00
minimalistic.rb
mixed_case_monkey.rb
movie.rb
order.rb
owner.rb Fixed preloading belongs_to associations which reference a custom foreign key. References #9640. 2008-01-31 07:50:15 +00:00
parrot.rb
person.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
pet.rb Fixed preloading belongs_to associations which reference a custom foreign key. References #9640. 2008-01-31 07:50:15 +00:00
pirate.rb Dirty attributes aren't cleared if save fails. [#174 state:resolved] 2008-05-12 17:04:17 -07:00
post.rb Ensure correct record is returned when preloading has_one where more than one row exists 2008-05-06 21:08:52 +12:00
price_estimate.rb Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondratenko] 2008-02-02 03:27:31 +00:00
project.rb Introduce the :readonly option to all associations. Records from the association cannot be saved. Closes #11084. 2008-02-13 06:32:50 +00:00
reader.rb
reference.rb Ensure table names are quoted by the association preloading code. 2008-04-26 12:14:50 +12:00
reply.rb Change tests against all scope to base scope as all is now used as a finder alias 2008-04-30 00:25:52 -05:00
ship.rb
sponsor.rb Add has_one :through support, finally. Closes #4756 [thechrisoshow] 2008-03-21 18:09:03 +00:00
subject.rb
subscriber.rb Fixed AssociationsPreload such that it doesnt require foreign keys to be integers (fcheung) [#33 state:resolved] 2008-04-30 23:30:50 -05:00
subscription.rb Added missing files 2008-05-01 15:03:16 -05:00
tag.rb
tagging.rb
task.rb
topic.rb Change tests against all scope to base scope as all is now used as a finder alias 2008-04-30 00:25:52 -05:00
treasure.rb Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondratenko] 2008-02-02 03:27:31 +00:00
vertex.rb
warehouse_thing.rb