| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Update Levenshtein code with better attribution. | Kasper Timm Hansen | 2016-09-12 | 1 | -1/+3 |
* | RuboCop is 100% green :tada: | Xavier Noria | 2016-09-02 | 1 | -8/+9 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 2 | -10/+10 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -1/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 2 | -8/+8 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 3 | -152/+152 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -4/+2 |
* | modernizes hash syntax in guides | Xavier Noria | 2016-08-06 | 4 | -9/+9 |
* | applies new string literal convention in guides | Xavier Noria | 2016-08-06 | 6 | -95/+95 |
* | Correct guide generation command [ci skip] | Aditya Kapoor | 2016-07-02 | 1 | -3/+3 |
* | [ci skip] Fix typo | Akshay Vishnoi | 2015-12-22 | 1 | -1/+1 |
* | Simplify `RailsGuides::Generator#select_only` a bit | Viktar Basharymau | 2015-11-22 | 1 | -1/+1 |
* | Fix a typo | Alex Popov | 2015-11-19 | 1 | -1/+1 |
* | concatenate @lang if @lang is presence to avoid useless slash | Seiei Miyagi | 2015-10-05 | 1 | -1/+1 |
* | Add ability to translate rails guides documents.yaml | Seiei Miyagi | 2015-10-05 | 2 | -2/+2 |
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -2/+0 |
* | 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 |