rails--rails/activerecord/lib/active_record
Tobias Lütke 0ee0c1b2aa Add AssociationCollection#create! to be consistent with AssociationCollection#create when dealing with a foreign key that is a protected attribute
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5677 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-05 17:55:44 +00:00
..
acts Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
associations Add AssociationCollection#create! to be consistent with AssociationCollection#create when dealing with a foreign key that is a protected attribute 2006-12-05 17:55:44 +00:00
connection_adapters If only life was that simple (it didnt help) 2006-12-01 05:56:51 +00:00
locking Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
vendor If only life was that simple (it didnt help) 2006-12-01 05:56:51 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
associations.rb Oracle: fix limited id selection for eager loading. Closes #6515. 2006-11-10 19:18:07 +00:00
attribute_methods.rb r4854@ks: jeremy | 2006-07-30 00:59:18 -0700 2006-07-31 03:43:03 +00:00
base.rb Subclasses of an abstract class work with single-table inheritance. Closes #5704. 2006-12-01 21:24:47 +00:00
calculations.rb SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544. 2006-11-05 02:01:31 +00:00
callbacks.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
deprecated_associations.rb update deprecations to include alternative methods (where available) 2006-10-24 17:25:30 +00:00
deprecated_finders.rb update deprecations to include alternative methods (where available) 2006-10-24 17:25:30 +00:00
fixtures.rb Change fixture_path to a class inheritable accessor allowing test cases to have their own custom set of fixtures. Closes #6672 [zdennis] 2006-11-21 22:28:24 +00:00
migration.rb Migration benchmark wrappers use alias_method_chain. Closes #6456. 2006-11-19 11:09:31 +00:00
observer.rb Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson] 2006-09-30 01:37:07 +00:00
query_cache.rb r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 2005-10-16 03:45:39 +00:00
reflection.rb fix association exception messages, fix them so the error messages actually display 2006-07-20 00:34:09 +00:00
schema.rb Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) [rubyonrails@atyp.de] 2006-02-25 23:22:04 +00:00
schema_dumper.rb Schema dumper quotes date :default values. 2006-08-02 20:20:38 +00:00
timestamp.rb Add documentation for how to disable timestamps on a per model basis. Closes #5684. [matt@mattmargolis.net Marcel Molina Jr.] 2006-08-07 06:54:22 +00:00
transactions.rb Deprecation: object transactions warning. 2006-11-02 18:12:18 +00:00
validations.rb validates_numericality_of uses \A \Z to ensure the entire string matches rather than ^ $ which may match one valid line of a multiline string. Closes #5716. 2006-11-20 10:51:50 +00:00
version.rb Version updates and missing licenses 2006-09-15 10:13:27 +00:00
wrappings.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
xml_serialization.rb Use class name as XML_TYPE_NAMES key. 2006-09-29 22:45:58 +00:00