| Commit message (Expand) | Author | Age | Files | Lines |
* | do not dump foreign keys for ignored tables. | Yves Senn | 2014-09-17 | 3 | -1/+8 |
* | unify wording in Active Record CHANGELOG. [ci skip] | Yves Senn | 2014-09-17 | 1 | -1/+1 |
* | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 3 | -1/+35 |
* | Merge pull request #13656 from chanks/rollback_transactions_in_killed_threads | Matthew Draper | 2014-09-14 | 3 | -5/+50 |
|\ |
|
| * | Roll back open transactions when the running thread is killed. | Chris Hanks | 2014-08-22 | 2 | -1/+36 |
* | | Merge pull request #16669 from aantix/dangerous_attribute_error_better_message | Rafael Mendonça França | 2014-09-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Changed the DangerousAttributeError exception message to include messaging th... | Jim Jones | 2014-09-10 | 1 | -1/+1 |
* | | | 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 | 4 | -2/+18 |
|/ / |
|
* | | 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 | 3 | -8/+23 |
* | | | MySQL: schema.rb now includes TEXT and BLOB column limits. | Jeremy Kemper | 2014-09-10 | 3 | -8/+15 |
* | | | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB | Jeremy Kemper | 2014-09-10 | 3 | -4/+8 |
* | | | Merge pull request #16379 from JackDanger/update-preloader-documentation | Rafael Mendonça França | 2014-09-10 | 1 | -23/+32 |
|\ \ \ |
|
| * | | | Updating Associations::Preloader docs | Jack Danger Canty | 2014-08-17 | 1 | -23/+32 |
* | | | | 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 | 4 | -4/+7 |
|\ \ \ \ |
|
| * | | | | SQLite3Adapter now checks for views in table_exists? fixes: 14041 | Girish S | 2014-02-14 | 3 | -1/+17 |
* | | | | | introduce `connection.supports_views?` and basic view tests. | Yves Senn | 2014-09-09 | 6 | -4/+64 |
* | | | | | Allow included modules to override association methods. | Yves Senn | 2014-09-09 | 5 | -2/+23 |
* | | | | | 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 |
* | | | | | Merge pull request #16825 from cristianbica/fix-ar-nested-arrays | Matthew Draper | 2014-09-08 | 4 | -6/+44 |
|\ \ \ \ \ |
|
| * | | | | | Fix query with nested array in Active Record | Cristian Bica | 2014-09-06 | 4 | -6/+44 |
| |/ / / / |
|
* | | | | | Schema dumper: all connection adapters implement #primary_key, so rely on it ... | Jeremy Kemper | 2014-09-07 | 1 | -10/+1 |
* | | | | | Fix warnings for undefined local variable | Tee Parham | 2014-09-07 | 1 | -6/+10 |
* | | | | | Prefer "if any?" to "unless empty?" | Tee Parham | 2014-09-07 | 1 | -9/+6 |
* | | | | | Convert string concatenations to substitutions | Tee Parham | 2014-09-07 | 1 | -15/+15 |
|/ / / / |
|
* | | | | 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 |
* | | | | | Remove CHANGELOG entry [ci skip] | Rafael Mendonça França | 2014-09-05 | 1 | -8/+0 |
* | | | | | Do not mark object as persisted after an association is saved | Rafael Mendonça França | 2014-09-05 | 3 | -21/+14 |
|/ / / / |
|
* | | | | For now, we will keep sorting the tests. | Matthew Draper | 2014-09-05 | 1 | -1/+1 |
* | | | | Freeze ADAPTER_NAME in adapters | Abdelkader Boudih | 2014-09-05 | 6 | -17/+6 |
* | | | | Fixed regression with referencing polymorphic assoc in eager-load | Godfrey Chan | 2014-09-05 | 3 | -2/+13 |
* | | | | cover all cases of `For not` --> `Do not`, related to #16804 | Akshay Vishnoi | 2014-09-05 | 1 | -1/+1 |
* | | | | 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 | 6 | -3/+34 |
|\ \ \ \ |
|
| * | | | | Skip StatementCache for eager loaded associations (Fixes #16761) | Sammy Larbi | 2014-09-04 | 6 | -3/+34 |
* | | | | | always reorder bind parameters. fixes #15920 | Aaron Patterson | 2014-09-04 | 2 | -7/+12 |
|/ / / / |
|
* | | | | Merge pull request #16801 from eileencodes/refactor-scope_chain-on-through-re... | Rafael Mendonça França | 2014-09-04 | 2 | -7/+6 |
|\ \ \ \ |
|
| * | | | | Always add lambda to scope chain to eliminate branch in eval_scope | eileencodes | 2014-09-04 | 2 | -7/+6 |