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
2010-07-21 15:06:23 +02: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 update_attributes and update_attributes! are now wrapped in a transaction 2010-07-13 22:02:00 +02:00
auto_id.rb
binary.rb
bird.rb Rollback the transaction when one of the autosave associations fails to save. [#3391 state:resolved] 2010-01-08 21:45:02 +01:00
book.rb
car.rb reset_counter should work with non-traditional belongs_to and polymorphic belongs_to 2010-07-08 23:24:12 +02:00
categorization.rb
category.rb Fixed gruoped_by_title spelling [#5063 state:committed] 2010-07-08 00:26:25 +02:00
citation.rb
club.rb Ensure methods called on association proxies respect access control. [#1083 state:resolved] [Adam Milligan, Pratik] 2008-10-13 19:02:34 +02:00
column_name.rb
comment.rb Properly cache association_collection#scopes calls having arguments 2010-06-04 00:53:45 +01:00
company.rb Add :dependent = to has_one and has_many [#3075 state:resolved] 2010-03-28 18:47:46 +04:30
company_in_module.rb Add the ability to specify table_name_prefix on individual modules 2010-03-28 23:43:28 -07: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 has_many :through create should not raise validation errors 2009-08-09 18:44:45 -07:00
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 Added :constructor and :converter options to composed_of and deprecated the conversion block 2008-09-10 18:28:47 +02:00
dashboard.rb string IDs are now quoted correctly [#5064 state:resolved] 2010-07-13 08:14:52 +02:00
default.rb
developer.rb Added reorder delegation for ActiveRecord::Base(to be able to overwrite the default_scope ordering in the named scope [#5093 state:resolved] 2010-07-13 08:31:55 +02:00
edge.rb
engine.rb reset_counter should work with non-traditional belongs_to and polymorphic belongs_to 2010-07-08 23:24:12 +02:00
entrant.rb
essay.rb Add primary_key option to belongs_to association 2009-07-15 18:13:32 -07:00
event.rb Ensure validates_uniqueness_of considers limit on the field. [#1042 state:resolved] 2009-03-07 13:52:17 +00:00
face.rb Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFoundError if the supplied class doesn't have the appropriate association. [#3520 state:resolved] 2009-12-28 15:12:17 +01:00
guid.rb Fix validates_uniqueness_of for SQL keywords [#23 state:resolved] 2008-05-11 19:30:03 +01:00
interest.rb Add inverse polymorphic association support. [#3520 state:resolved] 2009-12-28 15:12:13 +01:00
invoice.rb Add failing test that triggers the stack overflow 2010-01-08 21:45:02 +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
line_item.rb Add failing test that triggers the stack overflow 2010-01-08 21:45:02 +01: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 Add inverse polymorphic association support. [#3520 state:resolved] 2009-12-28 15:12:13 +01:00
matey.rb
member.rb Fix preloading of has_one :through associations on belongs_to [#1507 state:resolved] 2008-12-18 19:19:36 +00:00
member_detail.rb Fix preloading of has_one :through associations on belongs_to [#1507 state:resolved] 2008-12-18 19:19:36 +00:00
member_type.rb Fix preloading of has_one :through associations on belongs_to [#1507 state:resolved] 2008-12-18 19:19:36 +00:00
membership.rb Add has_one :through support, finally. Closes #4756 [thechrisoshow] 2008-03-21 18:09:03 +00:00
minimalistic.rb
minivan.rb update_attribute should not update readonly attributes 2010-07-21 14:55:57 +02:00
mixed_case_monkey.rb
movie.rb
order.rb
organization.rb Rename named_scope to scope 2010-01-18 04:38:19 +05:30
owner.rb Ensure has_many :through works with changed primary keys [#736 state:resolved] 2009-03-09 13:43:28 +00:00
parrot.rb Rollback the transaction when one of the autosave associations fails to save. [#3391 state:resolved] 2010-01-08 21:45:02 +01:00
person.rb Ensure default_scope can be overwriten by association conditions. 2010-07-21 15:06:23 +02:00
pet.rb Added :touch option to belongs_to associations that will touch the parent record when the current record is saved or destroyed [DHH] 2009-04-16 17:25:55 -05:00
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 Eager loading :through associations will join the :source model if there are :conditions. [#2362 state:resolved] 2010-07-08 22:36:26 +02: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 Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
reader.rb
reference.rb eagerly loaded association records should respect default_scope [#2931 state:resolved] 2010-07-21 15:01:40 +02: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 Refactor compute_type to handle situations where the correct class is already loaded 2010-04-12 21:31:20 -07:00
speedometer.rb string IDs are now quoted correctly [#5064 state:resolved] 2010-07-13 08:14:52 +02:00
sponsor.rb Add has_one :through support, finally. Closes #4756 [thechrisoshow] 2008-03-21 18:09:03 +00:00
subject.rb added Subject#after_initialize to be the same as Topic#after_initialize 2009-08-06 23:41:00 +03:00
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 Explicitly set Topic model last_read attribute as Date value when Oracle enhanced adapter is used 2010-06-04 22:44:02 +03:00
toy.rb Ensure has_many :through works with changed primary keys [#736 state:resolved] 2009-03-09 13:43:28 +00:00
treasure.rb Raise an exception with friendlier error message when attempting to build a polymorphic belongs_to with accepts_nested_attributes_for. [#2318 state:resolved] 2009-09-12 15:37:54 +02:00
treaty.rb Ensure that primary_keys of HABTM records is not double quoted 2010-07-20 16:45:42 -07: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 Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00