aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-303-32/+103
* Add hooks to ActiveJob around retries and discardsSteve S2018-08-293-7/+53
* Merge pull request #33727 from bogdanvlviv/follow-up-33523Ryuta Kamizono2018-08-272-50/+23
|\
| * Add `:namespace` option to the api docs of `form_with` [ci skip]bogdanvlviv2018-08-271-0/+3
| * Follow up #33523 [ci skip]bogdanvlviv2018-08-271-50/+20
* | Remove unused requiresRyuta Kamizono2018-08-251-3/+1
* | Merge pull request #33723 from pinewong/patch-3Matthew Draper2018-08-251-2/+2
|\ \
| * | Clarify example of the test [ci skip] 黄松2018-08-251-2/+2
|/ /
* | Merge pull request #33661 from jychen7/33428-test-has-many-association-enumRyuta Kamizono2018-08-251-0/+22
|\ \ | |/ |/|
| * Add test case to test enum in has_manyRich2018-08-251-0/+22
* | Merge pull request #33722 from robzolkos/docfix-mime-respondsRyuta Kamizono2018-08-251-1/+1
|\ \
| * | Format respond_to method as code in doc [ci skip]Rob Zolkos2018-08-251-1/+1
|/ /
* | Avoid `pg` 1.1.0 for nowyuuji.yaginuma2018-08-252-3/+3
* | Merge pull request #33714 from cbothner/azure-service-swallowing-all-errorsGeorge Claghorn2018-08-242-5/+14
|\ \
| * | Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-232-5/+14
|/ /
* | Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-...George Claghorn2018-08-232-20/+7
* | Merge pull request #33667 from cbothner/azure-service-swallowing-all-errorsGeorge Claghorn2018-08-232-7/+20
|\ \
| * | Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-232-7/+20
|/ /
* | Merge pull request #33681 from minaslater/replace-white-and-blacklistAaron Patterson2018-08-239-40/+41
|\ \
| * | [ci skip] corrects more grammar awkwardness, replacing denylist with restrict...Mina Slater2018-08-229-37/+41
| * | [ci skip] revert terminology related to syntaxMina Slater2018-08-221-1/+1
| * | [ci skip] fixes a few more grammar issues, changing a to an before the word a...Mina Slater2018-08-224-12/+9
| * | [ci skip] fixes awkward grammarMina Slater2018-08-226-12/+12
| * | [ci skip] change all instances of blacklist and whitelist to denylist and all...Mina Slater2018-08-2111-40/+40
* | | Merge pull request #31696 from BrentWheeldon/bmw-connection-pool-load-deadlockMatthew Draper2018-08-242-1/+41
|\ \ \ | |_|/ |/| |
| * | Prevent deadlocks when waiting for connection from pool.Brent Wheeldon2018-03-232-1/+41
* | | Merge pull request #33703 from bogdanvlviv/follow-up-33659George Claghorn2018-08-235-6/+17
|\ \ \
| * | | DRY in `assert_broadcasts`bogdanvlviv2018-08-232-2/+13
| * | | Simplify configuring of `ActionCable.server.config.logger` for actioncable testsbogdanvlviv2018-08-231-1/+1
| * | | Set the test adapter for the test environment by default in `config/cable.yml`bogdanvlviv2018-08-231-1/+1
| * | | Clarify api docs of ActionCable::SubscriptionAdapter::Testbogdanvlviv2018-08-232-2/+2
* | | | Fix typo s/Topic/Tag/Ryuta Kamizono2018-08-231-1/+1
* | | | Merge pull request #33704 from matthewd/helper-path-with-sizeMatthew Draper2018-08-231-2/+1
|\ \ \ \
| * | | | Use string lengths instead of regexp to extract pathMatthew Draper2018-08-231-2/+1
* | | | | Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-2317-17/+185
|\ \ \ \ \
| * | | | | Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-1317-17/+185
* | | | | | Merge pull request #33696 from bogdanvlviv/follow-up-44007c070Kasper Timm Hansen2018-08-234-10/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use `say`/`error` instead of `puts`/`$stderr.puts`bogdanvlviv2018-08-224-10/+10
* | | | | | Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi...George Claghorn2018-08-229-18/+118
|\ \ \ \ \ \
| * | | | | | Respond with 404 in ActiveStorage::DiskController#show when file missingCameron Bothner2018-08-213-0/+16
| * | | | | | Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-217-18/+102
* | | | | | | Include form_with in form_helpers rails guide (#33523)Nick Schwaderer2018-08-221-53/+49
* | | | | | | Merge pull request #33698 from bogdanvlviv/follow-up-33693Rafael França2018-08-221-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove extra execution of `uniq!` on action_methodsbogdanvlviv2018-08-221-1/+0
* | | | | | | | Merge pull request #33695 from peterzhu2118/masterRafael França2018-08-222-8/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Update ParameterFilter to yield original parametersPeter Zhu2018-08-222-8/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #33693 from schneems/schneems/action_methodsRichard Schneeman2018-08-221-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Two fewer array allocations on action_methodsschneems2018-08-221-1/+4
* | | | | | | | Merge pull request #33697 from bogdanvlviv/rails-command-help-show-descriptionRafael França2018-08-222-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix `rails initializers --help` and `rails dev:cache --help`bogdanvlviv2018-08-222-2/+5
| | |/ / / / / / | |/| | | | | |