rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 7ad83b8df2 Added block-style for callbacks #332 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@296 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-01 16:14:15 +00:00
..
acts Added :counter_cache option to acts_as_tree that works just like the one you can define on belongs_to #371 [Josh] 2004-12-31 16:53:41 +00:00
associations Fixed that options[:counter_sql] was overwritten with interpolated sql rather than original sql #355 [bitsweat] 2004-12-22 13:35:42 +00:00
connection_adapters Added Base.default_timezone accessor that determines whether to use Time.local (using :local) or Time.utc (using :utc) when pulling dates and times from the database. This is set to :local by default. 2004-12-28 17:30:17 +00:00
vendor Initial 2004-11-24 01:04:44 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Initial 2004-11-24 01:04:44 +00:00
associations.rb Moved support into Active Support 2004-12-29 21:14:58 +00:00
base.rb Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski] 2004-12-31 19:38:04 +00:00
callbacks.rb Added block-style for callbacks #332 [bitsweat] 2005-01-01 16:14:15 +00:00
deprecated_associations.rb Initial 2004-11-24 01:04:44 +00:00
fixtures.rb Added work-around for PostgreSQL and the problem of getting fixtures to be created from id 1 on each test case. This only works for auto-incrementing primary keys called "id" for now #359 [Scott Baron] 2004-12-22 23:09:30 +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 Initial 2004-11-24 01:04:44 +00:00
reflection.rb Initial 2004-11-24 01:04:44 +00:00
timestamp.rb Fixed the automated timestamping feature when running under Rails' development environment that resets the inheritable attributes on each request. 2004-12-18 15:15:27 +00:00
transactions.rb Restored thread safety to Active Record [andreas] 2004-12-30 14:51:04 +00:00
validations.rb Fixed quoting in validates_format_of that would allow some rules to pass regardless of input #390 [Dmitry V. Sabanin] 2004-12-31 16:42:25 +00:00
wrappings.rb Initial 2004-11-24 01:04:44 +00:00