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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push action_view.collection_caching to be called towards the end, since it de...
Vipul A M
2016-04-28
1
-4
/
+4
*
Prep Rails 5 beta 4
eileencodes
2016-04-27
2
-1
/
+3
*
Respect gospel of Railties Gods: no on_load with after.
Kasper Timm Hansen
2016-04-27
1
-3
/
+1
*
make the collection_caching initializer run after the Action Controller confi...
Lachlan Sylvester
2016-04-27
1
-1
/
+1
*
Fix example for css_class_attribute and fix indentation
Prathamesh Sonpatki
2016-04-20
1
-6
/
+6
*
[ci skip] Small grammar fix
Abhishek Jain
2016-04-20
1
-1
/
+1
*
Merge pull request #20625 from Envek/add_country_zones_method
Jeremy Daer
2016-04-19
1
-4
/
+5
|
\
*
\
Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac...
Rafael Mendonça França
2016-04-20
3
-3
/
+439
|
\
\
|
*
|
date_select helper with_css_classes option also accept a hash
neumayr
2016-04-05
3
-3
/
+439
*
|
|
Add CHANGELOG entry for #23869
Rafael Mendonça França
2016-04-20
1
-0
/
+4
*
|
|
Merge pull request #23869 from oreoshake/to-sentence-html-safety
Rafael França
2016-04-20
2
-0
/
+85
|
\
\
\
|
*
|
|
mimic ActiveSupport's Array#to_sentence in an html_safe-aware way
Neil Matatall
2016-03-15
2
-0
/
+85
*
|
|
|
Ensure Cache#inspect doesn't block concurrent cache writes
Jeremy Daer
2016-04-19
2
-0
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Add render allows unicode text name in partials - 🍣
Vipul A M
2016-04-17
2
-0
/
+5
*
|
|
Improved ActionView flows.rb documention [ci skip]
Alex Mirkhaydarov
2016-04-11
1
-5
/
+4
|
|
/
|
/
|
*
|
`number_to_phone` formats number with regexp
Pan GaoYong
2016-04-02
1
-1
/
+8
*
|
Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc
Kasper Timm Hansen
2016-03-31
1
-1
/
+1
|
\
\
|
*
|
sanitiser helper may be remove in 5.1, update doc [ci skip]
Gaurav Sharma
2016-03-31
1
-1
/
+1
*
|
|
Deprecate `datetime_field` and `datetime_field_tag` helpers.
Wojciech Wnętrzak
2016-03-31
5
-9
/
+41
|
/
/
*
|
set in no more used in ActionView::Template::Types
Gaurav Sharma
2016-03-25
1
-1
/
+0
*
|
guides, sync 5.0 release notes with changelogs
Yves Senn
2016-03-22
1
-1
/
+1
*
|
fix a comment in atom_feed_helper.rb
白井 健太
2016-03-16
1
-1
/
+1
*
|
silence deprecation message for dynamic controller and actions on Action View...
yuuji.yaginuma
2016-03-13
1
-1
/
+3
*
|
Break up a circular require between AP/AV
Sean Griffin
2016-03-11
1
-2
/
+0
*
|
Merge pull request #24129 from dharamgollapudi/rename_dependencies_rake
Rafael França
2016-03-11
2
-1
/
+1
|
\
\
|
*
|
Rename dependencies.rake to cache_digests.rake
Dharam Gollapudi
2016-03-09
2
-1
/
+1
*
|
|
revises whitespace in the gemspec of AV [ci skip]
Xavier Noria
2016-03-10
1
-4
/
+4
*
|
|
revises the homepage URL in the gemspecs [ci skip]
Xavier Noria
2016-03-10
1
-1
/
+1
|
/
/
*
|
Revert "Merge pull request #24125 from dharamgollapudi/patch-3"
Matthew Draper
2016-03-10
1
-0
/
+0
*
|
Rename dependencies.rake to cache_digests.rake
Dharam Gollapudi
2016-03-09
1
-0
/
+0
*
|
- Freeze strings in frequent used private method
Stan Lo
2016-03-08
1
-11
/
+11
*
|
Silence deprecation message for dynamic controller and actions on action_view...
Mehmet Emin İNAÇ
2016-03-07
1
-6
/
+8
*
|
Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...
Rafael Mendonça França
2016-03-05
3
-44
/
+3
*
|
We're not using $2 from this Regexp
Akira Matsuda
2016-03-05
1
-1
/
+1
*
|
Fix partial rendering with dot in filename
Benjamin Quorning
2016-03-04
3
-1
/
+7
*
|
Fix CHANGELOG spacing [ci skip]
Jeremy Daer
2016-03-02
1
-4
/
+4
*
|
Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths
Arthur Nogueira Neves
2016-03-01
1
-2
/
+0
|
\
\
|
*
|
Remove load_paths file
Arthur Neves
2016-02-27
1
-2
/
+0
*
|
|
Support `:any` variants lookup in `PathResolver`
Godfrey Chan
2016-03-01
2
-6
/
+21
|
/
/
*
|
Add CHANGELOG entry for "Rendering ..." logging
Prem Sichanugrist
2016-02-26
1
-0
/
+6
*
|
Update to use Subscriber#start instead
Prem Sichanugrist
2016-02-26
2
-7
/
+15
*
|
Added log "Rendering ...", when starting to render a template, to log that we...
Vipul A M
2016-02-26
3
-3
/
+16
*
|
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
4
-4
/
+39
|
/
*
Merge branch 'master' into treewip
Aaron Patterson
2016-02-24
16
-217
/
+145
|
\
|
*
remove useless method
Aaron Patterson
2016-02-24
1
-2
/
+0
|
*
Preparing for 5.0.0.beta3 release
eileencodes
2016-02-24
1
-0
/
+2
|
*
Prep release for Rails 5 beta3
eileencodes
2016-02-24
1
-1
/
+1
|
*
[ci skip] Move collection caching changelog entry.
Kasper Timm Hansen
2016-02-24
1
-25
/
+25
|
*
clear digest cache between tests
Aaron Patterson
2016-02-23
1
-0
/
+1
|
*
We are calling `to_s` in the method so we can call downcase now
Rafael Mendonça França
2016-02-22
1
-3
/
+3
[next]