rails/actionpack/lib
Vinicius Stock 0966b1983b
Turn ActionController::Base inclusions explicit
Currently, we are using dynamic inclusions to
guarantee that the list of MODULES is always up to
date with what gets included into Base. However,
that prevents static analysis tools from
understanding the ancestors of controllers, which
prevents completion and other editor features from
working correctly. We can instead use a unit test
to verify that both lists are synchronized, which
retains the original behavior while allowing for
more accurate static analysis.
2024-06-21 21:07:12 +00:00
..
abstract_controller Update comments for helper method generation 2024-04-22 22:14:42 +09:00
action_controller Turn ActionController::Base inclusions explicit 2024-06-21 21:07:12 +00:00
action_dispatch Move the rewind code closer to the reason why we need to rewind 2024-06-14 18:56:36 +00:00
action_pack Development of Rails 8.0 starts now 2024-05-13 16:45:20 +00:00
abstract_controller.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_controller.rb Add autoload for ActionController::TestRequest 2024-02-14 23:42:31 +00:00
action_dispatch.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_pack.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00