| Commit message (Expand) | Author | Age | Files | Lines |
* | wonderfull => wonderful | Vipul A M | 2013-06-02 | 1 | -1/+1 |
* | 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 |
|/ / |
|
* | | Merge pull request #10692 from vipulnsward/fix_test_3 | José Valim | 2013-05-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix wrong `case_sensitive` in uniqueness validity test | Vipul A M | 2013-05-20 | 1 | -1/+1 |
* | | | Fix typo in test name and documentation | Vipul A M | 2013-05-20 | 2 | -2/+2 |
|/ / |
|
* | | Merge pull request #10676 from tkhr/add-test-to-counter_cache_test.rb | Rafael Mendonça França | 2013-05-18 | 5 | -4/+18 |
|\ \ |
|
| * | | Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef... | Takehiro Adachi | 2013-05-18 | 2 | -4/+4 |
| * | | Add test to AR's counter_cache_test.rb | Takehiro Adachi | 2013-05-18 | 3 | -0/+14 |
* | | | include bind values from the default scope | Aaron Patterson | 2013-05-17 | 1 | -4/+1 |
|/ / |
|
* | | test refactor | Aaron Patterson | 2013-05-16 | 1 | -5/+2 |
* | | Add more data to AR::UnknownAttributeError | Bogdan Gusiev | 2013-05-16 | 1 | -0/+12 |
* | | Merge pull request #10619 from alno/top_level_array_in_postgres_json | Aaron Patterson | 2013-05-16 | 1 | -0/+14 |
|\ \ |
|
| * | | Support array as root element in JSON | Alexey Noskov | 2013-05-14 | 1 | -0/+14 |
* | | | add failing test exposing mysql adapter tinyint bug | phinze | 2013-05-15 | 1 | -3/+16 |
* | | | Merge branch 'master' into normalizecb | Aaron Patterson | 2013-05-13 | 6 | -15/+48 |
|\| | |
|
| * | | Merge pull request #10577 from vipulnsward/fix_method_typos | Rafael Mendonça França | 2013-05-12 | 3 | -3/+3 |
| |\ \ |
|
| | * | | Fix class and method name typos | Vipul A M | 2013-05-12 | 3 | -3/+3 |
| * | | | Merge pull request #10556 from Empact/deprecate-schema-statements-distinct | Rafael Mendonça França | 2013-05-12 | 1 | -12/+24 |
| |/ / |
|
| * | | Call assume_migrated_upto_version on connection | Kyle Stevens | 2013-05-11 | 1 | -0/+20 |
| * | | read_attribute_before_type_cast should accept symbol | Neeraj Singh | 2013-05-11 | 1 | -0/+1 |
* | | | callbacks are wrapped with lambdas | Aaron Patterson | 2013-05-10 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #6792 from Empact/postgres-distinct | Jon Leighton | 2013-05-10 | 2 | -0/+46 |
|\ \ |
|
| * | | Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT" | Ben Woosley | 2013-05-10 | 2 | -0/+46 |
* | | | Don't try to EXPLAIN select_db calls | Daniel Schierbeck | 2013-05-10 | 1 | -0/+5 |
* | | | Set the inverse when association queries are refined | Jon Leighton | 2013-05-10 | 1 | -0/+13 |
|/ / |
|
* | | Merge pull request #10521 from yahonda/sanitize_oracle | Rafael Mendonça França | 2013-05-08 | 1 | -5/+4 |
|\ \
| |/
|/| |
|
| * | Remove current_adapter? from test_sanitize_sql_hash_handles_associations | Yasuo Honda | 2013-05-08 | 1 | -5/+4 |
* | | Created a method to automatically find inverse associations and cache | wangjohn | 2013-05-07 | 7 | -5/+89 |
* | | Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide... | Aaron Patterson | 2013-05-07 | 1 | -29/+0 |
* | | Handle other pk types in PostgreSQL gracefully. | Patrick Robertson | 2013-05-07 | 1 | -0/+29 |
|/ |
|
* | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy | Rafael Mendonça França | 2013-05-06 | 1 | -0/+20 |
|\ |
|
| * | Confirm a record has not already been destroyed before decrementing | Ben Tucker | 2013-05-06 | 1 | -0/+20 |
* | | Fix test asserting the sanitized SQL hash differently to some adapters | Rafael Mendonça França | 2013-05-06 | 1 | -1/+7 |
* | | Merge pull request #10352 from zohlgren/fix_activerecord_sanitization_sanitiz... | Rafael Mendonça França | 2013-05-06 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions | Zach Ohlgren | 2013-05-06 | 1 | -0/+4 |
* | | | fix failing test caused by 3771e4d511 | Neeraj Singh | 2013-05-06 | 1 | -2/+2 |
|/ / |
|
* | | raise IrreversibleMigration if no column given | Neeraj Singh | 2013-05-06 | 1 | -0/+28 |