mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6e85b6b86e
`codespell` works with a small custom dictionary and seems to find perhaps more spelling mistakes than `misspell` which really only fixes commonly misspelled English words. Not all spell checkers can check all file types and most spell checkers can't find all the errors. https://github.com/codespell-project/codespell https://pypi.org/project/codespell/
623 B
623 B
-
Cache and re-use generated attribute methods.
Generated methods with identical implementations will now share their instruction sequences leading to reduced memory retention, and slightly faster load time.
Jean Boussier
-
Add
in: range
parameter tonumericality
validator.Michal Papis
-
Add
locale
argument toActiveModel::Name#initialize
to be used to generate thesingular
,plural
,route_key
andsingular_route_key
values.Lukas Pokorny
Please check 6-1-stable for previous changes.