rails--rails/activerecord/lib/active_record
Rick Olson ed10f873a1 STI associations are now aliased to the table name for backwards compatibility. Added docs for table aliasing [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4015 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-23 06:01:01 +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 Allow overriding of find parameters in scoped has_many :through calls [Rick Olson] 2006-03-21 16:33:22 +00:00
connection_adapters Fixed DB2 adapter so nullable columns will be determines correctly now and quotes from column default values will be removed (closes #4350) [contact@maik-schmidt.de] 2006-03-22 19:30:02 +00:00
vendor Upgrade to Transaction::Simple 1.3 2006-03-15 18:22:12 +00:00
wrappers
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 STI associations are now aliased to the table name for backwards compatibility. Added docs for table aliasing [Rick Olson] 2006-03-23 06:01:01 +00:00
base.rb Fix bug introduced by changeset 3679 which caused custom attribute? methods to be overridden. Also ensure that ? methods are defined even if read method is customised. (closes #3677) [jonathan@bluewire.net.nz] 2006-03-20 06:45:34 +00:00
calculations.rb Added Base.abstract_class? that marks which classes are not part of the Active Record hierarchy. closes #3704 2006-03-16 02:46:01 +00:00
callbacks.rb doc fix (closes #3972) [robby] 2006-02-27 05:10:04 +00:00
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb fix AR tests for sqlite 2006-03-16 05:21:40 +00:00
locking.rb format fix for locking [Michael Koziarski] 2006-03-09 08:40:34 +00:00
migration.rb Remember kiddies, Dir[] uses Dir#glob, not a Regexp 2006-03-19 04:30:10 +00:00
observer.rb More docs for observers (closes #3996) [Robby Russel] 2006-03-02 03:02:51 +00:00
query_cache.rb
reflection.rb Allow has_many :through associations to find the source association by setting a custom class (closes #4307) [jonathan@bluewire.net.nz] 2006-03-19 07:14:48 +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
validations.rb Fixed that Base.save should always return false if the save didn't succeed, including if it has halted by before_save's (closes #1861, #2477) [DHH] 2006-02-28 20:37:21 +00:00
version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
wrappings.rb