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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove default argument value.
Kasper Timm Hansen
2016-11-27
1
-1
/
+1
*
[ci skip] Explain only :json is shipped by default.
Kasper Timm Hansen
2016-11-23
1
-1
/
+2
*
Use accept header instead of mangling request path.
Kasper Timm Hansen
2016-11-23
2
-22
/
+19
*
Revert "fix typo in `match` doc [ci skip]"
Jon Moss
2016-11-19
1
-1
/
+1
*
fix typo in `match` doc [ci skip]
yuuji.yaginuma
2016-11-20
1
-1
/
+1
*
Merge pull request #27089 from erickueen/erickueen_fix_26606
Rafael Mendonça França
2016-11-18
1
-5
/
+5
|
\
|
*
Fix incorrect output from rails routes when using singular resources issue #2...
Erick Reyna
2016-11-18
1
-5
/
+5
*
|
Fix `ActionDispatch::IntegrationTest#open_session`
Tawan Sierek
2016-11-18
1
-0
/
+1
|
/
*
Missing require string/filters for `squish`
Akira Matsuda
2016-11-15
1
-0
/
+2
*
Merge pull request #27007 from maclover7/jm-fix-26912
Rafael Mendonça França
2016-11-13
1
-2
/
+2
|
\
|
*
Don't error on an empty CONTENT_TYPE
Jon Moss
2016-11-10
1
-2
/
+2
*
|
Merge pull request #26222 from vipulnsward/26134-fix
Rafael França
2016-11-13
1
-1
/
+5
|
\
\
|
*
|
Format and send logs to logger.fatal from DebugExceptions instead of calling ...
Vipul A M
2016-11-12
1
-1
/
+5
|
|
/
*
|
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
4
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
4
-5
/
+5
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
23
-45
/
+45
*
|
Support plain loggers in DebugExceptions
Genadi Samokovarov
2016-10-28
1
-1
/
+3
*
|
Fix :stopdoc: to :startdoc: [ci skip]
Ryuta Kamizono
2016-10-28
1
-1
/
+1
*
|
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-1
/
+0
*
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
|
Remove all Journey constant from public API
Rafael Mendonça França
2016-10-26
5
-7
/
+17
|
/
*
HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870)
प्रथमेश Sonpatki
2016-10-23
1
-1
/
+1
*
Revert "Undefine assings in IntegrationTest"
Rafael Mendonça França
2016-10-21
1
-2
/
+0
*
/s/integrations/integration [ci skip] (#26801)
प्रथमेश Sonpatki
2016-10-16
1
-1
/
+1
*
Copy-edit the documentation
Rafael Mendonça França
2016-10-15
1
-4
/
+4
*
Make `process` a non-private method and update documentation.
Zach Aysan
2016-10-15
1
-98
/
+100
*
Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...
Rafael Mendonça França
2016-10-10
1
-42
/
+11
*
Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.
Rafael Mendonça França
2016-10-10
1
-53
/
+0
*
Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`
Rafael Mendonça França
2016-10-10
1
-32
/
+0
*
Remove deprecated support for passing `:path` and route path as stings in `Ac...
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...
Rafael Mendonça França
2016-10-10
1
-5
/
+1
*
Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...
Rafael Mendonça França
2016-10-10
1
-8
/
+1
*
Remove deprecated support to passing strings to the middleware stack
Rafael Mendonça França
2016-10-10
1
-20
/
+1
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-21
/
+3
*
Remove deprecated code in ActionDispatch::Session::SessionRestoreError
Rafael Mendonça França
2016-10-10
1
-11
/
+1
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
4
-33
/
+27
*
Remove deprecated ActionDispatch::ParamsParser
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
Remove deprecated code in ActionDispatch::ParamsParser::ParseError
Rafael Mendonça França
2016-10-10
1
-17
/
+1
*
Remove deprecated access to mime types through constants
Rafael Mendonça França
2016-10-10
1
-26
/
+0
*
Undefine assings in IntegrationTest
Rafael Mendonça França
2016-10-07
1
-0
/
+2
*
[ci-skip] Swap method and its alias, format doc
Andrey Molchanov
2016-10-04
1
-3
/
+4
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
2
-2
/
+6
*
Only search fixture_path for files that can't be found directly
Matthew Draper
2016-09-24
1
-1
/
+2
*
Merge pull request #26589 from kirs/ad-test-request-method
Arthur Nogueira Neves
2016-09-22
1
-1
/
+1
|
\
|
*
Fix memoization bug on ActionDispatch::TestRequest#request_method=
Kir Shatrov
2016-09-22
1
-1
/
+1
*
|
Merge pull request #26477 from kirs/action_dispatch-assert_response
Rafael França
2016-09-14
1
-1
/
+6
|
\
\
|
*
|
Improve assert_response helper
Kir Shatrov
2016-09-14
1
-1
/
+6
|
|
/
*
/
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
3
-26
/
+26
|
/
*
Merge pull request #26384 from y-yagi/make_fixture_file_upload_in_integration...
Eileen M. Uchitelle
2016-09-04
1
-1
/
+3
|
\
|
*
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
1
-1
/
+3
[prev]
[next]