1. 31 12月, 2011 1 次提交
  2. 30 12月, 2011 2 次提交
  3. 29 12月, 2011 4 次提交
    • J
      Deprecate implicit eager loading. Closes #950. · c99d507f
      Jon Leighton 提交于
      c99d507f
    • J
      Fix CI · f06074f3
      Jon Leighton 提交于
      f06074f3
    • J
      Support establishing connection on ActiveRecord::Model. · dae7b654
      Jon Leighton 提交于
      This is the 'top level' connection, inherited by any models that include
      ActiveRecord::Model or inherit from ActiveRecord::Base.
      dae7b654
    • J
      Support configuration on ActiveRecord::Model. · 93c1f11c
      Jon Leighton 提交于
      The problem: We need to be able to specify configuration in a way that
      can be inherited to models that include ActiveRecord::Model. So it is
      no longer sufficient to put 'top level' config on ActiveRecord::Base,
      but we do want configuration specified on ActiveRecord::Base and
      descendants to continue to work.
      
      So we need something like class_attribute that can be defined on a
      module but that is inherited when ActiveRecord::Model is included.
      
      The solution: added ActiveModel::Configuration module which provides a
      config_attribute macro. It's a bit specific hence I am not putting this
      in Active Support or making it a 'public API' at present.
      93c1f11c
  4. 28 12月, 2011 1 次提交
  5. 27 12月, 2011 1 次提交
  6. 25 12月, 2011 1 次提交
  7. 24 12月, 2011 18 次提交
  8. 22 12月, 2011 1 次提交
  9. 21 12月, 2011 11 次提交