| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | 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 |
* | | | | | Remove unnecessary testcase for instance level stored_attributes. | kennyj | 2013-06-02 | 1 | -5/+0 |
* | | | | | Remove instance level serialized_attributes setting was deprecated. | kennyj | 2013-06-02 | 1 | -6/+0 |
* | | | | | Remove instance level attr_readonly setting was deprecated. | kennyj | 2013-06-02 | 1 | -6/+0 |
* | | | | | Remove behavior that deals with a string as third argument of `add_index`, be... | kennyj | 2013-06-02 | 1 | -10/+0 |
* | | | | | Remove #sum with a block was deprecated. | kennyj | 2013-06-01 | 2 | -12/+0 |
* | | | | | Remove ActiveSupport::Benchmarkable#silence was deprecated. | kennyj | 2013-06-01 | 1 | -32/+0 |
|/ / / / |
|
* | | | | Merge pull request #10495 from senny/postgres_test_cleanup | Rafael Mendonça França | 2013-05-28 | 2 | -30/+30 |
|\ \ \ \ |
|
| * | | | | cleanup, assert on warning from postgres adapter | Yves Senn | 2013-05-08 | 1 | -1/+1 |
| * | | | | cleanup, switch arguments in assert_equal calls | Yves Senn | 2013-05-08 | 1 | -29/+29 |
* | | | | | test cleanup, replace `define_method` and `remove_method` with stubs. | Yves Senn | 2013-05-28 | 1 | -5/+1 |
* | | | | | `implicit_readonly` is being removed in favor of calling `readonly` explicitly | Yves Senn | 2013-05-27 | 2 | -14/+12 |
* | | | | | Fix the `:primary_key` option for `has_many` associations. | Yves Senn | 2013-05-23 | 2 | -0/+9 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #10714 from tkhr/extract_test_from_base_test.rb_in_AR | Carlos Antonio da Silva | 2013-05-22 | 4 | -45/+54 |
|\ \ \ \ |
|
| * | | | | Extract AR::Persistence#becomes's test code out from base_test.rb | Takehiro Adachi | 2013-05-22 | 2 | -13/+13 |
| * | | | | Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_... | Takehiro Adachi | 2013-05-22 | 2 | -8/+8 |
| * | | | | Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rb | Takehiro Adachi | 2013-05-22 | 2 | -24/+33 |
* | | | | | Merge branch 'bindwhere' | Aaron Patterson | 2013-05-21 | 1 | -0/+22 |
|\ \ \ \ \ |
|
| * | | | | | avoid creating a set if no where values are removed | Aaron Patterson | 2013-05-21 | 1 | -0/+12 |
| * | | | | | remove bind values for where clauses that were removed | Aaron Patterson | 2013-05-21 | 1 | -0/+10 |
| |/ / / / |
|
* / / / / | In batches test @total was assigned but not used. Use it in tests instead of ... | Alexander Balashov | 2013-05-21 | 1 | -7/+5 |
|/ / / / |
|