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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
7
-13
/
+13
|
/
/
/
/
*
|
|
|
Fix rendering a differently-formatted partial after caching
George Claghorn
2018-04-13
1
-0
/
+8
*
|
|
|
Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to master
bogdanvlviv
2018-04-10
1
-0
/
+8
*
|
|
|
Merge pull request #32441 from composerinteralia/refute-not
Rafael França
2018-04-04
2
-7
/
+7
|
\
\
\
\
|
*
|
|
|
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
2
-7
/
+7
*
|
|
|
|
Merge pull request #32336 from vincedevendra/allow_mutating_dig_return_value
Aaron Patterson
2018-04-02
1
-0
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make mutating params#dig mutate underlying params
Vince DeVendra
2018-03-24
1
-0
/
+8
*
|
|
|
|
Deprecate controller level force_ssl
Derek Prior
2018-03-30
2
-15
/
+29
|
/
/
/
/
*
|
|
|
Ruby 2.4: take advantage of String#unpack1
Jeremy Daer
2018-03-01
1
-1
/
+1
*
|
|
|
We should call methods with `.method_name` not `::method_name`.
utilum
2018-02-22
2
-5
/
+6
*
|
|
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
2
-2
/
+0
*
|
|
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-16
/
+9
*
|
|
|
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-3
/
+2
|
/
/
/
*
|
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
6
-11
/
+11
*
|
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
19
-116
/
+116
*
|
|
Change refute to assert_not
Daniel Colson
2018-01-25
3
-12
/
+12
*
|
|
Use respond_to test helpers
Daniel Colson
2018-01-25
4
-5
/
+5
*
|
|
Suppress `warning: BigDecimal.new is deprecated`
Yasuo Honda
2017-12-15
1
-1
/
+1
*
|
|
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
2
-2
/
+2
|
\
\
\
|
*
|
|
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
2
-2
/
+2
*
|
|
|
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
2
-2
/
+1
*
|
|
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
2
-3
/
+3
*
|
|
|
Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de...
Guillermo Iguaran
2017-12-09
1
-1
/
+1
*
|
|
|
Merge pull request #30780 from JackMc/fix-chrome-referrer-invalidauthenticity...
Sean Griffin
2017-12-07
1
-0
/
+13
|
\
\
\
\
|
*
|
|
|
Add a better error message when a "null" Origin header occurs
Jack McCracken
2017-11-03
1
-0
/
+13
*
|
|
|
|
Correct routing test spelling mistake.
Philip Tolton
2017-12-06
1
-1
/
+1
*
|
|
|
|
Yield array from AC::Parameters#each for block with one arg
Dominic Cleal
2017-12-06
1
-0
/
+16
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Update send_file headers test to use mp4 as example instead of mpg
Guillermo Iguaran
2017-11-28
1
-1
/
+1
*
|
|
|
Merge pull request #31099 from nobu/patch-1
Rafael Mendonça França
2017-11-09
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use `Dir.mktmpdir`
Nobuyoshi Nakada
2017-11-09
1
-1
/
+1
|
*
|
|
Use `Tempfile.create`
Nobuyoshi Nakada
2017-11-09
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns
Rafael França
2017-10-31
1
-1
/
+1
|
\
\
\
|
*
|
|
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
|
|
|
Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons
Matthew Draper
2017-10-28
3
-8
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
2
-7
/
+7
|
/
/
/
*
|
|
checking for nested attributes when attribute names specified to wrap them as...
Kelton Manzanares
2017-10-25
1
-0
/
+14
*
|
|
Add allow_other_host option to redirect_back method
Tim Masliuchenko
2017-10-10
1
-0
/
+21
*
|
|
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
1
-3
/
+0
*
|
|
Add key rotation cookies middleware
Michael Coyne
2017-09-24
2
-2
/
+6
*
|
|
fix type fully qualified [ci skip]
Yauheni Dakuka
2017-09-06
1
-1
/
+1
*
|
|
Merge pull request #30367 from ptoomey3/consistent-cache-control-headers
Aaron Patterson
2017-09-05
1
-0
/
+21
|
\
\
\
|
*
|
|
Use equality in place of refute assertions for accuracy
Patrick Toomey
2017-08-22
1
-4
/
+2
|
*
|
|
Normalize/process Cach-Control headers consistently
Patrick Toomey
2017-08-22
1
-0
/
+23
*
|
|
|
Fix `can't modify frozen String` error in AC::Rendering
Koichi ITO
2017-09-02
1
-0
/
+12
|
/
/
/
*
|
|
Fix RuboCop offenses
Koichi ITO
2017-08-16
4
-17
/
+17
*
|
|
Path parameters should default to UTF8
eileencodes
2017-08-01
1
-0
/
+16
*
|
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
79
-0
/
+158
*
|
|
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
6
-7
/
+19
*
|
|
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
|
|
Add ActionController::Base.skip_forgery_protection
Lisa Ugray
2017-07-10
1
-0
/
+30
[prev]
[next]