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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-11
/
+14
|
/
*
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
2
-11
/
+17
|
\
|
*
Restrict matching with word boundary or end of string
Petri Avikainen
2019-02-05
1
-11
/
+11
|
*
Define word boundary for unanchored path regexp
Petri Avikainen
2019-02-05
2
-11
/
+17
*
|
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
|
/
*
Merge pull request #35054 from bogdanvlviv/exercise-redirect_back
Ryuta Kamizono
2019-01-26
1
-0
/
+29
|
\
|
*
Ensure that `redirect_back` with `fallback_location` to another host is allowed
bogdanvlviv
2019-01-25
1
-0
/
+29
*
|
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
|
/
*
Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host
Rafael França
2019-01-22
3
-42
/
+12
|
\
|
*
Revert ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-22
3
-42
/
+12
*
|
Merge pull request #35020 from alkesh26/ationpack-typo-fixes
Rafael França
2019-01-22
2
-4
/
+4
|
\
\
|
*
|
1. Replaced unused variables by `_`.
alkesh26
2019-01-22
2
-4
/
+4
|
|
/
*
|
Merge pull request #34952 from rails/template-stuff
Aaron Patterson
2019-01-22
1
-55
/
+0
|
\
\
|
|
/
|
/
|
|
*
Templates should be eval'd in the context of an AV::Base object
Aaron Patterson
2019-01-17
1
-55
/
+0
*
|
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
4
-190
/
+18
*
|
Remove deprecated `#acronym_regex` method from `Inflections`
Rafael Mendonça França
2019-01-17
1
-1
/
+0
*
|
Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...
Rafael Mendonça França
2019-01-17
1
-8
/
+0
*
|
Remove deprecated methods in ActionDispatch::TestResponse
Rafael Mendonça França
2019-01-17
1
-7
/
+0
*
|
Ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-17
3
-12
/
+42
*
|
Revert "Don't handle params option in a special way in url_for helper"
Rafael Mendonça França
2019-01-16
2
-1
/
+9
|
/
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
2
-4
/
+4
*
Allow using combine the Cache-Control `public` and `no-cache` headers
yuuji.yaginuma
2019-01-07
1
-0
/
+10
*
Make Rails Facebook-free
Sasha Koss
2018-12-24
1
-2
/
+2
*
Add missing require for `IPAddr`
yuuji.yaginuma
2018-12-24
1
-0
/
+1
*
Remove unused methods
yuuji.yaginuma
2018-12-23
1
-26
/
+0
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
7
-147
/
+113
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
3
-3
/
+3
*
Pass the correct value as JSON
yuuji.yaginuma
2018-12-19
1
-1
/
+1
*
Merge pull request #34737 from r7kamura/feature/test-case-params-nil
Kasper Timm Hansen
2018-12-18
1
-0
/
+12
|
\
|
*
Allow nil params on controller HTTP test methods
r7kamura
2018-12-18
1
-0
/
+12
*
|
More exercise `test_running_prepended_before_and_after_action`
Ryuta Kamizono
2018-12-19
1
-1
/
+3
|
/
[next]