aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28695 from koic/integer_type_has_precision_option_in_oracleAkira Matsuda2017-07-271-1/+5
|\
| * Fix an AR test of schema dump when using OracleKoichi ITO2017-04-071-1/+5
* | Allow `Relation#or` to accept a relation with different `references`Sean Griffin2017-07-251-0/+11
* | Fix failing testsSean Griffin2017-07-251-1/+1
* | Fix `test_add_column_with_timestamp_type` when using OracleKoichi ITO2017-07-251-0/+2
* | Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limitRafael França2017-07-243-34/+59
|\ \
| * | Extract `Account` model to the dedicated fileRyuta Kamizono2017-07-222-34/+35
| * | Should keep the table name qualified `*` for distinct subqueryRyuta Kamizono2017-07-221-0/+12
| * | Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-07-221-0/+12
* | | Fix `warning: assigned but unused variable - comment`Ryuta Kamizono2017-07-251-1/+1
* | | Merge pull request #29765 from lugray/fix_counter_cacheRafael França2017-07-242-0/+17
|\ \ \
| * | | Add test for fixed `counter_cache` double incrementLisa Ugray2017-07-192-0/+17
* | | | Merge pull request #29905 from kamipo/remove_duplicated_assertionSean Griffin2017-07-241-16/+2
|\ \ \ \
| * | | | Remove duplicated assertion in `test_count_with_join`Ryuta Kamizono2017-07-241-16/+2
* | | | | Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-2410-129/+57
* | | | | Merge pull request #29860 from georgeclaghorn/travel-back-automaticallyRafael França2017-07-241-4/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove time stubs after each testGeorge Claghorn2017-07-221-4/+0
* | | | | Merge pull request #29867 from koic/fix_a_failed_ar_test_when_using_oracleKasper Timm Hansen2017-07-231-2/+10
|\ \ \ \ \
| * | | | | Fix a failued AR test when using OracleAdapterKoichi ITO2017-07-201-2/+10
* | | | | | Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dumpEileen M. Uchitelle2017-07-221-0/+14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Sort enabled adapter extensions in schema dumpJan Pieper2017-07-121-0/+14
* | | | | | Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-215-14/+12
|\ \ \ \ \ \
| * | | | | | Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-205-14/+12
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #29855 from lugray/has_one_destroyed_by_associationRafael França2017-07-211-0/+34
|\ \ \ \ \ \
| * | | | | | Match destroyed_by_association for has_one to has_manyLisa Ugray2017-07-211-0/+34
| |/ / / / /
* | | | | | Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-21432-11/+877
|\ \ \ \ \ \
| * | | | | | Reset column information after schema changedyuuji.yaginuma2017-07-202-0/+4
| * | | | | | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-19431-11/+873
| |/ / / / /
* / / / / / Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-2113-46/+56
|/ / / / /
* | | | | Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statementsSean Griffin2017-07-183-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make preload query to preparableRyuta Kamizono2017-07-073-3/+3
* | | | | Merge branch 'master' into fix_unscope_where_column_with_orSean Griffin2017-07-1819-223/+256
|\ \ \ \ \
| * \ \ \ \ Merge pull request #29834 from kamipo/fix_unscoping_default_scope_with_sti_as...Sean Griffin2017-07-183-0/+20
| |\ \ \ \ \
| | * | | | | Fix unscoping `default_scope` for `Preloader`Ryuta Kamizono2017-07-191-0/+2
| | * | | | | Fix unscoping `default_scope` in STI associationsRyuta Kamizono2017-07-193-0/+18
| * | | | | | Don't convert dates to strings when using prepared statements in mysqlSean Griffin2017-07-181-3/+11
| |/ / / / /
| * | | | | Fix typo s/rause/raise/Ryuta Kamizono2017-07-191-1/+1
| * | | | | Remove deprecated code concerning non-attributes and `*_will_change!`Sean Griffin2017-07-182-6/+4
| * | | | | Remove deprecated code concerning dirty methods in after callbacksSean Griffin2017-07-181-4/+3
| * | | | | Fix `JoinDependency` with using a custom tableRyuta Kamizono2017-07-181-5/+14
| * | | | | Merge pull request #29801 from kamipo/extract_null_relation_testSean Griffin2017-07-172-118/+82
| |\ \ \ \ \
| | * | | | | Ensure calculation methods execute no queriesRyuta Kamizono2017-07-151-60/+14
| | * | | | | Extract `NullRelationTest` from `RelationTest`Ryuta Kamizono2017-07-152-118/+128
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #29799 from kamipo/remove_outdated_test_scoped_responds_to...Sean Griffin2017-07-171-8/+0
| |\ \ \ \ \
| | * | | | | Remove outdated `test_scoped_responds_to_delegated_methods`Ryuta Kamizono2017-07-151-8/+0
| | |/ / / /
| * | | | | Merge pull request #25564 from brewski/serializable_hash_fixSean Griffin2017-07-171-4/+2
| |\ \ \ \ \
| | * | | | | Correctly handle frozen options for ActiveRecord::Serialization#serializable_...Brian Abreu2016-12-091-4/+2
| * | | | | | Merge pull request #29796 from kamipo/fix_where_with_custom_tableSean Griffin2017-07-171-4/+4
| |\ \ \ \ \ \
| | * | | | | | Fix `where` with a custom tableRyuta Kamizono2017-07-181-4/+4
| * | | | | | | `Persistence#delete` should not be affected by scopingRyuta Kamizono2017-07-181-0/+7
| |/ / / / / /