aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]kenta-s2017-01-251-1/+1
* Remove unnecessary comments in cache_helper.rb [ci skip]kenta-s2017-01-211-2/+0
* Merge pull request #27665 from kenta-s/improve-compute_asset_extnameRafael França2017-01-181-1/+5
|\
| * should explicitly returns nil in else clausekenta-s2017-01-131-1/+5
* | Merge pull request #27693 from kenta-s/improve-to_sentence-methodRafael França2017-01-181-1/+1
|\ \
| * | Fix unexpected behavior of with $,kenta-s2017-01-151-1/+1
* | | Remove unused variable 'regex'kenta-s2017-01-181-1/+1
* | | Update comment for Scrubber usage [ci skip]kenta-s2017-01-161-6/+4
|/ /
* | Fix broken sample code in action_view/helpers/output_safety_helper.rb [ci skip]kenta-s2017-01-151-1/+1
* | Fix grammar in asset_url_helper.rb [ci skip]kenta-s2017-01-131-3/+3
* | Fix typo extention -> extension [ci skip]kenta-s2017-01-131-1/+1
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-2/+2
* Merge pull request #27549 from mpugach/consider_params_in_current_pageRafael França2017-01-041-2/+7
|\
| * Add `check_parameters` option to `current_page?`Maksym Pugach2017-01-041-2/+7
* | Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-031-2/+13
* | Prevent duplicate data-disable-with attributesTyler Hunt2017-01-031-14/+18
|/
* do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-271-1/+2
* No need to nodoc private methodsAkira Matsuda2016-12-244-12/+12
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Fix grammar in asset tag documentationeileencodes2016-12-201-1/+1
* Improve `javascript_include_tag` documentation (#27403)Pablo Ifrán2016-12-201-5/+24
* fields: support attributes not on model.Kasper Timm Hansen2016-12-181-0/+2
* [ci skip] fields don't output ids by default anymore.Kasper Timm Hansen2016-12-181-2/+2
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-182-4/+27
* [ci skip] Replace remote with local in form_with doc.Kasper Timm Hansen2016-12-181-1/+1
* Make attributes output in html opt-in.Kasper Timm Hansen2016-12-181-1/+1
* Add missing option on numbers helperPablo Ifran2016-12-171-0/+6
* Merge pull request #27367 from georgeclaghorn/local-form-withKasper Timm Hansen2016-12-151-4/+0
|\
| * Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-151-4/+0
* | Add missing spaces to button_tag api doc [ci skip] (#27369)Andreas Maierhofer2016-12-151-1/+1
|/
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-133-6/+43
* Update url_helper.rb, adjust link_to api docAndreas Maierhofer2016-12-051-4/+3
* Fix warning: method redefined; discarding old fieldsRyuta Kamizono2016-11-251-1/+1
* form_helper typo fix [ci skip]ota42y2016-11-221-1/+1
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-211-2/+341
* Minor corrections to #26905Andrew White2016-11-131-1/+1
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-134-7/+7
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-274-7/+7
* | Fix spelling in API docsDave Powers2016-11-121-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2911-17/+17
* | [ci skip] Revise TagHelper only permitting symbols doc.Kasper Timm Hansen2016-10-281-4/+3
* | let Regexp#match? be globally availableXavier Noria2016-10-274-4/+0
* | 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