This project is archived and is in readonly mode.

Ensure database middleware doesn't use ActionContoller::Base.session_store if the framework is disabled
Reported by calavera | May 20th, 2009 @ 10:22 AM
If you remove action_controller from the frameworks list the initilize_database_middleware stills can use the ActionController::Base class to estabish the session store.
This patch solves the problem.
Comments and changes to this ticket
- 
            
         calavera May 20th, 2009 @ 10:58 AM- Tag changed from patch, railties, test, tiny to bug, patch, railties, test, tiny
 
- 
         josh May 25th, 2009 @ 05:33 PM- Assigned user set to josh
- State changed from new to open
- Milestone cleared.
 
- 
         Repository May 27th, 2009 @ 09:02 PM- State changed from open to resolved
 (from [4196616778846f5ccbd8da504a2306846fd3f432]) ensure initialize_database_middleware doesn't use ActionController if action_controller framework is not enabled [#2680 state:resolved] Signed-off-by: Joshua Peek josh@joshpeek.com 
 http://github.com/rails/rails/commit/4196616778846f5ccbd8da504a2306...
- 
         Repository May 27th, 2009 @ 09:02 PM(from [0d9e904da35b41c8796b026d63675d4733505c91]) ensure initialize_database_middleware doesn't use ActionController if action_controller framework is not enabled [#2680 state:resolved] Signed-off-by: Joshua Peek josh@joshpeek.com 
 http://github.com/rails/rails/commit/0d9e904da35b41c8796b026d63675d...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 
         2680 
          Ensure database middleware doesn't use ActionContoller::Base.session_store if the framework is disabled
        (from [4196616778846f5ccbd8da504a2306846fd3f432])
ensure ... 2680 
          Ensure database middleware doesn't use ActionContoller::Base.session_store if the framework is disabled
        (from [4196616778846f5ccbd8da504a2306846fd3f432])
ensure ...
- 
         2680 
          Ensure database middleware doesn't use ActionContoller::Base.session_store if the framework is disabled
        (from [0d9e904da35b41c8796b026d63675d4733505c91])
ensure ... 2680 
          Ensure database middleware doesn't use ActionContoller::Base.session_store if the framework is disabled
        (from [0d9e904da35b41c8796b026d63675d4733505c91])
ensure ...
 josh
      josh