rails--rails/actionpack/lib/abstract_controller
Xavier Noria ddec74fb3a Merge remote branch 'rails/master' 2010-05-27 10:57:05 +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 Minor typo fix in callbacks.rb of abstract_controller 2010-05-20 03:23:21 -07: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 refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02: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