1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2006-08-25 15:25:08 +00:00
..
acts Doc fix (closes #5504) [lee@omara.ca] 2006-07-05 01:43:47 +00:00
associations Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. Closes #5829. 2006-08-20 05:23:34 +00:00
connection_adapters SQLServer: work around bug where some unambiguous date formats are not correctly identified if the session language is set to german. Closes #5894. 2006-08-25 03:56:21 +00:00
locking r4664@asus: jeremy | 2006-06-19 18:55:36 -0700 2006-06-20 01:58:36 +00:00
vendor Upgrade to Transaction::Simple 1.3 2006-03-15 18:22:12 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Grammar fix in aggregations rdoc. Closes #5613. 2006-07-06 02:05:09 +00:00
associations.rb Add records to has_many :through using <<, push, and concat by creating the association record. Raise if base or associate are new records since both ids are required to create the association. #build raises since you can't associate an unsaved record. #create! takes an attributes hash and creates the associated record and its association in a transaction. 2006-08-18 07:35: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 Nested subclasses are not prefixed with the parent class' table_name since they should always use the base class' table_name. Closes #5911. 2006-08-25 15:25:08 +00:00
calculations.rb Fixed that count distinct should use the selected column even when using :include (closes #5251) [anna@wota.jp] 2006-06-03 21:19:36 +00:00
callbacks.rb Update callbacks documentation. Closes #3970. 2006-07-08 00:52:37 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Formally deprecate the deprecated finders. [Koz] 2006-08-05 23:00:34 +00:00
fixtures.rb Fixtures: correct escaping of \n and \r. Closes #5859. 2006-08-24 01:50:24 +00:00
migration.rb Migrations: gracefully handle missing migration files. Closes #5857. 2006-08-23 05:49:40 +00:00
observer.rb Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Rick Olson] 2006-08-09 16:54:36 +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 r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 2006-06-19 22:48:51 +00:00
validations.rb alias_method_chain preserves method punctuation so foo, foo?, and foo! may be chained with the same feature. 2006-06-21 20:40:14 +00:00
version.rb Include the calculations fix for a new release of AR 2006-04-09 21:27:32 +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 to_xml: correct naming of included associations. Closes #5831. 2006-08-20 14:38:58 +00:00