rails/actionpack/lib/action_controller/new_base
2009-04-17 18:36:28 -05:00
..
base.rb Don't set Content-Length in Base#response_body= since body may be any Rack-compatible body. Leave it up to the content length middleware. 2009-04-17 18:36:28 -05:00
hide_actions.rb Add depends_on, use, and setup to abstract up ideas about module inheritance. 2009-04-07 14:57:18 -07:00
layouts.rb Rename render_to_string to render_to_body since it may return any Rack-compatible body, not just strings 2009-04-17 18:34:49 -05:00
renderer.rb Rename render_to_string to render_to_body since it may return any Rack-compatible body, not just strings 2009-04-17 18:34:49 -05:00
url_for.rb Try to build a new AC::Base on top of AbstractController 2009-03-12 13:19:13 -06:00