index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
session
/
abstract_store.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-2
/
+0
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-2
/
+2
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-1
/
+1
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-2
/
+2
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
1
-6
/
+5
*
Remove deprecated code in ActionDispatch::Session::SessionRestoreError
Rafael Mendonça França
2016-10-10
1
-11
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-6
/
+14
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
1
-1
/
+1
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-4
/
+8
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
Revert cb3181e - no longer required.
Mark J. Titorenko
2013-01-08
1
-2
/
+0
*
Avoid Rack security warning no secret provided
Santiago Pastorino
2013-01-08
1
-0
/
+2
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
session creation methods to a module
Aaron Patterson
2012-05-04
1
-6
/
+9
*
bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups
Aaron Patterson
2012-05-03
1
-150
/
+1
*
extract options finding to a method
Aaron Patterson
2012-05-02
1
-4
/
+7
*
testing session store behavior
Aaron Patterson
2012-05-02
1
-7
/
+19
*
initialize instance variables
Aaron Patterson
2012-05-02
1
-6
/
+5
*
converted session hash to delegation
Aaron Patterson
2012-05-02
1
-21
/
+19
*
session hash imported
Aaron Patterson
2012-05-02
1
-15
/
+111
*
oops, forgot some semicolons
Aaron Patterson
2012-05-02
1
-3
/
+3
*
remove unused ivar
Aaron Patterson
2012-05-02
1
-4
/
+3
*
use hash fetches to populate the :id value
Aaron Patterson
2012-05-02
1
-12
/
+7
*
imported options, switched to object composition
Aaron Patterson
2012-05-02
1
-13
/
+56
*
* move exception message to exception constructor
Aaron Patterson
2012-05-02
1
-5
/
+11
*
Support cookie jar options for all cookie stores
brainopia
2012-04-30
1
-0
/
+7
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Get rid of the close checks since we cannot reliably close the session anyway.
José Valim
2011-12-16
1
-4
/
+0
*
Split long string into multiple shorter ones
Daniel Schierbeck
2011-08-29
1
-1
/
+4
*
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
1
-7
/
+1
*
Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...
Jon Leighton
2011-05-23
1
-1
/
+1
*
generated session ids should be encoded as UTF-8
Aaron Patterson
2011-04-14
1
-1
/
+3
*
Initialize sid should just skip instance variables.
José Valim
2010-10-04
1
-0
/
+7
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-231
/
+49
*
no need to check for nil?
Neeraj Singh
2010-09-30
1
-1
/
+1
*
Remove more warnings on AP.
Emilio Tagua
2010-09-28
1
-2
/
+2
*
Only send secure cookies over SSL.
W. Andrew Loe III
2010-09-13
1
-1
/
+4
*
Revert "Avoid uneeded queries in session stores if sid is not given."
José Valim
2010-07-29
1
-5
/
+2
*
Set session options id to nil is respected and cancels lazy loading.
José Valim
2010-07-18
1
-2
/
+2
*
Avoid uneeded queries in session stores if sid is not given.
José Valim
2010-07-18
1
-2
/
+5
*
porting session.clear fix to master branch. [#5030 state:resolved]
Aaron Patterson
2010-07-01
1
-0
/
+5
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
1
-32
/
+32
*
Do not mark the session as loaded if an error happened while doing it.
José Valim
2010-06-25
1
-2
/
+1
*
Calling exists? in the session store, without checking for stale sessions, wa...
José Valim
2010-06-25
1
-1
/
+4
*
Make sure that Rails doesn't resent session_id cookie over and over again if ...
Prem Sichanugrist
2010-06-25
1
-1
/
+3
[next]