rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 02ba03509c Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@821 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-01 23:52:36 +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 Fixed that association#count would produce invalid sql when called sequentialy #659 [kanis@comcard.de] 2005-02-28 09:07:03 +00:00
connection_adapters Added preliminary support for an agile database migration technique (currently only for MySQL) 2005-03-01 14:27:32 +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 Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed) 2005-03-01 23:52:36 +00:00
associations.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
base.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
callbacks.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
deprecated_associations.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
fixtures.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
locking.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
migration.rb Ensure that the schema information table is available before doing any migration 2005-03-01 14:50:48 +00:00
observer.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
reflection.rb Added MacroReflection#macro which will return a symbol describing the macro used (like :composed_of or :has_many) #718, #248 [james@slashetc.com] 2005-02-27 17:18:35 +00:00
timestamp.rb Changed the auto-timestamping feature to use ActiveRecord::Base.default_timezone instead of entertaining the parallel ActiveRecord::Base.timestamps_gmt method. The latter is now deprecated and will throw a warning on use (but still work) #710 [Jamis Buck] 2005-02-24 12:00:42 +00:00
transactions.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
validations.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
wrappings.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00