Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update table of contents as a result of ↵ | Agis Anastasopoulos | 2012-11-15 | 1 | -2/+2 |
| | | | | #bf63c4971d73e80739c9f2619a9fa0dfb2223435 | ||||
* | Improve the starting sentence | Agis Anastasopoulos | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Move "Using Action View outside of Rails" at the bottom | Agis Anastasopoulos | 2012-11-15 | 1 | -70/+69 |
| | | | See 8db41ff7698eed542fb09821de37fc7ea1f2bd5d why | ||||
* | Some minor fixes & improvements | Agis Anastasopoulos | 2012-11-15 | 1 | -5/+5 |
| | |||||
* | Add a consideration note | Agis Anastasopoulos | 2012-11-15 | 1 | -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 fixes | Agis Anastasopoulos | 2012-11-15 | 1 | -2/+2 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -11/+11 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -25/+25 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -77/+77 |
| | |||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -5/+5 |
| | |||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -14/+14 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -118/+128 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -288/+288 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1596 |