aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-1640-145/+145
* Merge pull request #26100 from vipulnsward/changelogsRafael França2016-08-121-1/+1
|\
| * Pass over changelogs [ci skip]Vipul A M2016-08-101-1/+1
* | Ensure values are strings before calling gsubMike Virata-Stone2016-08-122-1/+9
* | ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-112-1/+11
* | Fix actionview test failureRyuta Kamizono2016-08-112-3/+3
* | prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
* | Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-102-4/+7
|/
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-9/+9
* code gardening: removes redundant selfsXavier Noria2016-08-087-9/+8
* Extract common view cache dependency setup.Kasper Timm Hansen2016-08-071-8/+9
* Move CHANGELOG entry to the top.Kasper Timm Hansen2016-08-071-11/+11
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-085-23/+119
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-076-7/+0
* applies remaining conventions across the projectXavier Noria2016-08-0625-125/+99
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0636-853/+852
* remove redundant curlies from hash argumentsXavier Noria2016-08-0613-72/+64
* modernizes hash syntax in actionviewXavier Noria2016-08-0668-1123/+1123
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-9/+9
* applies new string literal convention in the gemspecsXavier Noria2016-08-061-18/+18
* applies new string literal convention in actionview/testXavier Noria2016-08-0657-1207/+1207
* applies new string literal convention in actionview/libXavier Noria2016-08-0655-271/+271
* Use to_a to pre-buffer the collectionSteven Harman2016-07-262-8/+7
* Default to an empty collection if falsey givenSteven Harman2016-07-261-1/+1
* Use Ruby >= 1.9 hash syntax as is the preferenceSteven Harman2016-07-261-1/+1
* Fix collection_from_options to allow EnumeratorsSteven Harman2016-07-263-1/+21
* systematic revision of =~ usage in AVXavier Noria2016-07-2511-28/+39
* Explain meaning of the code very well and Remove confusion. [ci skip]Santosh Wadghule2016-07-231-4/+4
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-212-4/+19
* Merge pull request #25520 from st0012/fix-current-pageRafael França2016-07-202-0/+8
|\
| * Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-202-0/+8
* | Fix docs in collection_radio_buttonsclaudiob2016-07-181-3/+3
* | Store the old logger before calling superRafael Mendonça França2016-07-171-1/+1
* | Merge pull request #25850 from ojab/layout_doc_fixRafael Mendonça França2016-07-171-1/+4
|\ \
| * | Mention that layout can call a Proc [ci skip]ojab2016-07-151-1/+4
|/ /
* | Eliminate extra template lookup in ActionView::DigestorJavan Makhmali2016-07-141-2/+1
* | Tiny documentation fixes [ci skip]Robin Dupret2016-07-041-4/+9
* | `partial` option on the digest method is no more needed [ci skip]:Edouard CHIN2016-07-021-1/+0
* | Merge pull request #25553 from vipulnsward/25543-docs-follow-upVipul A M2016-06-301-16/+7
|\ \
| * | - Tone down documentationVipul A M2016-06-281-16/+7
* | | [ci skip] Update formatting in ActionView::Base documentationAlex Kitchens2016-06-291-6/+6
* | | - Added select tag test for verifying passing html options to f.select helperVipul A M2016-06-281-1/+10
* | | Add dup leftover from 26710ab.Kasper Timm Hansen2016-06-281-1/+1
* | | Default to frozen string literals in TagHelper.Kasper Timm Hansen2016-06-281-5/+7
* | | Merge pull request #25555 from vipulnsward/boolean-attributes-updateRafael França2016-06-284-14/+13
|\ \ \
| * | | Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-284-14/+13
| |/ /
* | | Merge pull request #25551 from vipulnsward/25543-follow-upKasper Timm Hansen2016-06-281-1/+1
|\ \ \
| * | | Expand list of void elements to match spec from https://html.spec.whatwg.org/...Vipul A M2016-06-281-1/+1
| |/ /
* / / Freeze string for default content for tag_strings, which later goes on to cre...Vipul A M2016-06-281-1/+1
|/ /
* | Document `simple_format` handling of `\r`Derek Prior2016-06-271-4/+5