1. 08 3月, 2013 4 次提交
  2. 06 3月, 2013 3 次提交
  3. 05 3月, 2013 2 次提交
  4. 04 3月, 2013 4 次提交
  5. 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
  6. 01 3月, 2013 3 次提交
  7. 28 2月, 2013 2 次提交
  8. 27 2月, 2013 3 次提交
  9. 26 2月, 2013 4 次提交
  10. 25 2月, 2013 9 次提交
  11. 21 2月, 2013 4 次提交