aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix merge conflicts from #19501Sean Griffin2015-10-293-3/+10
| |\ \ \ \ \
| | * | | | | DRY up STI subclass logicCody Cutrer2015-03-243-3/+10
* | | | | | | 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-285-0/+95
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-165-0/+95
* | | | | | 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-272-3/+3
* | | | | | Make inherited scope test failMatt Todd2015-10-262-3/+3
* | | | | | Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-264-0/+53
|\ \ \ \ \ \
| * | | | | | Errors can be indexed with nested attributesMichael Probber2015-04-174-0/+53
* | | | | | | 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-222-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor Calculations#execute_grouped_calculation and clean AR test caseRafael Sales2015-10-221-1/+0
| * | | | | | | | 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-205-0/+24
|\ \ \ \ \ \ \
| * | | | | | | Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-045-0/+24
* | | | | | | | 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
* | | | | | | | | Merge pull request #20957 from akihiro17/find-by-issueSean Griffin2015-10-201-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't cache arguments in #find_by if they are an ActiveRecord::Relationakihiro172015-10-061-0/+6
* | | | | | | | | | Fix test failures caused by d99db6b8b3e4Sean Griffin2015-10-201-1/+1
* | | | | | | | | | Qualify column names in calculationSoutaro Matsumoto2015-10-201-0/+19
* | | | | | | | | | Fix merge conflicts for #18856Sean Griffin2015-10-201-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Match table names exactly on MySQLMatt Jones2015-02-083-15/+3
* | | | | | | | | | | Merge pull request #21883 from tarzan/cache-key-too-preciseSean Griffin2015-10-203-6/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fixes #21815Maarten Jacobs2015-10-163-6/+39
* | | | | | | | | | | | Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-202-2/+2
* | | | | | | | | | | | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-206-17/+62
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add stored procedure test in mysql2Ryuta Kamizono2015-10-155-16/+61
| * | | | | | | | | | | | Make `AbstractMysqlAdapter#version` publicRyuta Kamizono2015-10-151-1/+1
* | | | | | | | | | | | | Merge pull request #21962 from kamipo/fix_tinyblobSean Griffin2015-10-205-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-155-5/+5
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #21974 from jbranchaud/reorder-has-many-assocation-constra...Rafael Mendonça França2015-10-202-5/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Reorder application of has_many association constraints.jbranchaud2015-10-191-0/+20
* | | | | | | | | | | | | | Changed the order of Association constraints from where->order->unscope to un...kal2015-10-202-0/+5
* | | | | | | | | | | | | | Green version of moving the handling of supported arguments to `where`yui-knk2015-10-181-7/+4
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Suppress warnings of `assigned but unused variable`yui-knk2015-10-171-2/+0
* | | | | | | | | | | | | `where` raises ArgumentError on unsupported types.Jake Worth2015-10-161-0/+6
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Add deprecation warning to `ActiveRecord::Relation#update`Ted Johansson2015-10-151-0/+7
|/ / / / / / / / / / /
* | | | | | | | | | | `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-131-0/+9
* | | | | | | | | | | Merge pull request #21288 from yahonda/mysql_requires_passwordArthur Nogueira Neves2015-10-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Allow mysql and mysql2 tests run by database user with passwordYasuo Honda2015-08-181-1/+1
* | | | | | | | | | | | Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flagYves Senn2015-10-121-4/+4
* | | | | | | | | | | | Merge pull request #11410 from bogdan/increment-concurencyJeremy Daer2015-10-101-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make #increment! and #decrement! methods concurency safeBogdan Gusiev2015-10-051-0/+9