aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+1
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-311-2/+4
* Rearranging dependenciesDavid Heinemeier Hansson2004-12-291-0/+1
* Fixed the automated timestamping feature when running under Rails' developmen...David Heinemeier Hansson2004-12-181-1/+1
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-161-4/+4
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-161-3/+6
* Forgot to include Mixins::Touch by defaultDavid Heinemeier Hansson2004-12-081-0/+1
* Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...David Heinemeier Hansson2004-12-081-0/+2
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-301-0/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+50