aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix small typo in ActionView API documentation [ci skip]Erol Fornoles2016-10-251-1/+1
* Merge pull request #26810 from maclover7/jm-fix-26802Rafael Mendonça França2016-10-221-0/+11
|\
| * Convert ActionController::Parameters to a hash in button_toJon Moss2016-10-171-0/+6
|/
* Docs: `tag` only accept attribute names as symbolsclaudiob2016-10-111-2/+3
* Undeprecate plural positional argumentJeremy Daer2016-09-211-8/+1
* [ci skip] Replace to closing tagAndrey Molchanov2016-09-201-1/+1
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-142-6/+6
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-062-24/+26
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-6/+7
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-012-2/+2
* fix document for radio_buttonshingo-nakanishi2016-09-011-1/+2
* remove warning from `video_tag`yuuji.yaginuma2016-09-011-3/+3
* Fix styleschneems2016-08-301-5/+5
* Better keyword argument nameschneems2016-08-301-3/+3
* Address comment via @dhh, better option namingschneems2016-08-302-19/+19
* Document public_poster_folder optionschneems2016-08-291-0/+4
* 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
* Simplify cache hit loggingAaron Patterson2016-08-241-3/+4
* Improve TagHelper#tag_option performanceAmadeus Folego2016-08-221-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-167-22/+22
* 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
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-9/+9
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-1/+7
* applies remaining conventions across the projectXavier Noria2016-08-066-77/+72
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0614-289/+289
* modernizes hash syntax in actionviewXavier Noria2016-08-0614-68/+68
* applies new string literal convention in actionview/libXavier Noria2016-08-0628-170/+170
* systematic revision of =~ usage in AVXavier Noria2016-07-254-16/+22
* 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-211-3/+12
* 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
* | Tiny documentation fixes [ci skip]Robin Dupret2016-07-041-4/+9
* | 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