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-04-04 18:53:40 +00:00
..
acts The style police makes an expection on acts_as_tree (closes #4168) [coffee2code] 2006-03-18 03:22:45 +00:00
associations Fixed that AssociationCollection#delete_all should work even if the records of the association are not loaded yet. [Florian Weber] 2006-04-03 22:37:56 +00:00
connection_adapters Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgres gem to work properly. Closes #4461 2006-04-04 18:53:40 +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 Reloading an instance refreshes its aggregations as well as its associations. References #3024. 2005-12-08 04:46:57 +00:00
associations.rb Fixed that records returned from has_and_belongs_to_many associations with additional attributes should be marked as read only (fixes #4512) [DHH] DEPRECATED: Using additional attributes on has_and_belongs_to_many associations. Instead upgrade your association to be a real join model [DHH] 2006-04-01 20:03:10 +00:00
base.rb Changed those private ActiveRecord methods to take optional third argument :auto instead of nil for performance optimizations. (closes #4456) [Stefan] 2006-04-03 16:09:47 +00:00
calculations.rb Fixed documentation 2006-03-28 03:06:40 +00:00
callbacks.rb doc fix (closes #3972) [robby] 2006-02-27 05:10:04 +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 Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb fix AR tests for sqlite 2006-03-16 05:21:40 +00:00
locking.rb Fixed documentation 2006-03-28 03:06:40 +00:00
migration.rb Doc fix (closes #4521) 2006-04-01 19:14:17 +00:00
observer.rb More docs for observers (closes #3996) [Robby Russel] 2006-03-02 03:02:51 +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 pass the correct reflection to HasManyThroughAssociationPolymorphicError 2006-03-30 19:25:07 +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 PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920. 2006-02-09 22:09:17 +00:00
timestamp.rb Closes #3784. 2006-02-09 19:47:13 +00:00
transactions.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
validations.rb Doc fix #3960 [jonrailsdev@shumi.org] 2006-04-03 18:47:49 +00:00
version.rb Made ready for release 2006-03-28 05:03:05 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00