rails--rails/actionpack/CHANGELOG.md

18 lines
443 B
Markdown
Raw Normal View History

* Fix setting `trailing_slash: true` in route definition.
```ruby
get '/test' => "test#index", as: :test, trailing_slash: true
test_path() # => "/test/"
```
*Jean Boussier*
2022-01-26 14:47:35 +00:00
* Make `Session#merge!` stringify keys.
2022-01-26 14:47:35 +00:00
Previously `Session#update` would, but `merge!` wouldn't.
*Drew Bragg*
2021-12-07 15:52:30 +00:00
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/actionpack/CHANGELOG.md) for previous changes.