rails--rails/activerecord/lib/active_record
David Heinemeier Hansson ee8d110068 Added adapter independent limit clause as a two-element array with the first being the limit, the second being the offset #795 [Sam Stephenson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@944 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-20 21:56:50 +00:00
..
acts Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not before, so a unique position can be maintained #871 [Alisdair McDiarmid] 2005-03-20 13:39:15 +00:00
associations Added destruction of dependent objects in has_one associations when a new assignment happens #742 [mindel] 2005-03-06 13:40:21 +00:00
connection_adapters Added adapter independent limit clause as a two-element array with the first being the limit, the second being the offset #795 [Sam Stephenson] 2005-03-20 21:56:50 +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 Added destruction of dependent objects in has_one associations when a new assignment happens #742 [mindel] 2005-03-06 13:40:21 +00:00
base.rb Added adapter independent limit clause as a two-element array with the first being the limit, the second being the offset #795 [Sam Stephenson] 2005-03-20 21:56:50 +00:00
callbacks.rb Added warning about specifying callbacks before associations to trigger inheritance 2005-03-19 15:36:41 +00:00
deprecated_associations.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
fixtures.rb Added with additional settings for working with transactional fixtures and pre-loaded test databases #865 [mindel] 2005-03-20 13:42:35 +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 Added optionally allow for nil or empty strings with validates_numericality_of #801 [Sebastian Kanthak] Fixed problem with using slashes in validates_format_of regular expressions #801 [Sebastian Kanthak] 2005-03-14 23:56:47 +00:00
wrappings.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00