aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Address doc style comments from @robin850schneems2016-08-291-9/+9
* Fully document asset_path.schneems2016-08-291-7/+58
* Do not deprecate using assets with leading slashschneems2016-08-291-10/+5
* Missed 2 public_* methods in cleanupschneems2016-08-291-16/+0
* Favor `public_folder: true` over `public_*`schneems2016-08-292-144/+3
* Fix formattingschneems2016-08-292-23/+22
* Add `public_*` helpers to all the `_tag` methods.schneems2016-08-291-10/+58
* Match method signatureschneems2016-08-291-3/+3
* Add docs to `public_*_path` methods & fix commentsschneems2016-08-291-15/+36
* Add public URL helpersschneems2016-08-291-0/+56
* Add descriptive commentschneems2016-08-291-7/+7
* Make sure routes don't interfere with pathsschneems2016-08-291-0/+11
* Allow a more explicit public behaviorschneems2016-08-291-2/+37
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* kick different instrumentation methodAaron Patterson2016-08-241-8/+12
* remove useless freezeAaron Patterson2016-08-241-1/+1
* Simplify cache hit loggingAaron Patterson2016-08-242-5/+5
* Improve TagHelper#tag_option performanceAmadeus Folego2016-08-221-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-1615-34/+34
* Ensure values are strings before calling gsubMike Virata-Stone2016-08-121-1/+1
* ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-111-1/+1
* Fix actionview test failureRyuta Kamizono2016-08-111-1/+1
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-9/+9
* code gardening: removes redundant selfsXavier Noria2016-08-082-3/+2
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-083-17/+42
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-0610-94/+86
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0624-686/+686
* modernizes hash syntax in actionviewXavier Noria2016-08-0625-94/+94
* applies new string literal convention in actionview/libXavier Noria2016-08-0654-267/+267
* Use to_a to pre-buffer the collectionSteven Harman2016-07-261-3/+2
* Default to an empty collection if falsey givenSteven Harman2016-07-261-1/+1
* Fix collection_from_options to allow EnumeratorsSteven Harman2016-07-261-1/+2
* systematic revision of =~ usage in AVXavier Noria2016-07-2510-27/+37
* 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-201-0/+2
|\
| * Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-201-0/+2
* | Fix docs in collection_radio_buttonsclaudiob2016-07-181-3/+3
* | 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
* | | 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-282-8/+11
|\ \ \