Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Consistent spacing inside hash brackets | Jon Atack | 2015-03-22 | 1 | -14/+14 |
| | |||||
* | Merge pull request #18411 from todd/extract_record_tag_helper | Rafael Mendonça França | 2015-02-18 | 1 | -77/+0 |
|\ | | | | | Remove RecordTagHelper | ||||
| * | Remove RecordTagHelper, add extraction notices | Todd Bealmear | 2015-02-16 | 1 | -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 word | Nicolas Maloeuvre | 2015-02-18 | 1 | -1/+1 |
|/ | |||||
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-02-15 | 1 | -2/+3 |
| | |||||
* | Add tip for skipping `partial` and `locals` options for `render` | Yuki Nishijima | 2015-02-08 | 1 | -0/+15 |
| | | | | [ci skip] | ||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Remove bullet point to unwritten/unreferenced section | Steven Nunez | 2014-11-19 | 1 | -1/+0 |
| | |||||
* | Merge pull request #16271 from alol/action-view-overview-guide-tweaks | Vijay Dev | 2014-08-22 | 1 | -11/+11 |
|\ | | | | | Small Action View Overview guide grammar and readability tweaks | ||||
| * | Small Action View Overview edits [ci skip] | Alan Oliver | 2014-07-24 | 1 | -11/+11 |
| | | | | | | | | Some small grammar and readability edits | ||||
* | | Uppercase HTML in docs. | Hendy Tanata | 2014-08-08 | 1 | -6/+6 |
|/ | | | | [skip ci] | ||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -110/+110 |
| | |||||
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | docs, shorten CsrfHelper description and refer to security guide. [ci skip] | Yves Senn | 2014-03-08 | 1 | -8/+3 |
| | |||||
* | added CSRF helper to rails guide documentation. Closes #11615. [ci skip] | Yves Senn | 2014-03-08 | 1 | -3/+19 |
| | |||||
* | Improved documents [ci skip] | Kuldeep Aggarwal | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | form_tag with parameters fixed [ ci skip ] | Prashant Sahni | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #13117 from akshay-vishnoi/typo | Xavier Noria | 2013-12-02 | 1 | -4/+4 |
|\ | | | | | Typo and grammatical fixes [ci skip] | ||||
| * | Typo and grammatical fixes [ci skip] | Akshay Vishnoi | 2013-12-02 | 1 | -4/+4 |
| | | |||||
* | | Update render with a spacer_template [ci skip] | Sıtkı Bağdat | 2013-12-01 | 1 | -1/+1 |
|/ | |||||
* | Some fixes in docs [ci skip] | Malav Bhavsar | 2013-10-11 | 1 | -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 ↵ | AvnerCohen | 2013-10-09 | 1 | -1/+1 |
| | | | | change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f | ||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -3/+3 |
| | |||||
* | Merge pull request #11617 from swooop/doc_sanitize | Xavier Noria | 2013-08-14 | 1 | -0/+66 |
|\ | | | | | Added SanitizeHelper to rails guide docs [ci skip] | ||||
| * | Added SanitizeHelper to rails guide docs [ci skip] | Toby Sims | 2013-07-29 | 1 | -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 guide | Guillermo Iguaran | 2013-08-04 | 1 | -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 Dawson | 2013-07-12 | 1 | -2/+2 |
| | |||||
* | 1.9 Hash Syntax | Akira Matsuda | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Cleaned up wording and tags. | blahedo | 2013-07-06 | 1 | -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 types | Vishnu Atrai | 2013-06-29 | 1 | -0/+36 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-26 | 1 | -0/+17 |
|\ | | | | | | | | | Conflicts: guides/source/layout.html.erb | ||||
| * | date_field docs for action view | Vishnu Atrai | 2013-06-15 | 1 | -0/+17 |
| | | |||||
* | | Fix typo in docs. HABTM associations should use a pluralized name | mariozig | 2013-06-25 | 1 | -1/+1 |
|/ | |||||
* | Basic Layouts overview w/ link to guide | Jonathan Roes | 2013-04-04 | 1 | -7/+2 |
| | |||||
* | view/views, asset/assets | Prathamesh Sonpatki | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Add multipart: true to form for file upload. | Steve Klabnik | 2012-12-10 | 1 | -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/docrails | Vijay Dev | 2012-12-08 | 1 | -3/+1 |
|\ | |||||
| * | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -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 Rodriguez | 2012-12-07 | 1 | -1/+1 |
|/ | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -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 Klabnik | 2012-11-29 | 1 | -5/+5 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | copy edits and fixes [ci skip] | Vijay Dev | 2012-11-17 | 1 | -5/+3 |
| | |||||
* | Add a consideration note and a WIP note | Agis Anastasopoulos | 2012-11-16 | 1 | -0/+4 |
| | |||||
* | Remove the ActiveRecordHelper section | Agis Anastasopoulos | 2012-11-16 | 1 | -56/+0 |
| | | | Since ActionView::Helpers::ActiveRecordHelper is removed. | ||||
* | Fix 'persons' to 'people' and add some whitespace | Agis Anastasopoulos | 2012-11-15 | 1 | -3/+3 |
| | |||||
* | Switch to 1.9 hash syntax plus minor fixes | Agis Anastasopoulos | 2012-11-15 | 1 | -38/+38 |
| | |||||
* | Update links to API documentation & add a TODO | Agis Anastasopoulos | 2012-11-15 | 1 | -2/+3 |
| | |||||
* | Minor improvements & fixes | Agis Anastasopoulos | 2012-11-15 | 1 | -15/+24 |
| | |||||
* | Minor improvements & fixes | Agis Anastasopoulos | 2012-11-15 | 1 | -9/+13 |
| |