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
/
actionview
/
test
/
actionpack
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
1
-12
/
+12
*
Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path
Kasper Timm Hansen
2019-03-31
1
-1
/
+3
|
\
|
*
Deprecate render layout with an absolute path
John Hawthorn
2019-03-29
1
-1
/
+3
*
|
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
1
-10
/
+34
|
/
*
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
1
-2
/
+3
*
Templates have one format
Aaron Patterson
2019-02-25
1
-1
/
+1
*
Move inline rendering content-type test to a controller test
Aaron Patterson
2019-02-19
1
-0
/
+11
*
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
1
-2
/
+2
*
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
1
-2
/
+2
*
Add test for Hash-like object being passed to partial `locals`
Ufuk Kayserilioglu
2019-01-24
1
-0
/
+10
*
Revert "Allow usage of strings as locals for partial renderer"
Ufuk Kayserilioglu
2019-01-24
1
-10
/
+0
*
make bot happy
Aaron Patterson
2018-09-24
1
-6
/
+6
*
Remove deprecated catch-all route in the AV tests
Aaron Patterson
2018-09-24
4
-0
/
+158
*
Merge pull request #30647 from droptheplot/render-partials-string-locals
Rafael França
2018-04-27
1
-0
/
+9
|
\
|
*
Allow usage of strings as locals for partial renderer
Sergey Novikov
2017-09-18
1
-0
/
+9
*
|
Fix actionview tests execution
bogdanvlviv
2018-03-04
1
-7
/
+8
*
|
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
|
/
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
4
-0
/
+8
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
*
Define path with __dir__
bogdanvlviv
2017-05-23
3
-10
/
+10
*
DRY fake models for testing
Akira Matsuda
2017-02-02
1
-35
/
+1
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-2
/
+2
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-7
/
+7
*
Fix actionview test failure
Ryuta Kamizono
2016-08-11
1
-2
/
+2
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+1
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
4
-111
/
+111
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
4
-87
/
+87
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
1
-1
/
+2
*
Delete bad test
Sean Griffin
2016-06-07
1
-5
/
+0
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-1
/
+1
*
render should return a string
Aaron Patterson
2015-10-05
1
-1
/
+1
*
:hocho: Typos
Akira Matsuda
2015-09-21
2
-2
/
+2
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-19
/
+19
*
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
use new constructor. (Oops! :bomb:)
Aaron Patterson
2015-07-08
1
-1
/
+1
*
Revert "revises a test to account for case-insensitive file systems"
Matthew Draper
2015-06-14
1
-18
/
+2
*
Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug"
Rafael Mendonça França
2015-06-02
1
-14
/
+0
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
2
-60
/
+34
*
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-1
/
+1
*
Remove deprecation warning.
Guo Xiang Tan
2015-05-22
1
-1
/
+1
*
revises a test to account for case-insensitive file systems
Xavier Noria
2015-05-21
1
-3
/
+19
*
fix for actionview parent layout bug
Mehmet Emin İNAÇ
2015-04-08
1
-0
/
+14
*
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
1
-0
/
+4
|
\
[next]