Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typppo | Akira Matsuda | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Fixed couple of typos | Fabrizio Regini | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+4 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | ActionView -> Action View | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | The proper name has a space. | ||||
* | ActionController -> Action Controller | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | The proper name has a space. | ||||
* | ActiveSupport -> Active Support | Steve Klabnik | 2012-11-29 | 1 | -4/+4 |
| | | | | The proper name has a space. | ||||
* | ActionMailer -> Action Mailer. | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | The proper name for the library has a space. | ||||
* | ActiveRecord -> Active Record | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'. | ||||
* | fix output messages - docs [ci skip] | Francesco Rodriguez | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+485 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -485/+0 |
| | |||||
* | 1.9 hash syntax changes. | AvnerCohen | 2012-10-12 | 1 | -54/+54 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | | | | | 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 | -5/+5 |
| | |||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -88/+113 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -75/+75 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -39/+51 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -52/+52 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+448 |