aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* Some copy edits for modifying View Paths [ci skip]Zachary Scott2015-04-121-5/+21
|
* Merge branch 'view_paths' of https://github.com/nishantmodak/rails into ↵Zachary Scott2015-04-121-1/+17
|\ | | | | | | nishantmodak-view_paths
| * view paths docs [ci skip]Nishant Modak2015-04-131-1/+17
| |
* | remove reference to `register_javascript_expansion` and ↵yuuji.yaginuma2015-04-121-26/+0
| | | | | | | | | | | | `register_stylesheet_expansion` from guide [ci skip] These methods no longer exists.
* | Remove mention of super old defined_javascript_functions method [ci skip]Carlos Antonio da Silva2015-04-111-4/+0
| | | | | | | | It was removed long ago: e358b1fce8fdcbac896dde08286be020420e843e.
* | [ci skip] Remove `link_to_function` and `button_from_function` from guideseileencodes2015-04-111-21/+0
|/ | | | | These methods were removed in cb9f7f4 and are no longer methods in the Rails codebase.
* correct output of auto_discovery_link_tag [ci skip]yuuji.yaginuma2015-04-041-1/+1
|
* [ci skip] Consistent spacing inside hash bracketsJon Atack2015-03-221-14/+14
|
* Merge pull request #18411 from todd/extract_record_tag_helperRafael Mendonça França2015-02-181-77/+0
|\ | | | | Remove RecordTagHelper
| * Remove RecordTagHelper, add extraction noticesTodd Bealmear2015-02-161-77/+0
| | | | | | | | | | | | | | Per DHH in #18337, ActionView::Helpers::RecordTagHelper has been extracted to an external gem (source currently lives at todd/record_tag_helper). Removal notices have also been added for anyone upgrading that use the extracted methods.
* | fix type in guide - missing wordNicolas Maloeuvre2015-02-181-1/+1
|/
* Tiny documentation edits [ci skip]Robin Dupret2015-02-151-2/+3
|
* Add tip for skipping `partial` and `locals` options for `render`Yuki Nishijima2015-02-081-0/+15
| | | | [ci skip]
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | - Changed `IN` to `ON` in all note sentences in guides.
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* Remove bullet point to unwritten/unreferenced sectionSteven Nunez2014-11-191-1/+0
|
* Merge pull request #16271 from alol/action-view-overview-guide-tweaksVijay Dev2014-08-221-11/+11
|\ | | | | Small Action View Overview guide grammar and readability tweaks
| * Small Action View Overview edits [ci skip]Alan Oliver2014-07-241-11/+11
| | | | | | | | Some small grammar and readability edits
* | Uppercase HTML in docs.Hendy Tanata2014-08-081-6/+6
|/ | | | [skip ci]
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-110/+110
|
* Use generated binstubs in guides examples.Josef Šimánek2014-05-201-1/+1
| | | | [ci skip]
* docs, shorten CsrfHelper description and refer to security guide. [ci skip]Yves Senn2014-03-081-8/+3
|