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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #35669 from cpruitt/update-mime-type-regexp
Aaron Patterson
2019-03-19
1
-0
/
+15
|
\
|
*
Update regular expression for checking valid MIME type
Cliff Pruitt
2019-03-19
1
-0
/
+15
*
|
Instrument middleware processing
Daniel Schierbeck
2019-03-19
1
-6
/
+35
|
/
*
Raise exception when building invalid mime type
John Hawthorn
2019-03-14
1
-0
/
+32
*
Support other optional parameters and quoted-strings on Content-Type parser
r7kamura
2019-03-10
1
-0
/
+34
*
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
1
-1
/
+1
*
Merge pull request #35400 from aglushkov/stream_manual_cache_control
Aaron Patterson
2019-02-25
1
-1
/
+7
|
\
|
*
Allow custom cache-control header in AC::Live
Andrey Glushkov
2019-02-25
1
-1
/
+7
*
|
Always pass a format to the ActionView::Template constructor
Aaron Patterson
2019-02-25
1
-1
/
+1
*
|
Restore UploadedFile compatibility with IO.copy_stream
Janko Marohnić
2019-02-23
1
-2
/
+13
*
|
Test ActionDispatch::Http::UploadedFile with an actual Tempfile
Janko Marohnić
2019-02-23
1
-48
/
+48
|
/
*
Support testing of non-ActionDispatch-routed apps.
Darren Cheng
2019-02-05
1
-0
/
+27
*
Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-paths
Aaron Patterson
2019-02-05
1
-0
/
+6
|
\
|
*
Define word boundary for unanchored path regexp
Petri Avikainen
2019-02-05
1
-0
/
+6
*
|
Respect ENV variables when finding DBs etc for the test suite
Matthew Draper
2019-02-06
1
-3
/
+6
*
|
Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regression
Rafael França
2019-02-04
1
-9
/
+2
|
\
\
|
*
|
Cookie doesn't expire anymore unless a flag is set:
Edouard CHIN
2019-02-04
1
-9
/
+2
|
|
/
*
|
Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs
Gannon McGibbon
2019-02-04
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
1
-3
/
+3
*
|
Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classes
Ryuta Kamizono
2019-01-30
1
-0
/
+1
*
|
selenium-webdriver is not always required for system testing
Ryuta Kamizono
2019-01-30
1
-0
/
+1
*
|
Fix system testing failure
Ryuta Kamizono
2019-01-30
1
-0
/
+2
*
|
Implement a way to add browser capabilities:
Edouard CHIN
2019-01-29
1
-0
/
+67
|
/
*
Loosen check of error cause file
yuuji.yaginuma
2019-01-26
1
-2
/
+2
*
Fixed a bug where the debug view does not show the error page properly
Yuki Nishijima
2019-01-24
1
-2
/
+19
*
Prefer strings over regex expressions
Yuki Nishijima
2019-01-24
1
-22
/
+20
*
1. Replaced unused variables by `_`.
alkesh26
2019-01-22
1
-1
/
+1
*
Changed webserver to web server.
alkesh26
2019-01-22
1
-1
/
+1
*
Remove secret_token rack env and cookie upgrade code
Rafael Mendonça França
2019-01-17
2
-187
/
+8
*
Remove deprecated `#acronym_regex` method from `Inflections`
Rafael Mendonça França
2019-01-17
1
-1
/
+0
*
Remove deprecated methods in ActionDispatch::TestResponse
Rafael Mendonça França
2019-01-17
1
-7
/
+0
*
Add missing require for `IPAddr`
yuuji.yaginuma
2018-12-24
1
-0
/
+1
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
4
-97
/
+75
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Introduce a guard against DNS rebinding attacks
Genadi Samokovarov
2018-12-15
1
-0
/
+160
*
Use env instead of headers on those tests
Rafael Mendonça França
2018-11-26
1
-14
/
+14
*
Raise an error on root route naming conflicts.
Gannon McGibbon
2018-11-20
1
-3
/
+13
*
Use request object for context if there's no controller
Andrew White
2018-10-22
1
-2
/
+8
*
Apply mapping to symbols returned from dynamic CSP sources
Andrew White
2018-10-22
1
-2
/
+2
*
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
1
-41
/
+3
*
Revert "Merge pull request #33970 from rails/eager-url-helpers"
schneems
2018-10-03
2
-10
/
+9
*
Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root
Rafael França
2018-09-27
1
-0
/
+16
|
\
|
*
Fix optionally scoped root route unscoped access
Gannon McGibbon
2018-09-27
1
-0
/
+16
*
|
Fixing an edge case when using objects as constraints
Simon Courtois
2018-09-27
1
-0
/
+15
|
/
*
Merge branch 'master' into eager-url-helpers
Aaron Patterson
2018-09-26
3
-4
/
+4
|
\
|
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
3
-4
/
+4
*
|
Eagerly build the routing helper module after routes are committed
Aaron Patterson
2018-09-25
2
-9
/
+10
|
/
*
Merge pull request #33829 from mtsmfm/encode-filename
Kasper Timm Hansen
2018-09-23
1
-0
/
+37
|
\
|
*
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
1
-0
/
+37
*
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
3
-4
/
+4
[next]