aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/session_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584bJosé Valim2010-11-281-4/+4
* Allow AR Session Store to be renewedJosé Valim2010-11-111-0/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-4/+4
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-2/+5
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-2/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+2
* Replaced hardcoded SessionStore table creation SQL with calls to ActiveRecord...Raimonds Simanovskis2010-08-161-8/+6
* remove already defined method to avoid warningsSantiago Pastorino2010-08-151-0/+1
* Revert "connection reader is defined later"Santiago Pastorino2010-08-151-1/+1
* connection reader is defined laterSantiago Pastorino2010-08-151-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Revert "Avoid uneeded queries in session stores if sid is not given."José Valim2010-07-291-0/+1
* testing sqlbypass destroy. caching connection during destroyAaron Patterson2010-07-231-6/+7
* brrrrr! freeze is not neededAaron Patterson2010-07-231-1/+1
* fixing space errorAaron Patterson2010-07-221-1/+1
* refactoring more methods to a class methods moduleAaron Patterson2010-07-221-20/+12
* refactoring class methods to a moduleAaron Patterson2010-07-221-24/+18
* Session data will exceed 255 bytes. Use TEXT.Jeremy Kemper2010-07-221-1/+1
* Makes current adapter decide the syntax of PRIMARY KEY column definitionSantiago Pastorino2010-07-221-2/+2
* This is a VARCHAR not a TEXTSantiago Pastorino2010-07-221-1/+1
* MySQL can't index a TEXT columnSantiago Pastorino2010-07-221-2/+2
* refactor to use instance methods and be kind to subclassesAaron Patterson2010-07-221-10/+11
* testing loaded? method and reducing funcallsAaron Patterson2010-07-211-1/+1
* testing new_record? and converting to an attributeAaron Patterson2010-07-211-5/+3
* reducing function calls in the session storeAaron Patterson2010-07-211-5/+5
* readability is hipAaron Patterson2010-07-211-2/+4
* starting sql bypass test, fixing create_table and drop_table!Aaron Patterson2010-07-211-4/+4
* initializing instance variablesAaron Patterson2010-07-211-1/+6
* adding tests for sessions and clearing up warningsAaron Patterson2010-07-211-3/+9
* Avoid uneeded queries in session stores if sid is not given.José Valim2010-07-181-1/+0
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-0/+8
* Adds title and proper formatting to docs.Rizwan Reza2010-06-161-0/+8
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-1/+1
* Fix reset_session with ActiveRecord store [#2200 state:resolved]Joshua Peek2009-05-171-1/+9
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+9
|\
| * Ensure SqlBypass use ActiveRecord::Base connectionLuca Guidi2009-04-051-1/+1
| * Fixed reset_session for ActiveRecord session store [#2108 state:resolved]Joshua Peek2009-03-031-3/+7
| * Don't use weird attribute_condition methods in AR Session StoreMichael Koziarski2009-02-061-1/+1
* | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
|/
* Remove legacy reloadable? method from ActiveRecord::SessionStore [#1745 state...Cody Fauser2009-01-131-5/+0
* Switch to Rack based session stores.Joshua Peek2008-12-151-0/+319