aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides/generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix rails guides generationlocalhostdotdev2019-03-221-1/+1
* After https://github.com/rails/rails/pull/35281 and https://github.com/rails...Vipul A M2019-03-121-1/+1
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-2/+2
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-3/+3
* Use safe nav operator when calling RailsGuides::Generator.newYosuke Kabuto2018-12-051-2/+2
* Use direction instead of rtl flag.Alberto Almagro2018-11-221-11/+14
* Merge pull request #34486 from tamarr/masterRafael Mendonça França2018-11-191-2/+8
|\
| * allow right to left styling of docs (#3)tamarr2018-11-191-2/+7
|/
* Not generate needless files in guidesYoshiyuki Hirano2018-04-021-25/+27
* Use frozen string literal in guides/Koichi ITO2017-08-131-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix to use correct path with language on guideShia2017-03-081-1/+1
* refactors and fixes in guides generation [ci skip]Xavier Noria2017-02-121-105/+62
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-110/+110
* modernizes hash syntax in guidesXavier Noria2016-08-061-2/+2
* applies new string literal convention in guidesXavier Noria2016-08-061-30/+30
* Correct guide generation command [ci skip]Aditya Kapoor2016-07-021-3/+3
* Simplify `RailsGuides::Generator#select_only` a bitViktar Basharymau2015-11-221-1/+1
* Add ability to translate rails guides documents.yamlSeiei Miyagi2015-10-051-1/+1
* Fix place of require 'rails_guides/markdown'yui-knk2015-03-071-0/+1
* remove warnings on ruby trunklaurocaetano2013-11-011-1/+1
* Merge pull request #8348 from danchoi/masterVijay Dev2012-12-081-4/+2
|\
| * Add periodical-style TOC and navigation to Kindle version of guidesDaniel Choi2012-12-011-4/+2
* | let @version be always externally set in guides generation [fixes #8221]Xavier Noria2012-12-071-1/+1
|/
* let .md be the only supported extension for guidesXavier Noria2012-09-181-4/+4
* No more Textile guide generation supportPrem Sichanugrist2012-09-171-68/+7
* Skip kindle's readme file on generationPrem Sichanugrist2012-09-171-0/+1
* Start rewriting 4.0 release note into MarkdownPrem Sichanugrist2012-09-171-3/+8
* [guides] fix reference to railties directory, guides are no longer thereRafael Magana2012-05-281-1/+1
* [guides] guides:generate:kindle is the new interface to generate .mobi file i...Rafael Magana2012-05-281-5/+0
* [guides] get rid of any reference to the generator script since rake tasks ar...Rafael Magana2012-05-281-1/+1
* [guides] update generator.rb to refer to guides:generate instead of generate_...Rafael Magana2012-05-271-1/+1
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+310