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-09-04 00:02:38 +00:00
..
acts Doc fix (closes #5504) [lee@omara.ca] 2006-07-05 01:43:47 +00:00
associations has_many :through conditions are sanitized by the associating class. Closes #5971. 2006-09-01 05:31:56 +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 Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908. 2006-09-04 00:02:38 +00:00
vendor Upgrade to Transaction::Simple 1.3 2006-03-15 18:22:12 +00:00
wrappers
aggregations.rb Grammar fix in aggregations rdoc. Closes #5613. 2006-07-06 02:05:09 +00:00
associations.rb Deprecation: update docs. Closes #5998. 2006-09-01 23:37:10 +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
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
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 validates_confirmation_of only kicks in when the attribute, rather than its confirmation, is present. Closes #785. 2006-09-03 17:53:51 +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: the :methods option works on arrays of records. Closes #5845. 2006-09-02 21:00:09 +00:00