aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* AS::Callbacks: remove unused runnerBogdan Gusiev2012-01-121-1/+1
* Fixed after_initialize callbacks call on AR model #dupBogdan Gusiev2012-01-071-1/+1
* No need to override to_yaml and yaml_initialize methods in ActiveRecord::CoreRafael Mendonça França2012-01-041-20/+0
* No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-041-1/+1
* Delete some stray linesJon Leighton2011-12-281-2/+0
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-7/+8
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-59/+64
* Ensure attribute methods are included after all the AR stuffJon Leighton2011-12-241-1/+1
* Make generated_feature_methods work with ActiveRecord::ModelJon Leighton2011-12-241-4/+9
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-60/+57
* Extract common logic into a methodJon Leighton2011-12-241-7/+1
* I herd you like modules.Jon Leighton2011-12-241-1/+12
* Start work towards making AR include-able.Jon Leighton2011-12-241-0/+343