1. 23 6月, 2014 2 次提交
  2. 18 6月, 2014 2 次提交
  3. 17 6月, 2014 1 次提交
  4. 14 6月, 2014 5 次提交
  5. 12 6月, 2014 2 次提交
  6. 11 6月, 2014 2 次提交
  7. 10 6月, 2014 2 次提交
  8. 07 6月, 2014 1 次提交
  9. 06 6月, 2014 3 次提交
  10. 05 6月, 2014 1 次提交
  11. 04 6月, 2014 2 次提交
  12. 03 6月, 2014 4 次提交
  13. 02 6月, 2014 1 次提交
  14. 30 5月, 2014 3 次提交
  15. 29 5月, 2014 1 次提交
  16. 28 5月, 2014 3 次提交
  17. 27 5月, 2014 3 次提交
    • A
      Fix redefine a has_and_belongs_to_many inside inherited class · 8570f939
      Arthur Neves 提交于
      After ad7b5efb, which changed how
      has_an_belongs_to_many used to work, we start raising an error when
      redefining the same has_an_belongs_to_many association. This commits fix
      that regression.
      
      [Fixes #14983]
      8570f939
    • Z
      Typo in AR CHANGELOG [ci skip] · 5c5fa704
      Zachary Scott 提交于
      5c5fa704
    • S
      Add a public API to allow users to specify column types · 65c33009
      Sean Griffin 提交于
      As a result of all of the refactoring that's been done, it's now
      possible for us to define a public API to allow users to specify
      behavior. This is an initial implementation so that I can work off of it
      in smaller pieces for additional features/refactorings.
      
      The current behavior will continue to stay the same, though I'd like to
      refactor towards the automatic schema detection being built off of this
      API, and add the ability to opt out of automatic schema detection.
      
      Use cases:
      
      - We can deprecate a lot of the edge cases around types, now that there
        is an alternate path for users who wish to maintain the same behavior.
      - I intend to refactor serialized columns to be built on top of this
        API.
      - Gem and library maintainers are able to interact with `ActiveRecord`
        at a slightly lower level in a more stable way.
      - Interesting ability to reverse the work flow of adding to the schema.
        Model can become the single source of truth for the structure. We can
        compare that to what the database says the schema is, diff them, and
        generate a migration.
      65c33009
  18. 25 5月, 2014 1 次提交
  19. 24 5月, 2014 1 次提交