rails/activerecord/lib
2010-02-21 11:12:14 +01:00
..
active_record Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
generators Change Rails::Generators::Migration protected instance methods to class methods. [#3820 status:resolved] 2010-02-02 10:18:48 +01:00
active_record.rb Fix test load paths for those not using bundler 2010-02-15 10:20:11 -06:00