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/action_controller
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
..
abstract Refactor ActionView::Path 2009-04-22 17:24:41 -07:00
base Refactor ActionView::Path 2009-04-22 17:24:41 -07:00
caching Merge docrails 2009-04-17 14:28:46 +01:00
dispatch Makes rails-dev-boost work again 2009-04-14 18:32:31 -07:00
new_base 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
routing Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
testing render_for_text pushes a body part instead of replacing the whole body 2009-04-17 21:33:09 -05:00
vendor Move bundled rack into ActionDispatch 2009-04-14 15:52:23 -05:00
abstract.rb Working toward getting a basic AbstractController framework 2009-03-17 18:04:22 -07:00
caching.rb Merge docrails 2009-04-17 14:28:46 +01:00
deprecated.rb Backwords compat alias for ActionController::Request and ActionController::Response 2009-04-14 16:55:10 -05:00
new_base.rb Get very basic layouts working. 2009-03-19 15:45:48 -07:00
record_identifier.rb Reorganize ActionController folder structure 2009-01-27 18:17:39 -06:00
routing.rb Support OPTIONS verb in route conditions [#1727 state:resolved] 2009-03-08 12:37:17 +00:00
translation.rb