1. 16 2月, 2013 1 次提交
    • J
      Revert "checking in the abstractions for valid type checking:" · c65b0763
      Jon Leighton 提交于
      This reverts commit c321b309.
      
      Conflicts:
      	activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
      	activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
      
      Reason: failing test
      
        1) Error:
      test_valid_column(ActiveRecord::ConnectionAdapters::SQLite3AdapterTest):
      NoMethodError: undefined method `column' for
          test/cases/adapters/sqlite3/sqlite3_adapter_test.rb:29:in
      `test_valid_column'
      c65b0763
  2. 12 2月, 2013 1 次提交
  3. 21 11月, 2012 1 次提交
  4. 05 10月, 2012 1 次提交
  5. 08 4月, 2012 1 次提交
  6. 02 4月, 2012 1 次提交
  7. 01 4月, 2012 2 次提交
  8. 25 2月, 2012 1 次提交
  9. 09 2月, 2012 1 次提交
  10. 11 6月, 2011 1 次提交
  11. 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
  12. 07 6月, 2011 1 次提交
  13. 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
  14. 14 4月, 2011 1 次提交
  15. 12 4月, 2011 2 次提交
  16. 06 11月, 2010 1 次提交
  17. 27 10月, 2010 4 次提交
  18. 15 7月, 2010 1 次提交