aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* added CSRF helper to rails guide documentation. Closes #11615. [ci skip]Yves Senn2014-03-081-3/+19
|
* Improved documents [ci skip]Kuldeep Aggarwal2013-12-141-1/+1
|
* form_tag with parameters fixed [ ci skip ]Prashant Sahni2013-12-131-1/+1
|
* Merge pull request #13117 from akshay-vishnoi/typoXavier Noria2013-12-021-4/+4
|\ | | | | Typo and grammatical fixes [ci skip]
| * Typo and grammatical fixes [ci skip]Akshay Vishnoi2013-12-021-4/+4
| |
* | Update render with a spacer_template [ci skip]Sıtkı Bağdat2013-12-011-1/+1
|/
* Some fixes in docs [ci skip]Malav Bhavsar2013-10-111-1/+1
| | | | | | Update a link to point to right section in api docs Fix a typo
* Minor align BR tags with HTML void - with reference to the generators code ↵AvnerCohen2013-10-091-1/+1
| | | | change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-3/+3
|
* Merge pull request #11617 from swooop/doc_sanitizeXavier Noria2013-08-141-0/+66
|\ | | | | Added SanitizeHelper to rails guide docs [ci skip]
| * Added SanitizeHelper to rails guide docs [ci skip]Toby Sims2013-07-291-0/+66
| | | | | | | | | | | | Added SanitizeHelper to rails guide docs [ci skip] Added SanitizeHelper to rails guide docs update [ci skip]
* | Remove "Using Action View outside of Rails" section from AV overview guideGuillermo Iguaran2013-08-041-69/+0
|/ | | The section was clearly wrong and was just an example about how to use ActiveSupport helpers in Rack/Sinatra
* Improve Active View Overview guide. [ci skip]Daniel Dawson2013-07-121-2/+2
|
* 1.9 Hash SyntaxAkira Matsuda2013-07-081-1/+1
|
* Cleaned up wording and tags.blahedo2013-07-061-2/+2
| | | | | | | | Replaced <br /> with <br> for consistency; Added note about singular/plural distinction (which was previously confusing to a Rails noob); Rephrased explanation of how form is routed to controller, again to reduce confusion; and added explanation to replace incorrect link. [ci skip]
* doc for more input tag typesVishnu Atrai2013-06-291-0/+36
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-261-0/+17
|\ | | | | | | | | Conflicts: guides/source/layout.html.erb
| * date_field docs for action viewVishnu Atrai2013-06-151-0/+17
| |
* | Fix typo in docs. HABTM associations should use a pluralized namemariozig2013-06-251-1/+1
|/
* Basic Layouts overview w/ link to guideJonathan Roes2013-04-041-7/+2
|
* view/views, asset/assetsPrathamesh Sonpatki2013-03-241-1/+1
|
* Add multipart: true to form for file upload.Steve Klabnik2012-12-101-1/+1
| | | | | | I was slightly overzealous when removing this before. Identified here: https://github.com/rails/rails/commit/ed78770b1a13788a5d3fcae484f34654de580bd5\#commitcomment-2281181
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-081-3/+1
|\
| * Remove references to Rails versions.Steve Klabnik2012-12-071-3/+1
| | | | | | | | | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees.
* | update guides to use _action callbacks [ci skip]Francesco Rodriguez2012-12-071-1/+1
|/
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+1
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-5/+5
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* copy edits and fixes [ci skip]Vijay Dev2012-11-171-5/+3
|