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
Yehuda Katz + Carl Lerche cecafc52ee Refactor ActionView::Template
ActionView::Template is now completely independent from template
  storage, which allows different back ends such as the database.
  ActionView::Template's only responsibility is to take in the
  template source (passed in from ActionView::Path), compile it,
  and render it.
2009-04-27 11:49:11 -07:00
..
action_controller Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
action_dispatch Delegate controller.session to request.session and deprecate response session 2009-04-27 13:11:17 -05:00
action_pack Prepare for final 2.3 release 2009-03-15 22:06:50 -05:00
action_view Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
action_controller.rb No more free lunch 2009-04-22 16:10:49 -07:00
action_dispatch.rb Remove RewindableInput middleware since all input MUST be rewindable according to a recent change in the Rack 1.0 SPEC 2009-04-25 14:04:03 -05:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb No more free lunch 2009-04-22 16:10:49 -07:00
actionpack.rb Allow frameworks to be required by their gem name (closes #8845) [drnic] 2007-09-22 18:15:05 +00:00