mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo seemless -> seamless [ci skip]
This commit is contained in:
parent
f64acb9a4b
commit
c1b94cbbe3
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ config.load_defaults(7.0)
|
||||||
```
|
```
|
||||||
|
|
||||||
However Rails 6.1 applications are not able to read this new serialization format,
|
However Rails 6.1 applications are not able to read this new serialization format,
|
||||||
so to ensure a seemless upgrade you must first deploy your Rails 7.0 upgrade with
|
so to ensure a seamless upgrade you must first deploy your Rails 7.0 upgrade with
|
||||||
`config.active_support.cache_format_version = 6.1`, and then only once all Rails
|
`config.active_support.cache_format_version = 6.1`, and then only once all Rails
|
||||||
processes have been updated you can set `config.active_support.cache_format_version = 7.0`.
|
processes have been updated you can set `config.active_support.cache_format_version = 7.0`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue