1. 28 7月, 2016 1 次提交
  2. 24 7月, 2016 1 次提交
  3. 20 7月, 2016 1 次提交
  4. 15 7月, 2016 1 次提交
  5. 19 5月, 2016 1 次提交
  6. 20 3月, 2016 1 次提交
  7. 21 2月, 2016 1 次提交
  8. 11 2月, 2016 1 次提交
  9. 10 2月, 2016 1 次提交
  10. 14 10月, 2015 2 次提交
    • Y
      applies new doc guidelines to Active Record. · 428d47ad
      Yves Senn 提交于
      The focus of this change is to make the API more accessible.
      References to method and classes should be linked to make it easy to
      navigate around.
      
      This patch makes exzessiv use of `rdoc-ref:` to provide more readable
      docs. This makes it possible to document `ActiveRecord::Base#save` even
      though the method is within a separate module
      `ActiveRecord::Persistence`. The goal here is to bring the API closer to
      the actual code that you would write.
      
      This commit only deals with Active Record. The other gems will be
      updated accordingly but in different commits. The pass through Active
      Record is not completely finished yet. A follow up commit will change
      the spots I haven't yet had the time to update.
      
      /cc @fxn
      428d47ad
    • Y
      801371ab
  11. 27 9月, 2015 1 次提交
  12. 09 9月, 2015 1 次提交
  13. 23 8月, 2015 1 次提交
  14. 20 7月, 2015 1 次提交
  15. 18 7月, 2015 1 次提交
  16. 03 6月, 2015 1 次提交
    • R
      [ci skip] fix the `collection.clear` guide · efa1648f
      Roque Pinel 提交于
      Improve the guide about `has_many` `collection.clear` to indicate
      the behavior for each dependent strategy according to
      `collection.delete_all`.
      
      Based on #17179, I changed the `collection.delete` docs to also
      clarify the default strategy for each `hm` and `hm:t` associations.
      
      Fixes #20170.
      efa1648f
  17. 07 3月, 2015 1 次提交
  18. 28 2月, 2015 1 次提交
  19. 21 2月, 2015 1 次提交
  20. 02 1月, 2015 1 次提交
  21. 30 12月, 2014 1 次提交
  22. 27 12月, 2014 1 次提交
    • S
      Inject the `PredicateBuilder` into the `Relation` instance · 1d6bb776
      Sean Griffin 提交于
      Construction of relations can be a hotspot, we don't want to create one
      of these in the constructor. This also allows us to do more expensive
      things in the predicate builder's constructor, since it's created once
      per AR::Base subclass
      1d6bb776
  23. 04 10月, 2014 1 次提交
  24. 27 8月, 2014 4 次提交
  25. 07 4月, 2014 1 次提交
  26. 03 4月, 2014 1 次提交
  27. 22 1月, 2014 4 次提交
  28. 04 1月, 2014 1 次提交
  29. 11 12月, 2013 2 次提交
  30. 12 11月, 2013 1 次提交
  31. 24 10月, 2013 1 次提交
  32. 13 10月, 2013 1 次提交