rails/actionpack/lib/action_controller/abstract
Yehuda Katz + Carl Lerche 0a132c2fe1 Refactor ActionView::Path
* Decouple from ActionController and ActionMailer
  * Bring back localization support.
  * Prepare to decouple templates from the filesystem.
  * Prepare to decouple localization from ActionView
  * Fix ActionMailer to take advantage of ActionView::Path
2009-04-22 17:24:41 -07:00
..
base.rb Working toward getting a basic AbstractController framework 2009-03-17 18:04:22 -07:00
callbacks.rb Add depends_on, use, and setup to abstract up ideas about module inheritance. 2009-04-07 14:57:18 -07:00
exceptions.rb Working toward getting a basic AbstractController framework 2009-03-17 18:04:22 -07:00
helpers.rb Add depends_on, use, and setup to abstract up ideas about module inheritance. 2009-04-07 14:57:18 -07:00
layouts.rb Refactor ActionView::Path 2009-04-22 17:24:41 -07:00
logger.rb Add depends_on, use, and setup to abstract up ideas about module inheritance. 2009-04-07 14:57:18 -07:00
renderer.rb Refactor ActionView::Path 2009-04-22 17:24:41 -07:00