Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -2/+0 |
| | |||||
* | Fix guide anchor generation logic. | Juanito Fatas | 2014-08-24 | 1 | -1/+6 |
| | | | | | | | | This could use in any translation because it's not limited to `[^a-z0-9]`. Verify after this change, all guides still have same anchors. [Robin Dupret & Juanito Fatas] | ||||
* | Revert "Do not gsub non ASCII characters in header anchor.". | Juanito Fatas | 2014-08-20 | 1 | -1/+1 |
| | | | | | | This reverts commit 699babe. Also change the upgrading_ruby_on_rails link back to original in 4_2_release_notes. | ||||
* | Do not gsub non ASCII characters in header anchor. | Juanito Fatas | 2014-05-22 | 1 | -2/+1 |
| | |||||
* | Guides: output valid HTML5 | Nate Berkopec | 2014-05-05 | 1 | -5/+5 |
| | | | [ci skip] | ||||
* | place article name in the beginning of guides page title | Gosha Arinich | 2013-01-06 | 1 | -1/+3 |
| | |||||
* | Change #id generation rule | Prem Sichanugrist | 2012-09-17 | 1 | -10/+37 |
| | | | | | * Use the current heading by default * If duplicate, then use #[parent]-[current] as the id | ||||
* | Retain heading styles in the page chapters list | Prem Sichanugrist | 2012-09-17 | 1 | -3/+3 |
| | |||||
* | Enable table | Prem Sichanugrist | 2012-09-17 | 1 | -1/+2 |
| | |||||
* | Update Markdown renderer to be more flexible | Prem Sichanugrist | 2012-09-17 | 1 | -37/+53 |
| | |||||
* | Reuse parent's id if it's already exists | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | 4.0 release note now renders correctly with index | Prem Sichanugrist | 2012-09-17 | 1 | -10/+85 |
| | |||||
* | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+42 |