aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
Commit message (Collapse)AuthorAgeFilesLines
* Update action_view_overview.mdAndré Galatti Faria2019-07-251-1/+1
|
* collection_radio_buttons options exampleAndré Galatti Faria2019-07-241-0/+28
| | | Added example of how to access an option attibute passed to builder in case the person wants to add a custom style to a programatically checked value e.g.
* Update links and code examples in the guides to use HTTPS where the host ↵Nathaniel Suchy2019-03-061-5/+5
| | | | supports it.
* Merge pull request #33229 from ↵Matthew Draper2018-07-251-1/+1
|\ | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
| | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together.
* | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
|/ | | | | http links will be redirected to the https version, but still better to just directly link to the https version.
* Added a lot of Oxford commasAnthony Crumley2018-05-101-3/+3
| | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) "
* Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
|
* Fix note marks [ci skip]Yauheni Dakuka2018-03-121-3/+3
|
* Update "Action View Overview" guide [ci skip]bogdanvlviv2017-12-261-6/+8
| | | | | | - Provide full / Fix generated HTML by `form_for` in the example. - Provide full params in the example. - Express params[:person] in the sentence.
* Cosmetic changes [ci skip]Yauheni Dakuka2017-11-301-2/+2
|
* Remove a needless space in Action View Guide [ci skip]Yoshiyuki Hirano2017-10-121-1/+1
|
* Cosmetic fixes [ci skip]Yauheni Dakuka2017-10-061-1/+1
|
* In Action View Overview guide, remove reference to custom helpersLuke Persola2017-08-301-1/+1
| | | | [ci skip]
* Do not generate default alt text in image tagsCameron Cundiff2017-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | - Auto-generating content from the filename of an image is not suitable alternative text; alt text that isn't fully considered can be distracting and fatiguing for screen readers users (blind, low vision, dyslexic people). - Setting a filename fallback short circuits screen reader default behavior and configuration for blank descriptions. - Setting poor defaults also creates false negatives for accessibility linting and testing software, that makes it harder to improve application accessibility. *** - After this change, if authors leave images without alt text, screen readers will fallback to default behavior for missing alt text. - Also with this change, Automated linting and testing tools will correctly generate warnings. [Fixes #30096]
* [ci skip]Remove options of javascript_link_tag and stylesheet_link_tag in guideswillnet2017-07-141-32/+0
|
* Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-1/+1
| | | | | This allows auto_discovery_link_tag to support the JSON Feed standard. See https://jsonfeed.org/version/1 for more information.
* Change html-scanner to rails-html-sanitizerJon Moss2016-11-191-1/+1
| | | | [ci skip]
* fixed guide to add correct documentation for partial render 'as' optionGirish S2016-09-131-7/+7
|
* Fix documentation for number_with_precision helper in AV guide [ci skip]Prathamesh Sonpatki2016-07-061-1/+1
| | | | - It accepts `precision` option, not `number_with_precision`.
* Fix number_with_precision documentation for precision [ci skip]Vipul A M2016-07-021-1/+1
|
* `will be` --> `is`Jon Moss2016-05-311-1/+1
| | | | [ci skip]
* Guides changes, follow up of #24401Vipul A M2016-04-051-1/+1
| | | | [ci skip]
* s/documention/documentation/Vipul A M2016-03-291-1/+1
| | | | [ci skip]
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-03-061-1/+1
|\ | | | | | | | | Conflicts: guides/source/association_basics.md
| * [ci skip] fix json outputMikhail Dieterle2016-02-271-1/+1
| |
* | Fix typos in Action View Overview guideBas van IJzendoorn2016-02-291-5/+5
| | | | | | | | | | | | This patch fixes some typos in the Action View Overview section of the Rails guide. [ci skip]
* | Fix wording and wrong referenceStan Lo2016-02-251-1/+1
| |
* | Fix ActionView's cache section referenceStan Lo2016-02-251-1/+1
| |
* | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
|/
* Improve readability of CacheHelper sectionDave Powers2015-12-231-1/+1
| | | [ci skip]
* ApplicationRecord documentation passGenadi Samokovarov2015-12-171-8/+8
| | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip]
* [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-061-1/+1
|
* Merge pull request #21740 from cllns/add-jbuilder-notesYves Senn2015-09-241-0/+33
|\ | | | | | | | | | | [ci skip] [Action View Overview Guide] Add note about Jbuilder
| * Add note about JbuilderSean Collins2015-09-231-0/+33
|/ | | | [skip ci]
* fix syntax error in strip_links example [ci skip]yuuji.yaginuma2015-08-231-2/+2
| | | | can not use double quotes in double quoted string without escape
* [ci skip] Add a link to action_controller_overview.htmlyui-knk2015-07-281-1/+1
|
* [ci skip] Now Action View is completely separated from Action Packyui-knk2015-07-281-1/+1
|
* remove reference to `country_options_for_select` and `country_select` from ↵yuuji.yaginuma2015-07-051-8/+0
| | | | | | guide [ci skip] these methods were removed in 2d27b82d4cf446543539ad20afcbad256d8aeff7
* changes names in guides to better reflect diversity [ci-skip]Thomas Osborn2015-07-021-2/+2
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-211-2/+2
|\ | | | | | | | | Conflicts: guides/source/configuring.md
| * [ci skip] Fix minutes to seconds in `select_second`yui-knk2015-06-091-1/+1
| | | | | | | | This is same type commit of https://github.com/rails/rails/pull/20463
| * [ci skip] Fix order to match options orderyui-knk2015-06-071-1/+1
| |
* | [ci skip] Fix hours to minutes in `select_minute`yui-knk2015-06-071-1/+1
| |
* | [ci skip] Declare `product` as `_product partial`yui-knk2015-06-071-1/+2
|/
* Remove div_for from guides [ci skip]Prathamesh Sonpatki2015-05-231-2/+2
| | | | Followup of https://github.com/rails/rails/pull/20244.
* remove reference to `div_for` method from guide [ci skip]yuuji.yaginuma2015-05-211-20/+0
| | | | `div_for` removed in 01e94ef
* Typo fix [ci skip]Ankit Gupta2015-05-071-1/+1
| | | | Single brackets
* Small punctuation fixes [ci skip]Alexey Markov2015-04-271-7/+7
|
* Minor edits to the "Action View Overview" guideRobin Dupret2015-04-251-18/+13
| | | | | | Follow-up to #19672 and 8b0aa0c1. [ci skip]