Skip to content

Commit bc5ac77

Browse files
committed
Remove unused ActionController::SessionManagement
1 parent b90d24b commit bc5ac77

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

actionpack/lib/action_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module ActionController
3131
autoload :RequestForgeryProtection
3232
autoload :Rescue
3333
autoload :Responder
34-
autoload :SessionManagement
3534
autoload :Streaming
3635
autoload :Testing
3736
autoload :UrlFor

actionpack/lib/action_controller/base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def self.without_modules(*modules)
192192
Renderers::All,
193193
ConditionalGet,
194194
RackDelegation,
195-
SessionManagement,
196195
Caching,
197196
MimeResponds,
198197
ImplicitRender,

actionpack/lib/action_controller/metal/session_management.rb

Lines changed: 0 additions & 9 deletions
This file was deleted.

railties/guides/source/api_app.textile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ Some common modules you might want to add:
270270
* +ActionController::Rendering+: Support for templating and +ActionView+.
271271
* +AbstractController::Layouts+: Support for layouts when rendering.
272272
* +ActionController::Renderers::XML+: Support for +render :xml+.
273-
* +ActionController::SessionManagement+: Support for +session+. This requires a session middleware.
274273
* +ActionController::Cookies+: Support for +cookies+, which includes support for signed and encrypted cookies. This requires the cookie middleware.
275274
* +ActionController::Rescue+: Support for +rescue_from+.
276275

0 commit comments

Comments
 (0)