1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Vitalii Khustochka 5b6aa8c20a Path parameter keys should always be symbols.
If request format is JSON, keys are converted to Strings, so we have to convert them to Symbols.
2020-07-25 12:51:06 -05:00
..
api
metal Add application config for URL-safe Base64 CSRF tokens 2020-06-11 11:39:37 -04:00
railties Fix call sites 2018-10-02 15:31:29 -04:00
api.rb Remove deprecated force_ssl at the controller level. 2020-05-05 00:58:54 -04:00
base.rb Remove deprecated force_ssl at the controller level. 2020-05-05 00:58:54 -04:00
caching.rb No need to extend ActionController::Caching by ActiveSupport::Autoload 2020-05-26 22:00:13 +03:00
form_builder.rb
log_subscriber.rb Add to the log format "*/*" if using a not found format: 2020-01-02 16:45:47 -03:00
metal.rb Update rubocop-performance gem and enable Performance/DeletePrefix and Performance/DeleteSuffix cops 2020-05-24 12:51:35 +03:00
railtie.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
renderer.rb Simplify renderer normalize keys 2020-03-20 14:05:22 -04:00
template_assertions.rb Remove compatibility module from docs [ci skip] 2019-05-22 11:58:14 -04:00
test_case.rb Path parameter keys should always be symbols. 2020-07-25 12:51:06 -05:00