| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -1/+1 |
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 |
* | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 7 | -0/+13 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 7 | -7/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 7 | -0/+7 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Old expression caught to many chars resulting in 404. Added minor change to r... | JD Gonzales | 2017-05-12 | 1 | -1/+1 |
* | Merge pull request #28337 from riseshia/patch-1 | Rafael França | 2017-05-03 | 1 | -1/+1 |
|\ |
|
| * | Fix to use correct path with language on guide | Shia | 2017-03-08 | 1 | -1/+1 |
* | | Use target language's document.yaml [ci skip] | Shia | 2017-05-04 | 1 | -1/+1 |
* | | Fix all style guides violations | Rafael Mendonça França | 2017-04-19 | 2 | -10/+10 |
* | | Add anchor links to all headers | Ruy Diaz | 2017-04-01 | 1 | -0/+4 |
|/ |
|
* | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 3 | -133/+89 |
* | Fix rubocop violations | Rafael Mendonça França | 2017-02-09 | 1 | -11/+11 |
* | Automatically link to Ruby files referenced in notes [ci skip] | Robin Dupret | 2017-02-07 | 1 | -1/+19 |
* | Automatically inject the current Rails version in API links [ci skip] | Robin Dupret | 2017-02-07 | 1 | -0/+23 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
* | Fix rake guides:generate:kindle error | Bian Jiaping | 2016-12-18 | 1 | -8/+4 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 6 | -8/+8 |
* | Fix HTML escaping in the guides | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
* | Fix indentation | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
* | Generate HTML not plain text | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
* | Fix plain option in the rails_guides generator | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
* | [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 |