Skip to content

Commit

Permalink
Remove unused ActionController::SessionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Mar 6, 2012
1 parent b90d24b commit bc5ac77
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion actionpack/lib/action_controller.rb
Expand Up @@ -31,7 +31,6 @@ module ActionController
autoload :RequestForgeryProtection
autoload :Rescue
autoload :Responder
autoload :SessionManagement
autoload :Streaming
autoload :Testing
autoload :UrlFor
Expand Down
1 change: 0 additions & 1 deletion actionpack/lib/action_controller/base.rb
Expand Up @@ -192,7 +192,6 @@ def self.without_modules(*modules)
Renderers::All,
ConditionalGet,
RackDelegation,
SessionManagement,
Caching,
MimeResponds,
ImplicitRender,
Expand Down
9 changes: 0 additions & 9 deletions actionpack/lib/action_controller/metal/session_management.rb

This file was deleted.

1 change: 0 additions & 1 deletion railties/guides/source/api_app.textile
Expand Up @@ -270,7 +270,6 @@ Some common modules you might want to add:
* +ActionController::Rendering+: Support for templating and +ActionView+.
* +AbstractController::Layouts+: Support for layouts when rendering.
* +ActionController::Renderers::XML+: Support for +render :xml+.
* +ActionController::SessionManagement+: Support for +session+. This requires a session middleware.
* +ActionController::Cookies+: Support for +cookies+, which includes support for signed and encrypted cookies. This requires the cookie middleware.
* +ActionController::Rescue+: Support for +rescue_from+.

Expand Down

0 comments on commit bc5ac77

Please sign in to comment.