aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/session_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Update Session Store DocumentationChris Maddox2013-12-131-1/+1
* missing require: the AR session store depends on the AP abstract storeXavier Noria2012-07-281-0/+2
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-031-4/+4
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-2/+2
* Revert "Merge pull request #1163 from amatsuda/sexier_migration_31"Aaron Patterson2011-11-171-4/+3
* Merge pull request #1163 from amatsuda/sexier_migration_31Aaron Patterson2011-11-041-3/+4
|\
| * No "t." for the migration DSL!Akira Matsuda2011-05-201-3/+4
* | Merge pull request #2042 from SAP-Oxygen/master-sqlbypass-patchSantiago Pastorino2011-07-121-7/+13
|\ \
| * | Fix for SqlBypass session storeJoseph Wong2011-07-121-7/+13
* | | Fixed session ID fixation for ActiveRecord::SessionStoreJoseph Wong2011-07-121-2/+6
|/ /
* / Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-9/+9
|/
* updated AR#create! to accept an options hash so the mass-assignment security ...Josh Kalderimis2011-05-121-2/+2
* Puts ActiveRecord::SessionStore attributes in white list, fixes #483slainer682011-05-101-0/+2
* almost fistedAaron Patterson2011-02-041-2/+2
* share column cache among subclasses, only look up columns per AR::Base subcla...Aaron Patterson2011-02-011-2/+2
* avoid column lookup on subclasses, keep column info cached as table_name => c...Aaron Patterson2011-02-011-0/+2
* 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