aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
Commit message (Expand)AuthorAgeFilesLines
* implement abstract store methodsAaron Patterson2015-09-041-2/+2
* stop using deprecated Abstract::ID classAaron Patterson2015-09-041-1/+1
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
* use a request object in the session middlewareAaron Patterson2015-08-221-17/+17
* Explained how to set session expiry through session_store configIain Beeston2015-02-271-0/+10
* [ci skip] /javascript/ -> JavaScript - cover whole appAkshay Vishnoi2014-07-041-1/+1
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-1/+1
* The digest option is no longer honoured since Rails 3.0 [ci skip]Godfrey Chan2014-03-201-1/+1
* Update secret_key_base Docsrobertomiranda2013-12-151-2/+3
* [ci skip] Removing some gender sensitive object pronounsTejas Dinkar2013-12-021-2/+2
* Improve documentation around the cookie store auto-upgrade to encryptionTrevor Turk2013-04-011-22/+37
* Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-36/+1
* Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::...Mark J. Titorenko2013-01-081-3/+26
* Remove suggestion that Procs can be used as session secrets.James Coglan2013-01-051-7/+4
* Fix UpgradeSignatureToEncryptionCookieStore docSantiago Pastorino2012-11-191-9/+4
* Improve UpgradeSignatureToEncryptionCookieStore docsSantiago Pastorino2012-11-161-1/+14
* Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-161-0/+17
* Call get_cookie to allow the method to be overriden by subclassesSantiago Pastorino2012-11-161-1/+1
* Add missing env param to get_cookieSantiago Pastorino2012-11-161-1/+1
* Add encrypted cookie storeSantiago Pastorino2012-11-031-3/+20
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-2/+2
* Override rack's destroy_session in cookie storeAndreas Loupasakis2012-09-011-0/+8
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+1
* session creation methods to a moduleAaron Patterson2012-05-041-8/+1
* create a request session in the cookie storesAaron Patterson2012-05-041-0/+8
* Return the same session data object when setting session idCarlos Antonio da Silva2012-03-261-1/+2
* Fix renew feature on cookies.José Valim2011-05-041-1/+1
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-44/+20
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-271-4/+6
* Calling exists? in the session store, without checking for stale sessions, wa...José Valim2010-06-251-9/+6
* Avoid deserializing cookies too early, which causes session objects to not be...José Valim2010-06-241-1/+6
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-18/+21
* Took out the domain option logic to cookies.rb.Rizwan Reza2010-06-111-8/+0
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-111-0/+8
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-83/+16
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-93/+14
* corrected error message in session/cookie_store [#4546 state:resolved]Josh Kalderimis2010-05-101-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+0
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-7/+5
* fixed missing or incorrect session data error messageStefan Penner2010-01-021-1/+1
* All AD modules are "deferrable"Joshua Peek2009-12-221-4/+5
* CookieStore should not be derived from Hash - reverting [#2268 state:resolved]Jay Pignata2009-09-031-1/+1
* If session_options[:id] is requested when using CookieStore, unmarshal the se...Jay Pignata2009-09-031-3/+14
* Require necessary active_support files in cookie storeCarl Lerche2009-08-261-0/+2
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-3/+4
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-8/+5