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/new_base
2009-05-23 00:30:32 +02:00
..
base.rb Add all the existing helpers related features to the new base 2009-05-23 00:17:10 +02:00
compatibility.rb Move Safari response-padding fix to Rails2Compatibility. Should be a Rack concern. 2009-05-21 20:27:24 -07:00
conditional_get.rb Add HTTP Authentication to the new base 2009-05-22 00:29:47 +02:00
helpers.rb Use super wherever possible in ActionController::Helpers#helper 2009-05-23 00:30:32 +02:00
hide_actions.rb Got new base to pass controller/base_test.rb, implemented method_missing action semantics in compatibility mode, and fixed a few action_missing bugs. 2009-05-14 17:25:10 -07:00
http.rb Make ActionController::Flash work with new_base 2009-05-21 01:41:35 +02:00
layouts.rb Get controller/layout_test.rb running on new base except for ActionController::Base.exempt_from_layout which is going to be deprecated. 2009-05-22 15:25:13 -07:00
redirector.rb Implemented redirects and partial rendering in new base. 2009-05-12 16:21:34 -07:00
render_options.rb Ruby 1.9 compat: don't rely on lexical scoping since the included block is called from dependency_module 2009-05-21 20:54:28 -07:00
renderer.rb Cleaned up the #render_to_body chain by extracting determining the templates to render to a separate hook point. 2009-05-22 15:24:31 -07:00
rescuable.rb Ported Rescuable to new base 2009-05-15 17:49:11 -07:00
session.rb Make ActionController::Flash work with new_base 2009-05-21 01:41:35 +02:00
testing.rb Move Safari response-padding fix to Rails2Compatibility. Should be a Rack concern. 2009-05-21 20:27:24 -07:00
url_for.rb Make old caching tests pass on new base. 2009-05-19 18:11:45 -07:00