1. 11 9月, 2012 2 次提交
  2. 09 9月, 2012 1 次提交
  3. 07 9月, 2012 2 次提交
  4. 05 9月, 2012 1 次提交
    • L
      Extend HashWithIndifferentAccess#update to take an optional block · edab820d
      Leo Cassarani 提交于
      When a block is passed into the method, it will be invoked for each
      duplicated key, with the key in question and the two values as
      arguments. The value for the duplicated key in the receiver will
      be set to the return value of the block.
      
      This behaviour matches Ruby's long-standing implementation of
      Hash#update and is intended to provide a more consistent interface.
      
      HashWithIndifferentAccess#merge is also affected by the change, as it
      uses #update internally.
      edab820d
  5. 29 8月, 2012 1 次提交
    • X
      CHANGELOGs are now per branch · 810a50da
      Xavier Noria 提交于
      Changes in old branches needed to be manually synched in CHANGELOGs of newer ones.
      This has proven to be brittle, sometimes one just forgets this manual step.
      With this commit we switch to CHANGELOGs per branch. When a new major version is
      cut from master, the CHANGELOGs in master start being blank.
      
      A link to the CHANGELOG of the previous branch allows anyone interested to
      follow the history.
      810a50da
  6. 22 8月, 2012 1 次提交
  7. 18 8月, 2012 1 次提交
  8. 12 8月, 2012 1 次提交
  9. 11 8月, 2012 2 次提交
  10. 10 8月, 2012 1 次提交
  11. 08 8月, 2012 1 次提交
    • E
      Deprecate ActiveSupport::JSON::Variable · 83f2ffcf
      Erich Menge 提交于
      Reason: ActiveSupport::JSON::Variable is not used anymore internally. It
      was deprecated in 3-2-stable but we reverted all the deprecation for
      point releases.
      
      See #6536 and #6546.
      Conflicts:
      	activesupport/lib/active_support/json/variable.rb
      83f2ffcf
  12. 07 8月, 2012 1 次提交
  13. 31 7月, 2012 1 次提交
  14. 28 7月, 2012 2 次提交
  15. 03 7月, 2012 1 次提交
  16. 01 7月, 2012 1 次提交
  17. 26 6月, 2012 1 次提交
  18. 20 6月, 2012 1 次提交
  19. 10 6月, 2012 1 次提交
  20. 05 6月, 2012 1 次提交
  21. 01 6月, 2012 1 次提交
  22. 31 5月, 2012 1 次提交
  23. 28 5月, 2012 1 次提交
  24. 24 5月, 2012 1 次提交
  25. 23 5月, 2012 3 次提交
  26. 22 5月, 2012 1 次提交
  27. 19 5月, 2012 1 次提交
  28. 12 5月, 2012 2 次提交
  29. 10 5月, 2012 1 次提交
  30. 09 5月, 2012 2 次提交
  31. 07 5月, 2012 1 次提交
  32. 02 5月, 2012 1 次提交