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
/
request
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing indifferent_access require for #normalize_encode_params
Will Jordan
2018-08-16
1
-0
/
+2
*
Add changelog entry for #32446
bogdanvlviv
2018-04-06
1
-2
/
+2
*
Add #dig to ActionDispatch::Request::Session
claudiob
2018-04-04
1
-0
/
+8
*
Consistent behavior for session and cookies with to_h and to_hash method
Igor Kasyanchuk
2018-01-31
1
-0
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
2
-0
/
+4
*
Scrub the invalid paramter value before using it in the error
Arthur Neves
2017-07-17
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
2
-2
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
2
-0
/
+2
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Add lazy loading to #keys and #values methods in Session
codeforkjeff
2017-04-26
1
-0
/
+2
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
2
-6
/
+5
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-0
/
+11
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
|
/
*
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
2
-18
/
+17
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Ensure compatibility between ActionDispatch::Request::Session and Rack
Jon Moss
2016-05-04
1
-1
/
+5
*
Revert "Merge pull request #20851 from tomprats/indifferent-sessions"
Matthew Draper
2016-02-26
1
-2
/
+2
*
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
1
-8
/
+14
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-14
/
+8
*
Update session to have indifferent access
Tom Prats
2016-01-29
1
-2
/
+2
*
Fix typo in docs [ci skip]
Rebecca Skinner
2016-01-14
1
-2
/
+2
*
Space Oddity
Akira Matsuda
2016-01-14
1
-2
/
+2
*
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
1
-0
/
+15
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
1
-1
/
+1
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
2
-2
/
+2
*
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-22
/
+22
*
point at rack master
Aaron Patterson
2015-08-20
1
-2
/
+2
*
rm `deep_munge`. You will live on in our hearts (and git history)
Aaron Patterson
2015-07-21
1
-18
/
+12
*
push param encoding in to the utils module
Aaron Patterson
2015-07-21
1
-0
/
+29
*
stop keeping track of keys when "deep munging"
Aaron Patterson
2015-07-21
1
-5
/
+3
*
don't hold a reference to `env` in the options object
Aaron Patterson
2015-06-13
1
-13
/
+11
*
Add missing documentation for ActionDispatch::Request::Session [ci skip]
Mehmet Emin İNAÇ
2015-06-07
1
-0
/
+33
*
remove new line between doc and method
Bruce Park
2015-04-07
1
-1
/
+0
*
added docs for ActionDispatch::Request::Session#create
Bruce Park
2015-04-07
1
-1
/
+3
*
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-4
/
+0
*
Log which keys were set to nil in deep_munge
Lukasz Sarnacki
2014-01-28
1
-4
/
+9
*
Merge pull request #13188 from imanel/skip_deep_munge
Jeremy Kemper
2013-12-19
1
-0
/
+6
|
\
|
*
Add configuration option to optionally disable deep_munge
Bernard Potocki
2013-12-05
1
-0
/
+6
*
|
Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Trent Ogren
2013-12-11
1
-8
/
+8
|
/
*
add the fetch method to sessions
Damien Mathieu
2013-10-29
1
-0
/
+12
*
Extract ActionDispatch::Request#deep_munge
Genadi Samokovarov
2013-05-30
1
-0
/
+24
*
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
1
-0
/
+4
*
Merge pull request #7495 from steveklabnik/issue_7478
Aaron Patterson
2012-09-01
1
-2
/
+5
|
\
|
*
Force reloading of the session after destroy
Andreas Loupasakis
2012-09-01
1
-0
/
+3
|
*
Assign a new session_id to session options hash
Andreas Loupasakis
2012-09-01
1
-2
/
+2
*
|
Fix comment about Session.
Steve Klabnik
2012-08-31
1
-1
/
+1
|
/
*
Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...
Philip Arndt
2012-05-23
1
-0
/
+8
[next]