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
/
test
/
dispatch
/
request
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add #dig to ActionDispatch::Request::Session
claudiob
2018-04-04
1
-0
/
+12
*
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
5
-0
/
+10
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
5
-5
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
5
-0
/
+5
*
Merge pull request #28895 from codeforkjeff/fix-session-keys-and-values-methods
Matthew Draper
2017-05-28
1
-0
/
+18
|
\
|
*
Add lazy loading to #keys and #values methods in Session
codeforkjeff
2017-04-26
1
-0
/
+18
*
|
Define path with __dir__
bogdanvlviv
2017-05-23
2
-3
/
+3
|
/
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-3
/
+3
*
Remove mona lisa image from the tests
Rafael Mendonça França
2016-10-25
1
-1
/
+1
*
Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...
Rafael Mendonça França
2016-10-10
1
-1
/
+3
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
4
-46
/
+46
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-14
/
+14
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
4
-8
/
+8
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
5
-124
/
+124
*
Modifies mime-registration test not to interfere with real mime types
Benjamin Fleischer
2016-05-23
1
-3
/
+3
*
Ensure compatibility between ActionDispatch::Request::Session and Rack
Jon Moss
2016-05-04
1
-0
/
+26
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
4
-7
/
+21
*
Revert "Merge pull request #20851 from tomprats/indifferent-sessions"
Matthew Draper
2016-02-26
1
-10
/
+0
*
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
1
-1
/
+1
*
Merge pull request #20851 from tomprats/indifferent-sessions
Rafael Mendonça França
2016-02-24
1
-0
/
+10
|
\
|
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-1
/
+1
|
*
Update session to have indifferent access
Tom Prats
2016-01-29
1
-0
/
+10
*
|
Make sure we unregister the mime type before registering
Rafael Mendonça França
2016-02-22
1
-10
/
+22
*
|
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-0
/
+16
*
|
Fix typo
Rafael Mendonça França
2016-02-17
1
-1
/
+1
*
|
The JSON API media type should only work wih a JSON API handler
Benjamin Fleischer
2016-02-16
1
-9
/
+2
|
/
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+2
*
Merge pull request #21251 from rodzyn/more_param_parser_tests
Sean Griffin
2015-10-30
1
-0
/
+14
|
\
|
*
Add test for parsing application/vnd.api+json
Marcin Olichwirowicz
2015-08-21
1
-0
/
+14
*
|
implement abstract store methods
Aaron Patterson
2015-09-04
1
-1
/
+1
*
|
use a request object in the session middleware
Aaron Patterson
2015-08-22
1
-19
/
+21
|
/
*
point at rack master
Aaron Patterson
2015-08-20
1
-1
/
+1
*
Add failing spec on utf8 filename with percent character
Kohei Suzuki
2015-08-04
1
-0
/
+11
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-1
/
+1
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-1
/
+1
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
3
-3
/
+3
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
4
-16
/
+15
*
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
2
-4
/
+4
*
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
1
-1
/
+5
|
\
|
*
Upgraded rack
Jarmo Isotalo
2014-05-19
1
-1
/
+5
*
|
Avoid hardcoded value in test setup/teardown.
Zuhao Wan
2014-06-05
1
-1
/
+2
*
|
Merge pull request #15349 from tgxworld/remove_duplicated_method_call
Rafael Mendonça França
2014-06-03
1
-4
/
+1
|
\
\
|
*
|
Remove duplicated HashWithIndifferentAccess#with_indifferent_access.
Guo Xiang Tan
2014-05-26
1
-4
/
+1
|
|
/
*
/
Routes specifying 'to:' must be a string that contains a "#" or a rack
Aaron Patterson
2014-06-03
1
-2
/
+2
|
/
[next]