| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed up Levenshtein by 50% and reduce 97% of memory usage | Yuki Nishijima | 2015-04-11 | 1 | -2/+5 |
* | Fix place of require 'rails_guides/markdown' | yui-knk | 2015-03-07 | 1 | -0/+1 |
* | fix bug in Levenshtein distance calculation | schneems | 2015-02-25 | 1 | -2/+0 |
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
* | Consider `html+erb` as a valid language for snippets | Robin Dupret | 2015-01-03 | 1 | -1/+1 |
* | removes superfluous regexp group | Xavier Noria | 2014-12-23 | 1 | -1/+1 |
* | third test to warn against reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -1/+1 |
* | second test to warn against reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -2/+1 |
* | proof of concept, need to check in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Fix guide anchor generation logic. | Juanito Fatas | 2014-08-24 | 1 | -1/+6 |
* | Revert "Do not gsub non ASCII characters in header anchor.". | Juanito Fatas | 2014-08-20 | 1 | -1/+1 |
* | Uppercase HTML in docs. | Hendy Tanata | 2014-08-08 | 1 | -1/+1 |
* | Update the levenshtein distance method in guides. | Juanito Fatas | 2014-06-28 | 1 | -21/+29 |
* | Do not gsub non ASCII characters in header anchor. | Juanito Fatas | 2014-05-22 | 1 | -2/+1 |
* | Update Redcarpet to 3.1.2 | Robin Dupret | 2014-05-14 | 1 | -1/+1 |
* | Guides: output valid HTML5 | Nate Berkopec | 2014-05-05 | 3 | -7/+7 |
* | `rails_guides/helpers.rb` requires `YAML` to run. | Yves Senn | 2014-02-03 | 1 | -0/+2 |
* | remove warnings on ruby trunk | laurocaetano | 2013-11-01 | 1 | -1/+1 |
* | used flat_map instead of map.flatten in /guides/rails_guides/helpers.rb | Karunakar (Ruby) | 2013-08-04 | 1 | -1/+1 |
* | remove unused variable | Vipul A M | 2013-04-13 | 1 | -1/+1 |
* | place article name in the beginning of guides page title | Gosha Arinich | 2013-01-06 | 1 | -1/+3 |
* | Merge pull request #8348 from danchoi/master | Vijay Dev | 2012-12-08 | 2 | -4/+121 |
|\ |
|
| * | Add periodical-style TOC and navigation to Kindle version of guides | Daniel Choi | 2012-12-01 | 2 | -4/+121 |
* | | let @version be always externally set in guides generation [fixes #8221] | Xavier Noria | 2012-12-07 | 1 | -1/+1 |
|/ |
|
* | Do not strip code blocks, otherwise we may get misaligned output | Carlos Antonio da Silva | 2012-11-07 | 1 | -1/+1 |
* | [Guides] Navigation styling for small devices | Joe Fiorini | 2012-10-06 | 1 | -2/+8 |
* | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 1 | -1/+1 |
* | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 1 | -1/+1 |
* | let .md be the only supported extension for guides | Xavier Noria | 2012-09-18 | 1 | -4/+4 |
* | Fix footnote format | Prem Sichanugrist | 2012-09-17 | 1 | -0/+11 |
* | Change #id generation rule | Prem Sichanugrist | 2012-09-17 | 1 | -10/+37 |
* | No more Textile guide generation support | Prem Sichanugrist | 2012-09-17 | 2 | -135/+7 |
* | Retain heading styles in the page chapters list | Prem Sichanugrist | 2012-09-17 | 1 | -3/+3 |
* | Make sure that styles in NOTE block got converted | Prem Sichanugrist | 2012-09-17 | 1 | -5/+7 |
* | 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 |
* | Skip kindle's readme file on generation | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1 |
* | 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 | 2 | -15/+111 |
* | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 3 | -3/+98 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -2/+0 |
* | [guides] fix reference to railties directory, guides are no longer there | Rafael Magana | 2012-05-28 | 1 | -1/+1 |
* | [guides] guides:generate:kindle is the new interface to generate .mobi file i... | Rafael Magana | 2012-05-28 | 1 | -5/+0 |
* | [guides] get rid of any reference to the generator script since rake tasks ar... | Rafael Magana | 2012-05-28 | 1 | -1/+1 |
* | [guides] update generator.rb to refer to guides:generate instead of generate_... | Rafael Magana | 2012-05-27 | 1 | -1/+1 |
* | Make RedCloth not convert double hyphens to emdashes. Closes #5292 | Vijay Dev | 2012-05-06 | 1 | -0/+6 |
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 5 | -0/+517 |