aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | In batches test @total was assigned but not used. Use it in tests instead of ...Alexander Balashov2013-05-211-7/+5
|/ / / /
* | | | Merge pull request #10692 from vipulnsward/fix_test_3José Valim2013-05-191-1/+1
|\ \ \ \
| * | | | Fix wrong `case_sensitive` in uniqueness validity testVipul A M2013-05-201-1/+1
* | | | | Fix typo in test name and documentationVipul A M2013-05-202-2/+2
|/ / / /
* | | | Merge pull request #10676 from tkhr/add-test-to-counter_cache_test.rbRafael Mendonça França2013-05-183-4/+16
|\ \ \ \
| * | | | Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef...Takehiro Adachi2013-05-182-4/+4
| * | | | Add test to AR's counter_cache_test.rbTakehiro Adachi2013-05-181-0/+12
* | | | | include bind values from the default scopeAaron Patterson2013-05-171-4/+1
|/ / / /
* | | | test refactorAaron Patterson2013-05-161-5/+2
* | | | Add more data to AR::UnknownAttributeErrorBogdan Gusiev2013-05-161-0/+12
* | | | Merge pull request #10619 from alno/top_level_array_in_postgres_jsonAaron Patterson2013-05-161-0/+14
|\ \ \ \
| * | | | Support array as root element in JSONAlexey Noskov2013-05-141-0/+14
* | | | | add failing test exposing mysql adapter tinyint bugphinze2013-05-151-3/+16
* | | | | Merge branch 'master' into normalizecbAaron Patterson2013-05-136-15/+48
|\| | | |
| * | | | Merge pull request #10577 from vipulnsward/fix_method_typosRafael Mendonça França2013-05-123-3/+3
| |\ \ \ \
| | * | | | Fix class and method name typosVipul A M2013-05-123-3/+3
| * | | | | Merge pull request #10556 from Empact/deprecate-schema-statements-distinctRafael Mendonça França2013-05-121-12/+24
| |/ / / /
| * | | | Call assume_migrated_upto_version on connectionKyle Stevens2013-05-111-0/+20
| * | | | read_attribute_before_type_cast should accept symbolNeeraj Singh2013-05-111-0/+1
| | |/ / | |/| |
* / | | callbacks are wrapped with lambdasAaron Patterson2013-05-101-1/+1
|/ / /
* | | Merge pull request #6792 from Empact/postgres-distinctJon Leighton2013-05-102-0/+46
|\ \ \
| * | | Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"Ben Woosley2013-05-102-0/+46
| | |/ | |/|
* | | Don't try to EXPLAIN select_db callsDaniel Schierbeck2013-05-101-0/+5
* | | Set the inverse when association queries are refinedJon Leighton2013-05-101-0/+13
|/ /
* | Merge pull request #10521 from yahonda/sanitize_oracleRafael Mendonça França2013-05-081-5/+4
|\ \ | |/ |/|
| * Remove current_adapter? from test_sanitize_sql_hash_handles_associationsYasuo Honda2013-05-081-5/+4
* | Created a method to automatically find inverse associations and cachewangjohn2013-05-072-0/+84
* | Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...Aaron Patterson2013-05-071-29/+0
* | Handle other pk types in PostgreSQL gracefully.Patrick Robertson2013-05-071-0/+29
|/
* Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroyRafael Mendonça França2013-05-061-0/+20
|\
| * Confirm a record has not already been destroyed before decrementingBen Tucker2013-05-061-0/+20
* | Fix test asserting the sanitized SQL hash differently to some adaptersRafael Mendonça França2013-05-061-1/+7
* | Merge pull request #10352 from zohlgren/fix_activerecord_sanitization_sanitiz...Rafael Mendonça França2013-05-061-0/+4
|\ \
| * | Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditionsZach Ohlgren2013-05-061-0/+4
* | | fix failing test caused by 3771e4d511Neeraj Singh2013-05-061-2/+2
|/ /
* | raise IrreversibleMigration if no column givenNeeraj Singh2013-05-061-0/+28
* | fix to remove warning on postgres adapter test.Akshay Khole2013-05-051-1/+1
* | Merge pull request #10458 from bwbuchanan/issue-10451Rafael Mendonça França2013-05-041-0/+12
|\ \
| * | Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-0/+12
* | | Squashed commit of the following:Aaron Patterson2013-05-031-2/+0
|/ /
* | Do not overwrite manually built records during one-to-one nested attribute as...Olek Janiszewski2013-05-031-0/+14
* | Merge pull request #10417 from jholton/fix_association_auto_saveJon Leighton2013-05-031-3/+19
|\ \
| * | destroys association records before saving/inserting new association recordsJohnny Holton2013-05-021-3/+19
* | | Fix broken mysql testJon Leighton2013-05-032-32/+22
* | | Add test for `AR::Base#to_param`Takehiro Adachi2013-05-021-1/+6
|/ /
* | Merge pull request #10396 from tkhr/extract-test-code-from-base_test.rbCarlos Antonio da Silva2013-05-012-73/+82
|\ \
| * | Extract tests code out from AR's base_test.rb to integration_test.rbTakehiro Adachi2013-05-022-73/+82
| |/
* | Merge pull request #7839 from chancancode/handle_aliased_attributes_in_ar_rel...Aaron Patterson2013-05-013-1/+22
|\ \
| * | Handle aliased attributes in ActiveRecord::Relation.Godfrey Chan2013-05-013-1/+22
* | | Improve docs for postgresql with uuid primary keys [ci skip]Carlos Antonio da Silva2013-05-011-1/+0
|/ /