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
*
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
*
|
Change the raw template handler to render html-safe strings
eileencodes
2016-06-21
1
-0
/
+7
*
|
Add test for nested html dependencies with same logical name as templates for...
Javan Makhmali
2016-06-15
1
-2
/
+6
*
|
Move and rename test
Javan Makhmali
2016-06-15
1
-7
/
+7
*
|
Fix finding templates for digesting for */* requests that render a non-defaul...
Javan Makhmali
2016-06-15
3
-0
/
+24
*
|
Explicity find with the rendered format to handle searching multiple view pat...
Javan Makhmali
2016-06-15
2
-1
/
+1
*
|
Fix digesting templates with identical logical names when requesting a format...
Javan Makhmali
2016-06-15
2
-1
/
+12
*
|
Delete bad test
Sean Griffin
2016-06-07
1
-5
/
+0
|
/
*
Fix debug helper test
Ryuta Kamizono
2016-06-03
1
-1
/
+4
*
Confirm with the specification when generating emtpy option for select with `...
Vipul A M
2016-05-21
1
-5
/
+5
*
Add more test coverage to layouts
Rafael Mendonça França
2016-05-20
1
-4
/
+152
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
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
*
Extract resolver cache disabling to a method.
Kasper Timm Hansen
2016-05-09
1
-22
/
+23
*
No need to call `remove_template`.
Kasper Timm Hansen
2016-05-09
1
-1
/
+0
*
Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac...
Rafael Mendonça França
2016-04-20
1
-0
/
+404
|
\
|
*
date_select helper with_css_classes option also accept a hash
neumayr
2016-04-05
1
-0
/
+404
*
|
Merge pull request #23869 from oreoshake/to-sentence-html-safety
Rafael França
2016-04-20
1
-0
/
+55
|
\
\
|
*
|
mimic ActiveSupport's Array#to_sentence in an html_safe-aware way
Neil Matatall
2016-03-15
1
-0
/
+55
*
|
|
Ensure Cache#inspect doesn't block concurrent cache writes
Jeremy Daer
2016-04-19
1
-0
/
+7
*
|
|
Add render allows unicode text name in partials - 🍣
Vipul A M
2016-04-17
2
-0
/
+5
|
|
/
|
/
|
[next]