Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Add test for AR::CounterCache.update_counters | Takehiro Adachi | 2013-05-23 | 1 | -0/+6 | |
| * | | | | | | Merge pull request #10853 from kennyj/deprecated-database_tasks | Carlos Antonio da Silva | 2013-06-25 | 3 | -280/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd... | kennyj | 2013-06-05 | 1 | -100/+0 | |
| | * | | | | | | Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd... | kennyj | 2013-06-05 | 1 | -87/+0 | |
| | * | | | | | | Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p... | kennyj | 2013-06-05 | 1 | -93/+0 | |
| * | | | | | | | Merge pull request #10992 from Empact/find-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+18 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | When .find_each is called without a block, return an Enumerator. | Ben Woosley | 2013-06-19 | 1 | -0/+18 | |
| * | | | | | | | | Merge pull request #10993 from Empact/result-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+32 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Change Result#each to return an Enumerator when called without a block. | Ben Woosley | 2013-06-18 | 1 | -0/+33 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Fix `another_contract` not being used warning | Vipul A M | 2013-06-24 | 1 | -1/+1 | |
| * | | | | | | | | test-case to prevent regressions described in #10901. | Jared Armstrong | 2013-06-24 | 1 | -0/+27 | |
| * | | | | | | | | test-case to prevent regressions on `Association#build` with an Array. | Yves Senn | 2013-06-22 | 1 | -0/+10 | |
| * | | | | | | | | flatten merged join_values before building the joins | Neeraj Singh | 2013-06-22 | 1 | -1/+8 | |
| * | | | | | | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-21 | 1 | -0/+8 | |
| * | | | | | | | | fix bad test by making number that fits for integer | Neeraj Singh | 2013-06-21 | 1 | -1/+5 | |
| * | | | | | | | | `inspect` for AR model classes does not initiate a new connection. | Yves Senn | 2013-06-20 | 1 | -0/+20 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #10884 from dmarkow/pg_fix_default_quotes | Yves Senn | 2013-06-19 | 1 | -0/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Handle single quotes in PostgreSQL default column values | Dylan Markow | 2013-06-19 | 1 | -0/+25 | |
| * | | | | | | | | Revert "Merge pull request #10566 from neerajdotname/10509d" | Jon Leighton | 2013-06-19 | 1 | -8/+0 | |
| * | | | | | | | | log the sql that is actually sent to the database | Neeraj Singh | 2013-06-19 | 1 | -0/+7 | |
| * | | | | | | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-19 | 1 | -0/+8 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #10987 from senny/10979_association_include_returns_true | Xavier Noria | 2013-06-18 | 1 | -11/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | `CollectionProxy#include?` returns `true` and `false` as documented. | Yves Senn | 2013-06-18 | 1 | -11/+11 | |
| * | | | | | | | | just construct real objects rather than mock and stub | Aaron Patterson | 2013-06-17 | 1 | -7/+8 | |
| * | | | | | | | | Merge branch 'master' into mrbrdo-fixserialization | Aaron Patterson | 2013-06-17 | 15 | -32/+76 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge pull request #10533 from vipulnsward/fix_test | Rafael Mendonça França | 2013-06-15 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Make test name descriptive and add reference to original regression commit | Vipul A M | 2013-06-15 | 1 | -1/+2 | |
| | * | | | | | | | | fixture setup does not rely on `AR::Base.configurations`. | Yves Senn | 2013-06-15 | 1 | -0/+16 | |
| | * | | | | | | | | regression test + mysql2 adapter raises correct error if conn is closed. | Yves Senn | 2013-06-15 | 1 | -0/+26 | |
| | * | | | | | | | | Merge pull request #10953 from acapilleri/fix_typos | Yves Senn | 2013-06-15 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | fix typos | Angelo Capilleri | 2013-06-15 | 1 | -1/+1 | |
| | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | This test does not test anything that happens in the real world. If you | Aaron Patterson | 2013-06-13 | 1 | -20/+0 | |
| | * | | | | | | | | refute the predicate for better failure messages | Aaron Patterson | 2013-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | Ambiguous reflections are on :through relationships are no longer supported. | Aaron Patterson | 2013-06-13 | 2 | -2/+2 | |
| | * | | | | | | | | indentation | Aaron Patterson | 2013-06-11 | 1 | -1/+1 | |
| | * | | | | | | | | Remove fall back and column restrictions for `count`. | Yves Senn | 2013-06-09 | 1 | -0/+9 | |
| | * | | | | | | | | Getting rid of the +automatic_inverse_of: false+ option in associations in favor | wangjohn | 2013-06-08 | 5 | -5/+5 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #10561 from Empact/nix-throwresult | Jon Leighton | 2013-06-07 | 2 | -2/+14 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | Make NullRelation a bit more like a real relation by returning 0 for #calcula... | Ben Woosley | 2013-05-10 | 1 | -2/+3 | |
| | | * | | | | | | Add coverage for the fact that pluck without an argument returns all the tabl... | Ben Woosley | 2013-05-10 | 1 | -0/+5 | |
| | | * | | | | | | Fix that #pluck wasn't rescuing ThrowResult, meaning it would blow up when fa... | Ben Woosley | 2013-05-10 | 1 | -0/+6 | |
| * | | | | | | | | add test for 9041454def79d8e61cabe49e7c5cb72cef29138b | Jan Berdajs | 2013-06-05 | 1 | -0/+28 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #10482 from scudco/10432-fix-add-column-with-array | Aaron Patterson | 2013-06-05 | 1 | -0/+29 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixes #10432 add_column not creating array columns in PostgreSQL | Adam Anderson | 2013-06-04 | 1 | -0/+29 | |
| * | | | | | | | | Fix #10789. Now at last ::Logger doesn't support #silence method . | kennyj | 2013-06-05 | 1 | -0/+9 | |
| * | | | | | | | | the typecast value should be passed to the serializer. fixes #10830 | Aaron Patterson | 2013-06-05 | 1 | -1/+0 | |
| * | | | | | | | | adding a test for #10830 | Aaron Patterson | 2013-06-05 | 1 | -0/+18 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Revert "Merge pull request #4490 from EmmanuelOga/master" | José Valim | 2013-06-04 | 1 | -17/+0 | |
| * | | | | | | | Merge pull request #10824 from vipulnsward/wonderful | Guillermo Iguaran | 2013-06-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wonderfull => wonderful | Vipul A M | 2013-06-02 | 1 | -1/+1 | |
| | | |_|_|_|_|/ | | |/| | | | | |