1. 06 11月, 2011 1 次提交
    • X
      implements AR::Relation#explain · e7b7b441
      Xavier Noria 提交于
      This is a first implementation, EXPLAIN is highly
      dependent on the database and I have made some
      compromises.
      
      On one hand, the method allows you to run the most
      common EXPLAIN and that's it. If you want EXPLAIN
      ANALYZE in PostgreSQL you need to do it by hand.
      
      On the other hand, I've tried to construct a string
      as close as possible to the ones built by the
      respective shells. The rationale is that IMO the
      user should feel at home with the output and
      recognize it at first sight. Per database.
      
      I don't know whether this implementation is going
      to work well. Let's see whether people like it.
      e7b7b441
  2. 05 11月, 2011 1 次提交
  3. 20 10月, 2011 1 次提交
  4. 19 10月, 2011 1 次提交
  5. 06 10月, 2011 1 次提交
  6. 08 9月, 2011 3 次提交
  7. 23 7月, 2011 1 次提交
  8. 09 7月, 2011 1 次提交
  9. 08 7月, 2011 1 次提交
  10. 19 6月, 2011 1 次提交
  11. 11 6月, 2011 2 次提交
  12. 10 6月, 2011 2 次提交
    • P
      apply private method indentation convention · 019c2636
      Paul Gallagher 提交于
      * tidy test code and fix my typo 
      019c2636
    • P
      Improve PostgreSQL adapter schema-awareness · 5c7f8c92
      Paul Gallagher 提交于
      * table_exists? scoped by schema search path unless schema is explicitly named. Added tests and doc to clarify the behaviour
      * extract_schema_and_table tests and implementation extended to cover all cases
      * primary_key does not ignore schema information
      * add current_schema and schema_exists? methods
      * more robust table referencing in insert_sql and sql_for_insert methods
      5c7f8c92
  13. 07 6月, 2011 2 次提交
  14. 05 6月, 2011 1 次提交
    • J
      Refactor Active Record test connection setup. Please see the... · 253bb6b9
      Jon Leighton 提交于
      Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
      253bb6b9
  15. 01 6月, 2011 2 次提交
  16. 26 4月, 2011 1 次提交
  17. 15 4月, 2011 1 次提交
  18. 14 4月, 2011 1 次提交
  19. 12 4月, 2011 2 次提交
  20. 06 11月, 2010 1 次提交
  21. 27 10月, 2010 7 次提交
  22. 15 7月, 2010 2 次提交
  23. 26 6月, 2010 2 次提交