aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides
Commit message (Expand)AuthorAgeFilesLines
* Automatically link to Ruby files referenced in notes [ci skip]Robin Dupret2017-02-071-1/+19
* Automatically inject the current Rails version in API links [ci skip]Robin Dupret2017-02-071-0/+23
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* Fix rake guides:generate:kindle errorBian Jiaping2016-12-181-8/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-296-8/+8
* Fix HTML escaping in the guidesRafael Mendonça França2016-10-251-1/+1
* Fix indentationRafael Mendonça França2016-10-251-1/+1
* Generate HTML not plain textRafael Mendonça França2016-10-251-1/+1
* Fix plain option in the rails_guides generatorRafael Mendonça França2016-10-251-1/+1
* [ci skip] Update Levenshtein code with better attribution.Kasper Timm Hansen2016-09-121-1/+3
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-8/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-162-10/+10
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* applies remaining conventions across the projectXavier Noria2016-08-062-8/+8
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-152/+152
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+2
* modernizes hash syntax in guidesXavier Noria2016-08-064-9/+9
* applies new string literal convention in guidesXavier Noria2016-08-066-95/+95
* Correct guide generation command [ci skip]Aditya Kapoor2016-07-021-3/+3
* [ci skip] Fix typoAkshay Vishnoi2015-12-221-1/+1
* Simplify `RailsGuides::Generator#select_only` a bitViktar Basharymau2015-11-221-1/+1
* Fix a typoAlex Popov2015-11-191-1/+1
* concatenate @lang if @lang is presence to avoid useless slashSeiei Miyagi2015-10-051-1/+1
* Add ability to translate rails guides documents.yamlSeiei Miyagi2015-10-052-2/+2
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* Speed up Levenshtein by 50% and reduce 97% of memory usageYuki Nishijima2015-04-111-2/+5
* Fix place of require 'rails_guides/markdown'yui-knk2015-03-071-0/+1
* fix bug in Levenshtein distance calculationschneems2015-02-251-2/+0
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
* Consider `html+erb` as a valid language for snippetsRobin Dupret2015-01-031-1/+1
* removes superfluous regexp groupXavier Noria2014-12-231-1/+1
* third test to warn against reading guides in GitHubXavier Noria2014-12-231-1/+1
* second test to warn against reading guides in GitHubXavier Noria2014-12-231-2/+1
* proof of concept, need to check in GitHubXavier Noria2014-12-231-0/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Fix guide anchor generation logic.Juanito Fatas2014-08-241-1/+6
* Revert "Do not gsub non ASCII characters in header anchor.".Juanito Fatas2014-08-201-1/+1
* Uppercase HTML in docs.Hendy Tanata2014-08-081-1/+1
* Update the levenshtein distance method in guides.Juanito Fatas2014-06-281-21/+29
* Do not gsub non ASCII characters in header anchor.Juanito Fatas2014-05-221-2/+1
* Update Redcarpet to 3.1.2Robin Dupret2014-05-141-1/+1
* Guides: output valid HTML5Nate Berkopec2014-05-053-7/+7
* `rails_guides/helpers.rb` requires `YAML` to run.Yves Senn2014-02-031-0/+2
* remove warnings on ruby trunklaurocaetano2013-11-011-1/+1
* used flat_map instead of map.flatten in /guides/rails_guides/helpers.rbKarunakar (Ruby)2013-08-041-1/+1
* remove unused variableVipul A M2013-04-131-1/+1
* place article name in the beginning of guides page titleGosha Arinich2013-01-061-1/+3
* Merge pull request #8348 from danchoi/masterVijay Dev2012-12-082-4/+121
|\
| * Add periodical-style TOC and navigation to Kindle version of guidesDaniel Choi2012-12-012-4/+121
* | let @version be always externally set in guides generation [fixes #8221]Xavier Noria2012-12-071-1/+1
|/