rails/actionpack/lib/abstract_controller
2011-05-03 16:51:47 +02:00
..
railties Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::RoutesHelper to AbstractController::Railties::RoutesHelpers 2010-09-03 22:59:11 +02:00
asset_paths.rb Copy use_sprockets config 2011-03-29 16:17:49 -05:00
base.rb Implicit actions named not_implemented can be rendered 2011-04-02 23:47:50 -03:00
callbacks.rb Added missing </tt> 2011-04-11 13:08:58 -07:00
collector.rb Add missing require on abstract_controller/collector [#4061 status:resolved] 2010-02-26 10:27:06 +01:00
helpers.rb Make ActionController::Base.modules_for_helpers and ActionController::Base.all_helpers_from_path public methods 2011-04-25 15:02:41 +02:00
layouts.rb Fixed a comment typo 2011-04-14 16:29:06 +08:00
logger.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
rendering.rb Add a shared entry point for AV and AC render which can be used as extension in the future. 2011-05-03 16:51:47 +02:00
translation.rb Move ActionController::Translation to AbstractController::Translation. 2010-01-20 15:02:13 +01:00
url_for.rb Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
view_paths.rb Change ActionView::ViewPathSet to ActionView::PathSet 2011-03-13 15:14:51 +07:00