| Commit message (Expand) | Author | Age | Files | Lines |
* | do not dump foreign keys for ignored tables. | Yves Senn | 2014-09-17 | 1 | -0/+5 |
* | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 1 | -0/+26 |
* | Merge pull request #13656 from chanks/rollback_transactions_in_killed_threads | Matthew Draper | 2014-09-14 | 1 | -0/+31 |
|\ |
|
| * | Roll back open transactions when the running thread is killed. | Chris Hanks | 2014-08-22 | 1 | -0/+31 |
* | | pg, add test cases for updateable views. | Yves Senn | 2014-09-11 | 1 | -0/+45 |
* | | reuse view test-cases for pg materialized view tests. | Yves Senn | 2014-09-11 | 2 | -67/+36 |
* | | switch `assert_operator` arguments as discussed in #16860. | Yves Senn | 2014-09-11 | 1 | -1/+1 |
* | | A `NullRelation` should represent nothing. Closes #15176. | Yves Senn | 2014-09-11 | 2 | -0/+9 |
* | | Merge pull request #16839 from chancancode/default_test_order | Rafael Mendonça França | 2014-09-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | | | Speed up schema dumper tests | Jeremy Kemper | 2014-09-10 | 1 | -11/+9 |
* | | | Include default column limits in schema.rb | Jeremy Kemper | 2014-09-10 | 1 | -4/+10 |
* | | | MySQL: schema.rb now includes TEXT and BLOB column limits. | Jeremy Kemper | 2014-09-10 | 1 | -4/+4 |
* | | | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB | Jeremy Kemper | 2014-09-10 | 1 | -2/+2 |
* | | | Replace drop sql statement to drop_table method | Yasuo Honda | 2014-09-11 | 3 | -5/+5 |
* | | | Oracle does not support `IF EXISTS` for `DROP VIEW`. | Yves Senn | 2014-09-09 | 1 | -2/+2 |
* | | | models backed by views don't assume "id" columns are the primary key. | Yves Senn | 2014-09-09 | 1 | -0/+11 |
* | | | add test-cases for primary-key-less-views. Closes #16555. | Yves Senn | 2014-09-09 | 1 | -0/+43 |
* | | | Merge pull request #14056 from girishso/14041 | Yves Senn | 2014-09-09 | 2 | -3/+2 |
|\ \ \ |
|
| * | | | SQLite3Adapter now checks for views in table_exists? fixes: 14041 | Girish S | 2014-02-14 | 1 | -0/+10 |
* | | | | introduce `connection.supports_views?` and basic view tests. | Yves Senn | 2014-09-09 | 1 | -0/+42 |
* | | | | Allow included modules to override association methods. | Yves Senn | 2014-09-09 | 2 | -0/+15 |
* | | | | Merge pull request #16827 from kuldeepaggarwal/f-disable-migration-logging | Yves Senn | 2014-09-08 | 1 | -1/+4 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | disable migrations logging while running test cases for AR schema tests | Kuldeep Aggarwal | 2014-09-06 | 1 | -0/+2 |
* | | | | Fix query with nested array in Active Record | Cristian Bica | 2014-09-06 | 3 | -2/+32 |
|/ / / |
|
* | | | Dynamically modified schema and association would not be correctly reset | Akira Matsuda | 2014-09-06 | 4 | -16/+21 |
* | | | Merge pull request #16114 from seuros/test_clean | Rafael Mendonça França | 2014-09-05 | 7 | -26/+25 |
|\ \ \ |
|
| * | | | Added enable_extension! to helper | Abdelkader Boudih | 2014-09-05 | 7 | -26/+25 |
* | | | | Do not mark object as persisted after an association is saved | Rafael Mendonça França | 2014-09-05 | 2 | -19/+14 |
|/ / / |
|
* | | | Fixed regression with referencing polymorphic assoc in eager-load | Godfrey Chan | 2014-09-05 | 1 | -0/+10 |
* | | | Load :developers fixtures where expecting a Developer to be there | Akira Matsuda | 2014-09-05 | 1 | -1/+1 |
* | | | Merge pull request #16788 from codeodor/fix-16761 | Aaron Patterson | 2014-09-04 | 3 | -1/+31 |
|\ \ \ |
|
| * | | | Skip StatementCache for eager loaded associations (Fixes #16761) | Sammy Larbi | 2014-09-04 | 3 | -1/+31 |
* | | | | always reorder bind parameters. fixes #15920 | Aaron Patterson | 2014-09-04 | 1 | -1/+8 |
|/ / / |
|
* | | | Enums shouldn't ruin people's anniversaries | Godfrey Chan | 2014-09-04 | 2 | -3/+7 |
* | | | schema loading rake tasks maintain database connection for current env. | Yves Senn | 2014-09-03 | 1 | -0/+1 |
* | | | Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests | Akira Matsuda | 2014-09-03 | 2 | -26/+21 |
* | | | Remove 'if exists' from drop table statement then use `table_exists?` | Yasuo Honda | 2014-09-03 | 4 | -6/+6 |
* | | | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+5 |
* | | | MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled | Jeremy Kemper | 2014-09-01 | 3 | -23/+31 |
* | | | Clear schema cache before each test | Akira Matsuda | 2014-09-01 | 1 | -0/+1 |
* | | | Clear schema cache before each test | Akira Matsuda | 2014-09-01 | 1 | -0/+1 |
* | | | MySQL: set connection collation along with the charset | Jeremy Kemper | 2014-08-30 | 3 | -0/+12 |
* | | | AR#reset_column_information sometimes queries via table_exists? | Akira Matsuda | 2014-08-31 | 1 | -1/+1 |
* | | | Don't test PostgreSQL implementation details | Akira Matsuda & Kohei Suzuki | 2014-08-29 | 1 | -3/+0 |
* | | | Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_... | Yves Senn | 2014-08-29 | 1 | -0/+1 |
* | | | Reset ActiveRecord::Migration.message_count counter before start testing | Akira Matsuda | 2014-08-29 | 1 | -1/+1 |
* | | | Bring original puts back after finishing tests | Akira Matsuda | 2014-08-29 | 2 | -4/+12 |
* | | | Silence another test that runs migrations | Akira Matsuda | 2014-08-29 | 1 | -0/+5 |
* | | | MigrationTest doesn't need to be verbose anymore | Akira Matsuda | 2014-08-29 | 1 | -1/+1 |