aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-193-3/+34
* Merge pull request #34482 from jacobherrington/chore/add-comments-to-templatesRafael França2018-11-192-9/+8
|\
| * Add comments to markdown templatesjacobherrington2018-11-182-9/+8
* | Merge pull request #34453 from bogdanvlviv/exercise-connected_to-and-connects_toAaron Patterson2018-11-192-1/+36
|\ \
| * | Exercise `connected_to` and `connects_to` methodsbogdanvlviv2018-11-152-1/+36
* | | Merge pull request #34486 from tamarr/masterRafael Mendonça França2018-11-193-3/+772
|\ \ \
| * | | allow right to left styling of docs (#3)tamarr2018-11-193-3/+771
| | |/ | |/|
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-193-3/+8
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-083-3/+8
* | | | Merge pull request #34476 from y-yagi/fix_no_method_error_in_parallelizationEileen M. Uchitelle2018-11-192-0/+16
|\ \ \ \
| * | | | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-172-0/+16
* | | | | Merge pull request #34483 from iguchi1124/patch-1Ryuta Kamizono2018-11-191-1/+1
|\ \ \ \ \
| * | | | | [ci skip] Update active_job_basics.mdShota Iguchi2018-11-191-1/+1
|/ / / / /
* | | | | Merge pull request #34481 from jacobherrington/patch-1Gannon McGibbon2018-11-199-15/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-189-15/+15
|/ / / /
* | | | Fix test name to match the test behavioryuuji.yaginuma2018-11-181-4/+4
* | | | Remove unused `Journey::Router::RoutingError`yuuji.yaginuma2018-11-181-3/+0
* | | | Merge pull request #34475 from rmacklin/synchronize-actioncable-compiled-bund...Yuji Yaginuma2018-11-171-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Synchronize ActionCable JS source code with compiled bundleRichard Macklin2018-11-161-3/+4
|/ / /
* | | Merge pull request #34464 from gmcgibbon/re_add_changes_applied_docRafael França2018-11-161-1/+3
|\ \ \
| * | | Re-add changes_applied docGannon McGibbon2018-11-161-1/+3
* | | | Merge pull request #34467 from JacobEvelyn/fix-my-typoRafael França2018-11-161-3/+4
|\ \ \ \
| * | | | Fix typo and clarify documentationJacob Evelyn2018-11-161-3/+4
|/ / / /
* / / / Fix cache_versioning default note (#34466)Gannon McGibbon2018-11-161-1/+1
|/ / /
* | | Merge pull request #34363 from tnantoka/docs-cache-key-note-5-2Gannon McGibbon2018-11-161-3/+3
|\ \ \
| * | | Replace cache_key with cache_key_with_version on caching_with_rails guides [c...tnantoka2018-11-161-3/+3
|/ / /
* | | Arel: Implemented DB-aware NULL-safe comparison (#34451)Dmytro Shteflyuk2018-11-1523-1/+492
* | | Merge pull request #34457 from NARKOZ/fix-method-callRyuta Kamizono2018-11-151-1/+1
|\ \ \
| * | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
|/ / /
* | | Merge pull request #34450 from mtsmfm/add-testRafael França2018-11-141-0/+10
|\ \ \ | |_|/ |/| |
| * | Add test for normalizing non-unicode stringFumiaki MATSUSHIMA2018-11-151-0/+10
* | | Merge pull request #34446 from alphaappsinc/masterRafael França2018-11-141-3/+4
|\ \ \ | |/ / |/| |
| * | Allow patching polling interval logarithmic multiplierHusam Bilal2018-11-141-3/+4
|/ /
* | Merge pull request #34444 from esparta/fix_typo_association_basicsRyuta Kamizono2018-11-141-1/+1
|\ \
| * | fix typo on association_basics.md [ci skip]Espartaco Palma2018-11-141-1/+1
|/ /
* | Merge pull request #34341 from gmcgibbon/parse_error_rescue_2Rafael França2018-11-138-8/+95
|\ \
| * | Allow rescue from parameter parse errorsGannon McGibbon2018-11-138-8/+95
* | | Merge pull request #34441 from mcary/document-dependent-effectsRafael França2018-11-131-0/+2
|\ \ \ | |/ / |/| |
| * | Describe how has_many's :dependent option affects #deleteMarcel M. Cary2018-11-131-0/+2
* | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-134-10/+34
|\ \ \ | |/ / |/| |
| * | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-094-10/+34
* | | Merge pull request #34437 from kbrock/union_all_parenRafael Mendonça França2018-11-134-42/+41
|\ \ \
| * | | Emit single pair of parens for UNION and UNION ALLKeenan Brock2018-11-134-42/+41
* | | | Merge pull request #34411 from N0xFF/masterRafael França2018-11-133-2/+37
|\ \ \ \
| * | | | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-133-2/+37
* | | | | Merge pull request #34436 from gmcgibbon/fix_default_max_bind_length_sqliteRafael França2018-11-132-0/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Adjust bind length of SQLite to default (999)Gannon McGibbon2018-11-132-0/+26
* | | | | Merge pull request #34429 from bogdanvlviv/ensure-that-connected_to-establish...Rafael França2018-11-131-3/+21
|\ \ \ \ \
| * | | | | Ensure that `ActiveRecord::Base#connected_to` with `:database` establishes co...bogdanvlviv2018-11-121-3/+21
* | | | | | Merge pull request #34221 from JacobEvelyn/allow-postgres-unlogged-test-tablesRafael França2018-11-136-1/+118
|\ \ \ \ \ \