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
2007-05-15 19:30:19 +00:00
..
acts documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
associations Improve Performance of calling create on has_many :through associations by avoiding loading the target collection. Closes #8150 [evan] 2007-04-26 00:18:38 +00:00
connection_adapters Oracle: extract column length for CHAR also. Closes #7866. 2007-05-15 19:30:19 +00:00
locking Provide brief introduction to what optimistic locking is. Closes #8097. [fearoffish] 2007-05-06 05:01:31 +00:00
vendor Remove deprecated object transactions. People relying on this functionality should install the object_transactions plugin at http://code.bitsweat.net/svn/object_transactions. Closes #5637 [Koz, Jeremy Kemper] 2007-03-16 22:39:01 +00:00
wrappers
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 Update documentation for :dependent declaration so that it explicitly uses the non-deprecated API. Closes #8069. [danger] 2007-05-06 05:14:37 +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 Add documentation caveat about when to use count_by_sql. Closes #8090. [fearoffish] 2007-05-06 05:10:19 +00:00
calculations.rb documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
callbacks.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
deprecated_associations.rb update deprecations to include alternative methods (where available) 2006-10-24 17:25:30 +00:00
deprecated_finders.rb documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
fixtures.rb Fixtures: fix YAML ordered map support. Closes #2665. 2007-03-09 02:06:50 +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 Use the query cache iff Active Record is configured. 2007-02-22 08:14:47 +00:00
reflection.rb Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +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 Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath] 2007-05-11 21:26:53 +00:00
timestamp.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
transactions.rb Remove deprecated object transactions. People relying on this functionality should install the object_transactions plugin at http://code.bitsweat.net/svn/object_transactions. Closes #5637 [Koz, Jeremy Kemper] 2007-03-16 22:39:01 +00:00
validations.rb Document :allow_nil option for validates_acceptance_of since it defaults to true. Closes #8050. [tzaharia] 2007-05-06 05:16:41 +00:00
version.rb Run with the latest versions so beta gems will work 2007-04-21 17:06:16 +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 Change Base#to_xml to take the name for a container element for an association from the element name, not the first record's class name. Closes #7004 2007-05-03 02:24:50 +00:00