aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-211-0/+7
* Fix `can't modify frozen String` error in an AR testKoichi ITO2017-08-191-2/+2
* Improve `migration/column_attributes_test.rb` (#25286)Ryuta Kamizono2017-08-181-3/+17
* Add deterministic sorting order for `test_taking_with_a_number`Ryuta Kamizono2017-08-181-1/+9
* Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...Ryuta Kamizono2017-08-181-0/+32
* Add test cases that class level `destroy`, `delete`, and `update` are affecte...Ryuta Kamizono2017-08-181-3/+33
* Add test cases for `where.not` with polymorphic associationRyuta Kamizono2017-08-181-0/+19
* Move `test_index_is_created_for_both_timestamps` to `TimestampsWithoutTransac...Yasuo Honda2017-08-171-11/+11
* Merge pull request #30048 from yahonda/regexp_aware_schema_dumper_prefix_suffixRafael França2017-08-161-0/+25
|\
| * Allow `table_name_prefix` and `table_name_suffix` have `$`Yasuo Honda2017-08-041-0/+25
* | Merge pull request #30210 from koic/fix_rubocop_offensesMatthew Draper2017-08-161-1/+1
|\ \
| * | Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* | | Fix test "_before_type_cast" for enum (#29004)Ryuta Kamizono2017-08-161-6/+8
|/ /
* | Through scope should not be affected by scopingRyuta Kamizono2017-08-151-0/+19
* | Merge pull request #30169 from awortham/awortham/awortham/fix-sql-distinct-bugRafael Mendonça França2017-08-141-0/+26
|\ \
| * | Ensure sum honors distinct on has_many throughAaron Wortham2017-08-141-0/+26
* | | Merge pull request #30215 from untidy-hair/clarify-abstract-or-not-in-testsRafael França2017-08-143-8/+18
|\ \ \
| * | | Clarify base_class tests on abstract STI vs concrete STIYukio Mizuta2017-08-123-8/+18
* | | | Merge pull request #30073 from yalab/fixture_binary_helperRafael França2017-08-142-1/+6
|\ \ \ \
| * | | | Add `binary` helper method to fixtures.yalab2017-08-122-1/+6
| | |_|/ | |/| |
* | | | Merge pull request #27609 from kamipo/fix_association_primary_keyRafael França2017-08-142-17/+14
|\ \ \ \
| * | | | Fix `reflection.association_primary_key` for `has_many` associationsRyuta Kamizono2017-08-132-17/+14
| | |/ / | |/| |
* | | | Merge pull request #30229 from kamipo/allow_serialize_with_custom_coderRafael França2017-08-142-2/+50
|\ \ \ \
| * | | | Allow `serialize` with a custom coder on `json` and `array` columnsRyuta Kamizono2017-08-132-2/+50
* | | | | Merge pull request #30214 from kirs/uniqueness-scope-validatorRafael França2017-08-141-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Check :scope input in Uniqueness validatorKir Shatrov2017-08-131-0/+7
| | |/ / | |/| |
* | | | Fix CI failure due to reference type mismatchRyuta Kamizono2017-08-142-12/+18
| |/ / |/| |
* | | Merge pull request #30228 from kamipo/fix_random_ci_failureMatthew Draper2017-08-131-2/+4
|\ \ \
| * | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-08-131-2/+4
| |/ /
* | | Merge pull request #30079 from kamipo/move_test_not_compatible_with_serialize...Matthew Draper2017-08-132-11/+11
|\ \ \ | |/ / |/| |
| * | Move `test_not_compatible_with_serialize_macro` to `JSONSharedTestCases`Ryuta Kamizono2017-08-112-11/+11
* | | Merge pull request #30126 from chopraanmol1/support_for_has_many_and_has_one_...Rafael França2017-08-111-0/+14
|\ \ \
| * | | Currently if relation object are passed to where condition for has one or has...chopraanmol12017-08-081-0/+14
* | | | Merge pull request #30103 from yahonda/has_one_associations_failuresRafael França2017-08-111-1/+1
|\ \ \ \
| * | | | Add `:authors` fixture to address two random failures at HasOneAssociationsTestYasuo Honda2017-08-061-1/+1
| |/ / /
* | | | Merge pull request #29720 from gaurish/ar_find_error_message_improvementRafael França2017-08-112-3/+5
|\ \ \ \
| * | | | Return Not found Ids in ActiveRecord::NotFoundGaurish Sharma2017-07-292-3/+5
* | | | | Specify `table.name` only when `scope.table` and `table` are different (#29058)Ryuta Kamizono2017-08-111-0/+1
| |_|/ / |/| | |
* | | | Merge pull request #30152 from bogdanvlviv/fix_random_ci_failureMatthew Draper2017-08-101-1/+1
|\ \ \ \
| * | | | Fix random CI failure due to non-deterministic sorting orderbogdanvlviv2017-08-091-1/+1
* | | | | Fix random CI failure DirtyTest:bogdanvlviv2017-08-091-4/+3
|/ / / /
* | / / Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-08-081-1/+1
| |/ / |/| |
* | | Merge pull request #29520 from kirs/serialize-vs-postgres-native-columnSean Griffin2017-08-042-0/+18
|\ \ \ | |_|/ |/| |
| * | Do not let use `serialize` on native JSON/array columnKir Shatrov2017-08-042-0/+18
| |/
* | Passing `klass` to `StatementCache.new`Ryuta Kamizono2017-08-041-8/+8
* | Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v...Matthew Draper2017-08-021-0/+8
|\ \
| * | `Relation::Merger` should not fill `values` with empty valuesRyuta Kamizono2017-07-251-0/+8
* | | Merge pull request #29842 from kamipo/fix_find_by_with_rangeMatthew Draper2017-08-021-0/+4
|\ \ \
| * | | Fix `find_by` with range conditionsRyuta Kamizono2017-07-201-0/+4