1. 31 12月, 2014 2 次提交
  2. 28 12月, 2014 1 次提交
  3. 19 12月, 2014 1 次提交
  4. 28 11月, 2014 2 次提交
  5. 27 11月, 2014 1 次提交
  6. 25 11月, 2014 2 次提交
  7. 23 11月, 2014 1 次提交
  8. 21 11月, 2014 1 次提交
  9. 01 11月, 2014 3 次提交
  10. 18 9月, 2014 1 次提交
    • G
      Use #inject over #sum to build PG create DB statement · 707958b5
      Geoff Harcourt 提交于
      While investigating #16951 I found that another library's monkey-patching of
      `Enumerable` was causing the test migrations helper to break when trying to
      build the `CREATE DATABASE` statement. The prior approach used `#sum` to build
      the string from the options hash.
      
      As the code that combines the options to build the database statement is not
      user-facing, using `#inject` here instead will remove the only place where the
      database creation/migration code is dependent on ActiveSupport's monkey-patching
      of `Enumerable`.
      707958b5
  11. 17 9月, 2014 1 次提交
  12. 25 8月, 2014 1 次提交
  13. 24 8月, 2014 2 次提交
  14. 24 7月, 2014 1 次提交
  15. 29 6月, 2014 1 次提交
    • S
      Always pass a column with a type object to quote · b404613c
      Sean Griffin 提交于
      The only case where we got a column that was not `nil`, but did not
      respond to `cast_type` was when type casting the default value during
      schema creation. We can look up the cast type, and add that object to
      the column definition. Will allow us to consistently rely on the type
      objects for type casting in all directions.
      b404613c
  16. 28 6月, 2014 1 次提交
  17. 27 6月, 2014 8 次提交
  18. 30 5月, 2014 4 次提交
  19. 29 5月, 2014 1 次提交
  20. 27 5月, 2014 1 次提交
  21. 24 5月, 2014 1 次提交
  22. 23 5月, 2014 1 次提交
    • S
      Allow additional arguments to be used during type map lookups · ecf4ad7c
      Sean Griffin 提交于
      Determining things like precision and scale in postgresql will require
      the given blocks to take additional arguments besides the OID.
      
      - Adds the ability to handle additional arguments to `TypeMap`
      - Passes the column type to blocks when looking up PG types
      ecf4ad7c
  23. 19 5月, 2014 1 次提交
  24. 15 5月, 2014 1 次提交