rails/actionpack/lib
Jean Boussier c28e4f2434 Use double quotes more consistenly in doc and error messages
For better or worse, the Rails guide settled on double quotes
and a large part of the community also use rubocop which enforce
them by default.

So we might as well try to follow that style when providing code
snippets in the documentation or error messages.

Fix: https://github.com/rails/rails/issues/49822

I certainly didn't get them all, but consistency should be significantly
improved.
2023-10-28 11:38:49 +02:00
..
abstract_controller Capitalize framework names 2023-10-08 11:34:21 +05:30
action_controller Use double quotes more consistenly in doc and error messages 2023-10-28 11:38:49 +02:00
action_dispatch Use double quotes more consistenly in doc and error messages 2023-10-28 11:38:49 +02:00
action_pack Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
abstract_controller.rb Add {Abstract,Action}Controller.deprecator 2022-10-27 16:20:53 -05:00
action_controller.rb Add documentation intros for Action Controller and Action Dispatch 2023-04-02 17:34:35 +02:00
action_dispatch.rb Define constants for headers in ActionDispatch::Constants to avoid conditional checks around multiple classes 2023-07-27 15:20:33 -07:00
action_pack.rb Remove Copyright years (#47467) 2023-02-23 11:38:16 +01:00