Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General refreshment of the Active Record Basics guide | Pablo Torres | 2012-12-12 | 1 | -42/+182 |
| | |||||
* | Fix Active Record validation error messages markup in guides | Carlos Antonio da Silva | 2012-12-04 | 1 | -21/+21 |
| | | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip] | ||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
| | | | | | 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. | ||||
* | Switch to 1.9 hash syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -3/+3 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -4/+4 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | ||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -6/+7 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -8/+8 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -28/+28 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -19/+28 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -30/+30 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+218 |