rails/actionpack/lib/action_controller/base
Yehuda Katz + Carl Lerche 00a9d4b91c Merge branch 'master' into wip_abstract_controller
Conflicts:
	actionpack/lib/action_controller/abstract/callbacks.rb
	actionpack/lib/action_controller/abstract/renderer.rb
	actionpack/lib/action_controller/base/base.rb
	actionpack/lib/action_controller/dispatch/dispatcher.rb
	actionpack/lib/action_controller/routing/route_set.rb
	actionpack/lib/action_controller/testing/process.rb
	actionpack/test/abstract_controller/layouts_test.rb
	actionpack/test/controller/filters_test.rb
	actionpack/test/controller/helper_test.rb
	actionpack/test/controller/render_test.rb
	actionpack/test/new_base/test_helper.rb
2009-05-11 17:07:05 -07:00
..
chained Reorganize ActionController folder structure 2009-01-27 18:17:39 -06:00
base.rb Merge branch 'master' into wip_abstract_controller 2009-05-11 17:07:05 -07:00
cookies.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
helpers.rb Reorganize ActionController folder structure 2009-01-27 18:17:39 -06:00
http_authentication.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
layout.rb Refactor ActionView::Path 2009-04-22 17:24:41 -07:00
mime_responds.rb Deprecate template, session, assigns, and layout accessors on response object. Instead access them through the controller instance. This mainly affects functional test assertions. 2009-04-28 23:29:46 -05:00
redirect.rb Deprecate assert_redirect_to's partial hash matching 2009-05-02 14:23:44 -05:00
render.rb Fix render :json => nil [#2589 state:resolved] 2009-04-30 16:34:00 -07:00
request_forgery_protection.rb Don't check authenticity tokens for any AJAX requests 2009-04-15 16:04:21 -07:00
rescue.rb Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
responder.rb render_for_text pushes a body part instead of replacing the whole body 2009-04-17 21:33:09 -05:00
session_management.rb Session management belongs in base folder 2009-04-14 17:02:38 -05:00
streaming.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
verification.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00