rails/activerecord/lib
Santosh Wadghule 4596e16f1a Fix eager loading association using default_scope for finder methods.
- Eager loading was not working for the default_scope (class method)
  for 'find' & 'find_by' methods.
- Fixed these by adding a new check 'respond_to?(:default_scope)'.
2015-03-31 22:54:42 +05:30
..
active_record Fix eager loading association using default_scope for finder methods. 2015-03-31 22:54:42 +05:30
rails/generators Add Secure Token Generator 2015-01-11 14:42:54 -05:00
active_record.rb Attempt to provide backwards compatible YAML deserialization 2015-03-10 11:56:45 -06:00