rails/actionpack/lib/abstract_controller
2010-11-19 14:26:39 -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 Also move asset_path to AbstractController. 2010-07-24 00:47:48 +02:00
base.rb Fix a few bugs when trying to use Head standalone 2010-10-10 00:54:11 -07:00
callbacks.rb Remove inline comment. 2010-11-11 17:07:06 +01:00
collector.rb Add missing require on abstract_controller/collector [#4061 status:resolved] 2010-02-26 10:27:06 +01:00
helpers.rb Ensure that inherited helper_methods are available after calling clear_helpers [#5348 state:resolved] 2010-08-28 18:07:01 -03:00
layouts.rb no need to call e.class 2010-09-29 10:39:17 -07: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 Useless assignation 2010-11-19 14:26:39 -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 rdoc to conform to api guidelines 2010-08-25 18:57:27 +02:00