rails--rails/actionpack/lib/abstract_controller
wycats 0aa0c37b59 Well that was a bust 2010-03-18 22:55:44 -07:00
..
assigns.rb Finish cleaning up rendering stack from views and move assigns evaluation to controller (so plugins and/or controllers can overwrite just one method). 2010-03-12 20:39:53 +01:00
base.rb Move layout lookup to views. 2010-03-08 02:04:18 +01: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 Each controller class has it's own view context subclass. This removes the need for ActionView::Base.for_controller 2010-03-18 18:14:54 -07:00
layouts.rb We seem to have removed the URL helpers from ActionView subclasses... 2010-03-18 22:21:25 -07:00
logger.rb Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:resolved] 2010-02-26 11:51:21 +01:00
rendering.rb Well that was a bust 2010-03-18 22:55:44 -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