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/abstract_controller
2010-04-22 12:00:13 +02:00
..
base.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
callbacks.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
collector.rb Add missing require on abstract_controller/collector [#4061 status:resolved] 2010-02-26 10:27:06 +01:00
helpers.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
layouts.rb We seem to have removed the URL helpers from ActionView subclasses... 2010-03-18 22:21:25 -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 Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:resolved]" 2010-04-16 15:39:00 -07:00
translation.rb Move ActionController::Translation to AbstractController::Translation. 2010-01-20 15:02:13 +01:00
view_paths.rb Allow anything that responds to render to be given as :template and use find_template instead of find in views. 2010-03-12 14:25:10 +01:00