aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Correctly deallocate prepared statements if we fail inside a transactionSam Davies2015-11-051-0/+85
* Merge pull request #18774 from yuki24/deprecate-original-exception-infavor-of...Jeremy Daer2015-11-032-5/+14
|\
| * Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-032-5/+14
* | Add test_float_limits to mysql2yui-knk2015-11-032-12/+48
|/
* Fix test_database_created_by_root of mysqlyui-knk2015-11-021-1/+1
* Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`yui-knk2015-11-022-0/+8
* Allow bigint with default nil for avoiding auto increment primary keyRyuta Kamizono2015-11-021-0/+26
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-13/+6
* Merge pull request #22131 from yui-knk/move_test_to_inheritance_testAndrew White2015-11-022-80/+80
|\
| * Move some AR test cases to inheritance_test.rbyui-knk2015-10-312-80/+80
* | Merge pull request #22125 from k0kubun/left_joinsSean Griffin2015-10-302-1/+6
|\ \
| * | Alias left_joins to left_outer_joinsTakashi Kokubun2015-10-312-1/+6
* | | don't sleep in testsAaron Patterson2015-10-301-10/+6
* | | Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-304-0/+199
|\ \ \
| * | | Use advisory locks to prevent concurrent migrationsSam Davies2015-10-304-0/+199
* | | | Fix test failures caused by #12071Sean Griffin2015-10-301-10/+10
| |/ / |/| |
* | | Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-301-0/+74
|\ \ \ | |_|/ |/| |
| * | added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-191-0/+74
* | | Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`Sean Griffin2015-10-291-0/+6
* | | Merge pull request #13008 from ktheory/sanitize_orderSean Griffin2015-10-291-0/+5
|\ \ \
| * | | Support SQL sanitization in AR::QueryMethods#orderAaron Suggs2013-11-221-0/+5
* | | | Never pass `nil` to `order`Sean Griffin2015-10-291-6/+0
* | | | Merge pull request #22106 from jamis/fix_default_fixture_class_namesYves Senn2015-10-291-0/+14
|\ \ \ \
| * | | | FixtureSet.fixture_class_names should have no default valueJamis Buck2015-10-291-0/+14
* | | | | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...Yves Senn2015-10-291-0/+18
* | | | | Revert "Merge pull request #22026 from akihiro17/fix-preload-association"Sean Griffin2015-10-291-18/+0
* | | | | Merge pull request #19501 from ccutrer/dry_sti_subclass_finding2Sean Griffin2015-10-294-3/+5
|\ \ \ \ \
| * | | | | Fix test failures caused by #19501Sean Griffin2015-10-292-0/+2
| * | | | | Fix merge conflicts from #19501Sean Griffin2015-10-292-3/+3
| |\ \ \ \ \
| | * | | | | DRY up STI subclass logicCody Cutrer2015-03-242-3/+3
* | | | | | | Set `scope.reordering_value` to `true` if :reordering values are specifiedakihiro172015-10-301-0/+18
|/ / / / / /
* | | | | | tests, no every adapter supports "connection.version"Yves Senn2015-10-292-22/+24
* | | | | | Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...Sean Griffin2015-10-281-0/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-161-0/+41
* | | | | | Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma...Rafael Mendonça França2015-10-271-0/+19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Includes HABTM returns correct size now. It's caused by the join dependencySergio Cambra2015-01-071-0/+19
* | | | | | Revert "Merge pull request #21994 from mtodd/inherit-scopes"Rafael Mendonça França2015-10-271-2/+2
* | | | | | Make inherited scope test failMatt Todd2015-10-261-2/+2
* | | | | | Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-261-0/+36
|\ \ \ \ \ \
| * | | | | | Errors can be indexed with nested attributesMichael Probber2015-04-171-0/+36
* | | | | | | Merge pull request #19924 from iamvery/db-tasks-exit-statusSean Griffin2015-10-262-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Exit with non-zero status when db:create failsJay Hayes2015-10-202-2/+2
* | | | | | | | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-4/+4
* | | | | | | | Merge pull request #21950 from rafaelsales/issues/21922-fix-ar-group-by-attri...Andrew White2015-10-221-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix generated projection fields in group by queryRafael Sales2015-10-221-0/+5
| |/ / / / / / /
* / / / / / / / Remove `#tables` extra args againRyuta Kamizono2015-10-222-4/+3
|/ / / / / / /
* | | | | | | Fix merge conflicts for #19938Sean Griffin2015-10-201-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-041-0/+12
* | | | | | | | Merge pull request #20653 from repinel/allow-arel-select-countSean Griffin2015-10-201-0/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow select with Arel and count as well as calculations with ArelRoque Pinel2015-06-301-0/+52