summaryrefslogtreecommitdiff
path: root/test/spec_session_pool.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove `rack.multithread`/`rack.multiprocess`/`rack.run_once`.Samuel Williams2020-07-281-1/+1
* Fix to handle same_site option for session poolRyuta Kamizono2020-02-111-0/+19
* DRY up tests using the test helperJeremy Evans2020-01-271-5/+1
* Fix typosRyuta Kamizono2020-01-221-1/+1
* Merge branch 'advisory-fix-1'Aaron Patterson2019-12-181-3/+40
|\
| * Fallback to the public id when reading the session in the pool adapterRafael Mendonça França2019-10-091-3/+40
* | Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
|/
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-5/+5
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-2/+2
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* To support minitest 6 and prevent error ouput in minitest 5, use `must_be_nil...Jian Weihang2016-12-051-1/+1
* Strip trailing whitespaceTeo Ljungberg2015-06-241-1/+1
* First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-44/+44
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* Wrap test apps in Rack::Lint and fix uncovered errors (sixth pass)Lars Gierth2012-03-311-10/+13
* do not create a session if not necessaryKonstantin Haase2011-07-161-4/+10
* fixing unused variable warnings in 1.9.3Aaron Patterson2011-01-141-4/+4
* Improves performance by lazy loading the session.José Valim2010-10-031-0/+26
* Refactor session stores by providing a with_lock helper and by moving the res...José Valim2010-08-061-1/+1
* Make a few changes to the session store:José Valim2010-08-061-35/+32
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+177