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
Commit message (
Expand
)
Author
Age
Files
Lines
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Fix `require_dependency` message format
Ryuta Kamizono
2016-11-25
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
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-10
/
+10
*
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
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
5
-14
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-22
/
+22
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+1
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
8
-145
/
+145
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
8
-97
/
+97
*
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
*
Add more test coverage to layouts
Rafael Mendonça França
2016-05-20
1
-4
/
+152
*
keep layouts + locals from bloating the cache
Aaron Patterson
2016-05-17
1
-0
/
+19
*
locals can be accessed from templates rendered in the controller
Aaron Patterson
2016-05-17
1
-0
/
+16
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+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
3
-22
/
+23
*
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
*
Cleaning unused views from actionpack tests inside actionview
Thiago Pradi
2015-03-14
1
-1
/
+0
*
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
1
-0
/
+4
|
\
|
*
Merge multi_fetch_fragments.
Kasper Timm Hansen
2015-02-20
1
-0
/
+4
*
|
Error message testing fix
Franky W
2015-02-20
1
-2
/
+2
|
/
*
use kwargs instead of xhr method. refs #18771.
yuuji.yaginuma
2015-02-07
1
-2
/
+2
*
Fixed test for deprecation warning in actionview, renaming from https://githu...
Vipul A M
2015-01-31
1
-3
/
+3
*
Support `:assigns` option when rendering with controllers/mailers.
brainopia
2015-01-22
1
-0
/
+9
*
No need of requiring `rbconfig`, it is by-default loaded
Kuldeep Aggarwal
2015-01-10
1
-1
/
+0
*
Remove wrong TODO comment
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Remove deprecated `AbstractController::Base::parent_prefixes`
Rafael Mendonça França
2015-01-04
1
-16
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""
Godfrey Chan
2014-09-26
1
-18
/
+5
*
Revert "Merge pull request #16888 from jejacks0n/render_template"
Godfrey Chan
2014-09-23
1
-5
/
+18
*
Changes default render behavior from file to template.
jejacks0n
2014-09-11
1
-18
/
+5
*
Added PartialIteration class used when rendering collections
Joel Junström
2014-07-16
1
-0
/
+18
*
Fixed borken tests in AV caused by 013c74d
Godfrey Chan
2014-07-10
1
-2
/
+2
*
Merge pull request #15590 from zuhao/refactor_actionview_register_template_ha...
Yves Senn
2014-06-12
1
-10
/
+23
|
\
[next]