1. 03 5月, 2014 1 次提交
  2. 02 5月, 2014 1 次提交
  3. 01 5月, 2014 3 次提交
  4. 26 4月, 2014 1 次提交
    • K
      Fix custom join_table name on habtm reflections · 18fa87b8
      Kassio Borges 提交于
      When used a custom join_table name on a habtm, rails was not saving it
      on Reflections. This causes a problem when rails loads fixtures, because
      it uses the reflections to set database with fixtures.
      18fa87b8
  5. 25 4月, 2014 2 次提交
  6. 24 4月, 2014 1 次提交
  7. 23 4月, 2014 1 次提交
  8. 19 4月, 2014 1 次提交
  9. 18 4月, 2014 1 次提交
  10. 16 4月, 2014 3 次提交
  11. 13 4月, 2014 1 次提交
  12. 12 4月, 2014 2 次提交
  13. 11 4月, 2014 3 次提交
  14. 07 4月, 2014 1 次提交
  15. 05 4月, 2014 1 次提交
  16. 04 4月, 2014 2 次提交
    • Y
      PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss & Yves Senn] · f4226c3a
      Yves Senn 提交于
      There is no reason for the PG adapter to have a default limit of 255 on :string
      columns. See this snippet from the PG docs:
      
          Tip: There is no performance difference among these three types, apart
          from increased storage space when using the blank-padded type, and a
          few extra CPU cycles to check the length when storing into a
          length-constrained column. While character(n) has performance
          advantages in some other database systems, there is no such advantage
          in PostgreSQL; in fact character(n) is usually the slowest of the
          three because of its additional storage costs. In most situations text
          or character varying should be used instead.
      f4226c3a
    • A
      Block a few default Class methods as scope name. · 815c9dea
      Arthur Neves 提交于
      Add tests to make sure scopes cannot be create with names such as:
      private, protected, public.
      Make sure enum values don't collide with those methods too.
      815c9dea
  17. 03 4月, 2014 4 次提交
  18. 02 4月, 2014 4 次提交
  19. 01 4月, 2014 1 次提交
    • Y
      PostgreSQL determine `Column#type` through corresponding OID. #7814 · 4d344bb4
      Yves Senn 提交于
      I ran the whole test suite and compared the old to the new types.
      Following is the list of types that did change with this patch:
      
      ```
      DIFFERENT TYPE FOR mood: NEW: enum, BEFORE:
      DIFFERENT TYPE FOR floatrange: NEW: floatrange, BEFORE: float
      ```
      
      The `floatrange` is a custom type. The old type `float` was simply a coincidence
      form the name `floatrange` and our type-guessing.
      4d344bb4
  20. 31 3月, 2014 1 次提交
  21. 28 3月, 2014 3 次提交
  22. 27 3月, 2014 1 次提交
  23. 26 3月, 2014 1 次提交