aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix preloading through association with custom scopeRyuta Kamizono2017-09-021-0/+5
* | | | Add a test case for preloading through association with implicit sourceRyuta Kamizono2017-09-021-0/+8
* | | | `values[:includes]` in `reflection_scope` is not compatible with `through_scope`Ryuta Kamizono2017-09-021-1/+1
* | | | sqlite3 adapter returns integer value which used to be stringYasuo Honda2017-09-012-9/+4
* | | | Merge pull request #29850 from yahonda/test_with_mariadb_102_on_trustyRyuta Kamizono2017-09-011-0/+4
|\ \ \ \
| * | | | Skip `test_remove_column_with_multi_column_index`Yasuo Honda2017-09-011-0/+4
* | | | | `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-0/+10
|/ / / /
* | | | :warning: assigned but unused variable - messageAkira Matsuda2017-09-011-6/+6
* | | | Merge pull request #30377 from keepcosmos/delegate-missing-methodsMatthew Draper2017-08-311-2/+2
|\ \ \ \
| * | | | Delegate :rindex, :slice, :rotate to 'records'keepcosmos2017-08-241-2/+2
* | | | | Merge pull request #30392 from koic/unify_source_control_keep_file_nameMatthew Draper2017-08-311-0/+0
|\ \ \ \ \
| * | | | | Unify the internal source control .keep file nameKoichi ITO2017-08-241-0/+0
| |/ / / /
* | | | | Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-302-0/+35
* | | | | "models/reader" is no longer used in `autosave_association_test.rb`Ryuta Kamizono2017-08-281-1/+0
* | | | | Address `test_assign_ids_for_through_a_belongs_to` failureRyuta Kamizono2017-08-281-8/+8
* | | | | Should be appear deprecation message for every call (#29649)Ryuta Kamizono2017-08-271-0/+1
* | | | | Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-272-4/+9
* | | | | Prefer to place a table options before `force: :cascade` (#28005)Ryuta Kamizono2017-08-274-9/+9
* | | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-08-261-6/+6
* | | | | Should work inverse association when eager loadingRyuta Kamizono2017-08-251-0/+6
* | | | | Address `test_after_save_callback_with_autosave` failureYasuo Honda2017-08-241-0/+4
* | | | | Merge pull request #30337 from kamipo/refactor_schema_dumperRyuta Kamizono2017-08-241-4/+0
|\ \ \ \ \
| * | | | | Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-4/+0
* | | | | | Remove unnecessary fixture loadingRyuta Kamizono2017-08-241-5/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #30365 from yahonda/require_post_before_commentRyuta Kamizono2017-08-231-0/+3
|\ \ \ \ \
| * | | | | `counter_cache` requires association class before `attr_readonly`Yasuo Honda2017-08-231-0/+3
| |/ / / /
* | | | | Merge pull request #28991 from yahonda/load_authors_and_author_addressesRyuta Kamizono2017-08-234-4/+4
|\ \ \ \ \
| * | | | | Load both `:authors` and `:author_addresses` to keep data integrityYasuo Honda2017-08-224-4/+4
| |/ / / /
* | | | | Merge pull request #30360 from gcourtemanche/transaction_timedoutRafael França2017-08-221-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add TransactionTimeout for MySQL error code 1205Gabriel Courtemanche2017-08-221-0/+6
* | | | | Automatically guess the inverse associations for STIyui-knk2017-08-221-1/+38
* | | | | 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