rails--rails/activerecord/lib/active_record
David Heinemeier Hansson c4e5196210 Updated documentation even more
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@772 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-23 17:25:41 +00:00
..
acts Added a bit more documentation on how to use the instance methods for acts_as_list #478 2005-01-15 13:49:23 +00:00
associations Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm] 2005-02-22 13:58:22 +00:00
connection_adapters Updated documentation even more 2005-02-23 17:25:41 +00:00
vendor Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius] 2005-01-20 14:36:39 +00:00
wrappers
aggregations.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
associations.rb Documentation fixes #694 2005-02-23 12:14:28 +00:00
base.rb Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm] 2005-02-22 13:58:22 +00:00
callbacks.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
deprecated_associations.rb Added support for associating unsaved objects #402 [Tim Bates] 2005-01-15 17:45:16 +00:00
fixtures.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
locking.rb Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski] 2004-12-31 19:38:04 +00:00
observer.rb Added that Observers can use the observes class method instead of overwriting self.observed_class() 2005-01-10 16:06:04 +00:00
reflection.rb
timestamp.rb Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the automated timestamping use GMT instead of local time #520 [Scott Baron] 2005-01-24 13:18:29 +00:00
transactions.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
validations.rb Fixed that when using validation macros with a custom message, if you happened to use single quotes in the message string you would get a parsing error #657 [tonka] 2005-02-22 13:54:26 +00:00
wrappings.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00