aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|\ \ \
| * | | Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-282-8/+11
| |/ /
* | | 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
* | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-273-59/+176
* | Fix typo in exception class nameCédric Félizard2016-06-261-1/+1
* | Merge pull request #25287 from marekkirejczyk/fix_25267Godfrey Chan2016-06-251-1/+1
|\ \ | |/ |/|
| * Make select_year work with include_position: true option, fix #25267Marek2016-06-051-1/+1
* | Change datetime to datetime-local helper tagHerminio Torres2016-06-213-55/+11
* | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-212-33/+0
* | Explicitly require `acts_like` in AVSean Griffin2016-06-131-0/+1
* | remove deprecated `:prefix` option from doc [ci skip]yuuji.yaginuma2016-06-091-2/+0
* | Fix a typo in `time_field` [ci skip]Jake Worth2016-06-051-1/+1
|/
* Confirm with the specification when generating emtpy option for select with `...Vipul A M2016-05-211-1/+3
* `md5` --> `MD5`Jon Moss2016-05-171-3/+3
* Fix example for css_class_attribute and fix indentationPrathamesh Sonpatki2016-04-201-6/+6
* [ci skip] Small grammar fixAbhishek Jain2016-04-201-1/+1
* Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-191-4/+5
|\