aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #33652 from tgxworld/improve_tests_pool_configRyuta Kamizono2018-08-202-5/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Speed up slow ConnectionPool test case.Guo Xiang Tan2018-08-201-11/+19
| * | | | | Improve tests for ActiveRecord::ConnectionAdapters::ConnectionPool configurat...Guo Xiang Tan2018-08-192-2/+39
* | | | | | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...Ryuta Kamizono2018-08-202-0/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add missing documentation options to number_to_currency [ci skip]emaxi2018-07-112-0/+10
* | | | | | Merge pull request #33621 from sikachu/sikachu-guide-rubocopRichard Schneeman2018-08-191-2/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update guide to mention code linters availablePrem Sichanugrist2018-08-151-2/+13
* | | | | | Don't put up with not saying it.Kasper Timm Hansen2018-08-191-1/+1
* | | | | | Merge pull request #33657 from jychen7/fix-test-association-enumRyuta Kamizono2018-08-201-0/+3
|\ \ \ \ \ \
| * | | | | | Improve test case to test enum correctlyRich2018-08-201-0/+3
* | | | | | | Merge pull request #33631 from anniecodes/initializers-commandKasper Timm Hansen2018-08-195-4/+100
|\ \ \ \ \ \ \
| * | | | | | | Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-162-4/+48
| * | | | | | | Move 'rails initializers' command to Rails::CommandAnnie-Claude Côté2018-08-162-0/+48
| * | | | | | | [ci skip] Add deprecration of to CHANGELOGAnnie-Claude Côté2018-08-161-0/+4
* | | | | | | | Merge pull request #33656 from bogdanvlviv/follow-up-33413Kasper Timm Hansen2018-08-191-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | activestorage: yarn buildbogdanvlviv2018-08-191-4/+4
* | | | | | | | | SQLite3: Fix rename reference column not to lose foreign key constraintRyuta Kamizono2018-08-202-11/+31
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #33655 from bogdanvlviv/follow-up-33653Ryuta Kamizono2018-08-201-16/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DRY in Active Record Query Interface [ci skip]bogdanvlviv2018-08-191-16/+0
|/ / / / / / /
* | | | | | | Fix syntax error in the doc [ci skip]Ryuta Kamizono2018-08-191-1/+1
* | | | | | | Merge pull request #33653 from LemonAndroid/patch-1Richard Schneeman2018-08-191-3/+9
|\ \ \ \ \ \ \
| * | | | | | | Explained difference between scope & class methodLemonAndroid2018-08-191-3/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Update `google-cloud-storage` gem version [ci skip]yuuji.yaginuma2018-08-191-1/+1
* | | | | | | Retry ActiveStorage::AnalyzeJobs on download integrity check failuresGeorge Claghorn2018-08-191-0/+2
* | | | | | | Remove superfluous testGeorge Claghorn2018-08-191-10/+0
* | | | | | | Address intermittent CI failure due to non-determined sort orderRyuta Kamizono2018-08-191-1/+1
|/ / / / / /
* | | | | | Ensure `foreign_keys` assertions after alter tableRyuta Kamizono2018-08-191-1/+5
* | | | | | Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-196-7/+10
* | | | | | Merge pull request #33413 from cseelus/active-storage-direct-uploads-multiple...Javan Makhmali2018-08-182-2/+22
|\ \ \ \ \ \
| * | | | | | Enable multiple submit buttons for Active Storage formsChris Seelus2018-08-182-2/+22
|/ / / / / /
* | | | | | Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-182-2/+2
* | | | | | Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-183-3/+12
* | | | | | Merge pull request #33645 from arye-dov-eidelman/masterRichard Schneeman2018-08-171-1/+5
|\ \ \ \ \ \
| * | | | | | [skip ci] Fix overlapping text in the guideArye Dov Eidelman2018-08-171-1/+5
|/ / / / / /
* | | | | | Remove unused requiresyuuji.yaginuma2018-08-171-3/+0
* | | | | | Merge pull request #33537 from ZASMan/update_action_mailer_docs_custom_view_p...Ryuta Kamizono2018-08-171-0/+15
|\ \ \ \ \ \
| * | | | | | Add note for custom mailer view paths in action mailer guide. [ci skip]Zane2018-08-161-0/+16
* | | | | | | Merge pull request #33636 from wjordan/normalize_encode_params_require_hashYuji Yaginuma2018-08-171-0/+2
|\ \ \ \ \ \ \
| * | | | | | | add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #33633 from utilum/update_image_processing_to_latest_versionRyuta Kamizono2018-08-171-4/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Update image_processing to the latest versionutilum2018-08-161-4/+4
|/ / / / / /
* | | | | | Merge pull request #33576 from aried3r/patch-5Richard Schneeman2018-08-161-7/+7
|\ \ \ \ \ \
| * | | | | | Harmonize shell commands in dev guide [ci skip]Anton Rieder2018-08-161-7/+7
* | | | | | | Merge pull request #33585 from yahonda/diag33520Ryuta Kamizono2018-08-163-1/+26
|\ \ \ \ \ \ \
| * | | | | | | SQLite3 adapter `alter_table` method restores foreign keysYasuo Honda2018-08-113-1/+26
* | | | | | | | Merge pull request #33603 from kamipo/fix_numericality_validatorRyuta Kamizono2018-08-164-2/+28
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix numericality validator not to be affected by custom getterRyuta Kamizono2018-08-134-2/+28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #33629 from bogdanvlviv/follow-33626Ryuta Kamizono2018-08-161-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Add example `perform_enqueued_jobs` without block to api docs [ci skip]bogdanvlviv2018-08-161-0/+8
|/ / / / / / /
* | | | | | | Extract ActiveStorage::SetCurrentGeorge Claghorn2018-08-163-5/+23