| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
5_1_release_notes include more removals [ci skip]
|
| |
| |
| |
| | |
:nothing in render
|
|\ \
| | |
| | |
| | | |
Removed unnecessary semicolons
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Add load hook for `ActionDispatch::SystemTestCase`
|
| |/
| |
| |
| |
| |
| |
| |
| | |
This is useful to extend `SystemTestCase`.
Also, since other test classes already have load hooks, should also be
in `SystemTestCase`.
Ref: 0510208dd1ff23baa619884c0abcae4d141fae53
|
|\ \
| | |
| | | |
Remove mention of X-Post-Data-Format header [ci skip]
|
| | |
| | |
| | |
| | |
| | | |
Support for this header was removed when `actionpack-xml_parser` was
extracted, and has since been dropped from the gem.
|
|/ /
| |
| | |
See: https://github.com/teamcapybara/capybara/blob/7d693f068c44f6a460336da70fb6e9e5f94f3db9/lib/capybara.rb#L450
|
| |
| |
| |
| |
| | |
- It is present in Rails 5.1.3 already.
- Backport commit https://github.com/rails/rails/commit/9efa0b70a638dcfdc05b30ab530f89f2847bb9c2
|
| |
| |
| |
| |
| |
| |
| | |
```
% git grep -n trough
activerecord/test/cases/associations/has_many_through_associations_test.rb:1253: def test_has_many_trough_with_scope_that_has_joined_same_table_with_parent_relation
```
|
| | |
|
|\ \
| | |
| | | |
delegate scope_for on PolymorphicReflection
|
| |/ |
|
|\ \
| |/
|/| |
fix initial count
|
|/ |
|
|\
| |
| | |
Allow passing a Proc or Symbol as an argument to length validator values
|
|/
|
|
|
| |
This brings the Length validator in line with the Numericality
validator, which currently supports Proc & Symbol arguments
|
|\
| |
| | |
Remove mention about Evented Redis [ci skip]
|
| |
| |
| |
| | |
Evented Redis adapter was removed in 48766e32d31651606b9f68a16015ad05c3b0de2c.
|
|\ \
| |/
|/| |
remove incorrect comment about serializable transactions [ci skip]
|
|/
|
| |
using serializable isolation would prevent the duplicate insert as done in the example from happening
|
|\
| |
| | |
Remove unused `secrets.yml` template
|
| |
| |
| |
| |
| | |
`secrets.yml` no longer used since #30067.
Together, removed `app_secret` method that only used in `secrets.yml`
|
| | |
|
|\ \
| | |
| | | |
Move `extensions` to `PostgreSQL::SchemaDumper`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and abstract `SchemaDumper#extensions` is now an empty method.
Since #30337, every database adapter has its own `SchemaDumper`.
`extensions` are only supported by PostgreSQL database and postgresql database adapter.
|
| | |
| | |
| | | |
- Backport commit: https://github.com/rails/rails/commit/7122a2cdc3634e170129f8b6cabd1e8fbed13c3d
|
|\ \ \
| | | |
| | | |
| | | | |
Wrap accepted nested attributes params
|
| | | |
| | | |
| | | |
| | | | |
as well
|
|/ / /
| | |
| | |
| | | |
to properly wrap all attributes, including those which are nested.
|
|\ \ \
| | | |
| | | | |
Save index order :desc to schema.rb (sqlite). Fixes #30902
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Although the sqlite adapter supports index sort orders, they
weren't being written to db/schema.rb.
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip]Add space before closing curly brace
|
| | | | | |
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Does not include disabled element in params
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the case of remote, it should be the same behavior as submitting
HTML form.
Fixes #30444
|
|\ \ \ \
| | | | |
| | | | | |
Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This variable was initially used to hold the vendor directory.
https://github.com/rails/rails/commit/3dac36b
Therefore, the variable name `VENDOR_PATH` was appropriate.
However, `package.json` is now placed in the root of the project.
https://github.com/rails/rails/commit/8e9e943
Therefore, like other bin scripts, I think the variable name `APP_ROOT`
is appropriate.
https://github.com/rails/rails/blob/2c845f6b03ddf2aa233b00385d24d769a4a34fa6/railties/lib/rails/generators/rails/app/templates/bin/setup.tt#L5
https://github.com/rails/rails/blob/2c845f6b03ddf2aa233b00385d24d769a4a34fa6/railties/lib/rails/generators/rails/app/templates/bin/update.tt#L5
|
|\ \ \ \ \
| | | | | |
| | | | | | |
`supports_extensions?` return always true since PostgreSQL 9.1
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
since the minimum version of PostgreSQL currently Rails supports is 9.1,
there is no need to handle if `supports_extensions?`
Refer https://www.postgresql.org/docs/9.1/static/sql-createextension.html
"CREATE EXTENSION"
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bogdanvlviv/simplify-api-domcumentation-of-durations
Simplify API documentation of methods that return a Duration
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Related to #30972
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Make clear that Time core extensions are split between Numeric and Integer
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The documentation wrongly suggests that Time extensions to Numeric include
methods months and years, when these belong to Integer.
Update both classes and guides.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Space between { and | missing.
|
| | | | | | |
|