| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
A correct, but not obvious use of `ActiveSupport::Testing::MethodCallAssertions`, which might also have been part of #33337 or #33391.
|
| |
|
|\
| |
| | |
Separate min and max threads count environment variable for puma configuration
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Same environment variable RAILS_MAX_THREADS was being used
for setting the minimum and maximum thread count for puma.
This change makes it obvious and easy to decide which
environment variable to change for setting the min or max.
Don't feel like this is a breaking change as the same
default is maintained.
|
|\ \
| | |
| | | |
Keep time_tag docs up-to-date.
|
| | |
| | |
| | |
| | |
| | | |
The pubdate attribute was removed from the spec, see
940eec417f20e53abd3e3114c7fa845dac0d3a62 for context.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Clarify example of the test `ActionController::HttpAuthentication::Token` [ci skip]
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
[ci skip]
Follow up #33401, 5491f8115711d8b34d52f8ba5e52ba39a49b08fe.
|
|\ \ \
| | | |
| | | | |
ActiveRecord: limit() and primary_key
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
ycherniavskyi/fix_leaking_special_form_with_attributes_into_html_attributes
Fix leaking special form_with attributes into html attributes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Special form_with attributes `skip_default_ids` and `allow_method_names_outside_object`
attributes are leaking into html attributes of option select tag helpers.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
georgeclaghorn/activestorage-referential-integrity
Add a foreign-key constraint to the active_storage_attachments table for blobs
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Wrap ActiveJob::Enqueue in evented ActiveSupport::Notification
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Show nested exceptions on the debug view
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Follow up to 9f152a606
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | | |
azbshiri/actionpack/prevent-request-encoder-to-parse-nil-params
Prevent `RequestEncoder#encode_params` to parse falsey params
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When a `get` method called with `as: :json` and `params: nil` or
`params: false` (explicitly or implicitly)
`RequestEncoder#encode_params` converts it into a `null` or `false`
value which includes a unexpected `null=` or `false` query string into
request URL. From now on `RequestEncoder#encode_params` checks whether
`params` is nil or not otherwise returns.
Move down `nil` conversion guard
Update CHANGELOG.md
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also, added a test that a deprecated message will be output.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix problem with document expiration in ActionController::HttpAuthentication::Basic
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Avoid extra scoping in delegating to klass methods in the `scope` block
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since #29301, delegating to klass methods in the `scope` block would
cause extra scoping by the receiver itself. The extra scoping would
always override intermediate scoping like `unscoped` and caused the
regression #33387. To keep the original scoping behavior, should avoid
the extra scoping in the `scope` block.
Fixes #33387.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Use MethodCallAssertions instead of Mocha#expects
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Many calls to `Mocha#expects` preceded the introduction of
`ActiveSupport::Testing::MethodCallAssertions` in 53f64c0fb,
and many are simple to replace with `MethodCallAssertions`.
This patch makes all these simple replacements.
Step 5 in #33162
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
#33363 has two regressions. First one is that `insert_fixtures_set` is
failed if flags is an array. Second one is that connection flags are not
restored if `set_server_option` is not supported.
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Link to the corresponding ActiveStorage::Blob methods, whose docs more accurately describe their effects. [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit eb807384c81a6e086b17a576755e992e6c4c685e.
If the current scope is affected by the `unscoped` block, `all` won't be
the same with `spawn`.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
lanzhiheng/add-situation-for-belongs-to-associations-note
[ci skip] Add situation for belongs to association.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
use set_server_option if possible
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
lanzhiheng/add-example-for-has-and-belongs-to-many-association"
This reverts commit 3c8c410012e34709f3fdfe5b6a571353b20d0c56, reversing
changes made to daee94da99605d89854660b63d98e4c1dc9a979d.
We have this information below in the reference section for
has_and_belongs_to_many.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix issue with `button_to`'s `to_form_params`
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
`button_to` was throwing exception when invoked with `params` hash that
contains symbol and string keys. The reason for the exception was that
`to_form_params` was comparing the given symbol and string keys.
The issue is fixed by turning all keys to strings inside
`to_form_params` before comparing them.
|