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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
split DELEGATION_RESERVED_METHOD_NAMES in half
Toshimaru
2016-12-09
3
-5
/
+11
*
Enable `block` variable in view
Toshimaru
2016-12-09
2
-0
/
+5
*
Merge pull request #27258 from y-yagi/stop_using_removed_render_text
Kasper Timm Hansen
2016-12-03
1
-1
/
+1
|
\
|
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-1
/
+1
*
|
Remove unused argument
Rafael Mendonça França
2016-12-02
1
-12
/
+2
|
/
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Add UJS tests
Guillermo Iguaran
2016-11-26
20
-0
/
+5266
*
Fix `require_dependency` message format
Ryuta Kamizono
2016-11-25
1
-1
/
+1
*
Add form_with to unify form_tag/form_for. (#26976)
Kasper Timm Hansen
2016-11-21
1
-0
/
+2134
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
11
-127
/
+127
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Merge pull request #26810 from maclover7/jm-fix-26802
Rafael Mendonça França
2016-10-22
1
-0
/
+27
|
\
|
*
Convert ActionController::Parameters to a hash in button_to
Jon Moss
2016-10-17
1
-0
/
+16
|
/
*
Merge pull request #26578 from jeremy/undeprecate-plural-positional-arg
Rafael França
2016-10-10
1
-6
/
+2
|
\
|
*
Undeprecate plural positional argument
Jeremy Daer
2016-09-21
1
-6
/
+2
*
|
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
2
-2
/
+2
*
|
Change render to support any hash keys in locals
Peter Schilling
2016-10-02
4
-0
/
+22
|
/
*
Merge pull request #26516 from grosser/grosser/assert
Rafael França
2016-09-16
4
-11
/
+11
|
\
|
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
4
-11
/
+11
*
|
Rename test to match what it does
claudiob
2016-09-15
1
-1
/
+1
|
/
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
3
-3
/
+3
*
fix RuboCop errors re \xFC
Xavier Noria
2016-09-02
1
-2
/
+4
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
25
-111
/
+111
*
Ensure values are strings before calling gsub
Mike Virata-Stone
2016-08-12
1
-0
/
+8
*
ensure tag/content_tag escapes " in attribute vals
Andrew Carpenter
2016-08-11
1
-0
/
+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
2
-4
/
+7
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
5
-6
/
+6
*
Extract common view cache dependency setup.
Kasper Timm Hansen
2016-08-07
1
-8
/
+9
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-6
/
+53
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
5
-6
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
15
-31
/
+13
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
12
-167
/
+166
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
13
-72
/
+64
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
42
-1027
/
+1027
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
57
-1207
/
+1207
*
Use Ruby >= 1.9 hash syntax as is the preference
Steven Harman
2016-07-26
1
-1
/
+1
*
Fix collection_from_options to allow Enumerators
Steven Harman
2016-07-26
1
-0
/
+8
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
1
-1
/
+2
*
Merge pull request #25520 from st0012/fix-current-page
Rafael França
2016-07-20
1
-0
/
+6
|
\
|
*
Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...
Stan Lo
2016-07-20
1
-0
/
+6
*
|
Store the old logger before calling super
Rafael Mendonça França
2016-07-17
1
-1
/
+1
*
|
- Added select tag test for verifying passing html options to f.select helper
Vipul A M
2016-06-28
1
-1
/
+10
*
|
Bring Boolean Attributes list for AV Tags helper upto speed with current spec.
Vipul A M
2016-06-28
2
-6
/
+2
*
|
New syntax for tag helpers i.e. tag.br instead of tag(br) #25195
Marek
2016-06-27
2
-4
/
+163
*
|
Merge pull request #25287 from marekkirejczyk/fix_25267
Godfrey Chan
2016-06-25
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Make select_year work with include_position: true option, fix #25267
Marek
2016-06-05
1
-0
/
+7
*
|
Change datetime to datetime-local helper tag
Herminio Torres
2016-06-21
2
-84
/
+20
*
|
Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"
eileencodes
2016-06-21
1
-20
/
+5
[prev]
[next]