aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add a consideration note and a WIP noteAgis Anastasopoulos2012-11-161-0/+4
|
* Remove the ActiveRecordHelper sectionAgis Anastasopoulos2012-11-161-56/+0
| | | Since ActionView::Helpers::ActiveRecordHelper is removed.
* Fix 'persons' to 'people' and add some whitespaceAgis Anastasopoulos2012-11-151-3/+3
|
* Switch to 1.9 hash syntax plus minor fixesAgis Anastasopoulos2012-11-151-38/+38
|
* Update links to API documentation & add a TODOAgis Anastasopoulos2012-11-151-2/+3
|
* Minor improvements & fixesAgis Anastasopoulos2012-11-151-15/+24
|
* Minor improvements & fixesAgis Anastasopoulos2012-11-151-9/+13
|
* Update table of contents as a result of ↵Agis Anastasopoulos2012-11-151-2/+2
| | | | #bf63c4971d73e80739c9f2619a9fa0dfb2223435
* Improve the starting sentenceAgis Anastasopoulos2012-11-151-1/+1
|
* Move "Using Action View outside of Rails" at the bottomAgis Anastasopoulos2012-11-151-70/+69
| | | See 8db41ff7698eed542fb09821de37fc7ea1f2bd5d why
* Some minor fixes & improvementsAgis Anastasopoulos2012-11-151-5/+5
|
* Add a consideration noteAgis Anastasopoulos2012-11-151-0/+2
| | | I believe this paragraph should move to the end as it's a little out of the scope of Rails guides.
* Some minor fixesAgis Anastasopoulos2012-11-151-2/+2
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-11/+11
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-25/+25
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-4/+4
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-77/+77
|
* change shell to bashPrem Sichanugrist2012-09-171-5/+5
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-14/+14
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-118/+128
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-288/+288
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+1596