1. 03 3月, 2013 1 次提交
  2. 02 3月, 2013 2 次提交
    • Y
      deal with `#append` and `#prepend` on association collections. · b9399c47
      Yves Senn 提交于
      Closes #7364.
      
      Collection associations behave similar to Arrays. However there is no
      way to prepend records. And to append one should use `<<`. Before this
      patch `#append` and `#prepend` did not add the record to the loaded
      association.
      
      `#append` now behaves like `<<` and `#prepend` is not defined.
      b9399c47
    • T
      Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time · 2cc09441
      Troy Kruthoff 提交于
      In an AR model a timestamptz attribute would return a ruby string and AR
      tests did not check for any type casting.  Previous tests would pass
      only because an assert_equal was being used on a Time.utc object, which
      will parse the right side of the eq to a valid Time instance for
      comparision.
      
      switch to test instance of Time instead of ActiveSupport::TimeWithZone
      2cc09441
  3. 01 3月, 2013 2 次提交
  4. 28 2月, 2013 3 次提交
  5. 27 2月, 2013 3 次提交
  6. 26 2月, 2013 4 次提交
  7. 25 2月, 2013 11 次提交
  8. 24 2月, 2013 1 次提交
  9. 21 2月, 2013 11 次提交
  10. 20 2月, 2013 2 次提交