Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -110/+110 |
| | |||||
* | modernizes hash syntax in guides | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | |||||
* | applies new string literal convention in guides | Xavier Noria | 2016-08-06 | 1 | -30/+30 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Correct guide generation command [ci skip] | Aditya Kapoor | 2016-07-02 | 1 | -3/+3 |
| | |||||
* | Simplify `RailsGuides::Generator#select_only` a bit | Viktar Basharymau | 2015-11-22 | 1 | -1/+1 |
| | | | The main goal is to improve readability, but as a side effect this commit makes the method a bit faster. | ||||
* | Add ability to translate rails guides documents.yaml | Seiei Miyagi | 2015-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Some translations of rails guides has their own documents.yaml, for example Japanese: https://github.com/yasslab/railsguides.jp/blob/japanese/guides/source/documents.yaml Traditional Chinese: https://github.com/docrails-tw/guides/blob/master/rails_guides/helpers.rb#L21,L27 https://github.com/docrails-tw/guides/blob/master/source/documents_zh-TW.yaml The [Translating Rails Guides](https://github.com/rails/docrails/wiki/translating-rails-guides) says > Copy the contents of guides/source into your own language directory and translate them. So that sounds ok to copy guides/source/documents.yaml into language specific directly and translating them like other markdown files. | ||||
* | Fix place of require 'rails_guides/markdown' | yui-knk | 2015-03-07 | 1 | -0/+1 |
| | |||||
* | remove warnings on ruby trunk | laurocaetano | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8348 from danchoi/master | Vijay Dev | 2012-12-08 | 1 | -4/+2 |
|\ | | | | | Kindle ebook generation with working section navigation | ||||
| * | Add periodical-style TOC and navigation to Kindle version of guides | Daniel Choi | 2012-12-01 | 1 | -4/+2 |
| | | |||||
* | | let @version be always externally set in guides generation [fixes #8221] | Xavier Noria | 2012-12-07 | 1 | -1/+1 |
|/ | | | | | | | | | | Shelling out was there for authors convenience, but we are rather going to have the tag or SHA1 always in RAILS_VERSION and if the environment variable is blank, then just use "local" as a reminder that you are just working locally. The docs server has been updated to set the long SHA1 in RAILS_VERSION when generating edge guides. | ||||
* | let .md be the only supported extension for guides | Xavier Noria | 2012-09-18 | 1 | -4/+4 |
| | |||||
* | No more Textile guide generation support | Prem Sichanugrist | 2012-09-17 | 1 | -68/+7 |
| | |||||
* | Skip kindle's readme file on generation | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -3/+8 |
| | |||||
* | [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 ↵ | Rafael Magana | 2012-05-28 | 1 | -5/+0 |
| | | | | instead of using KINDLE=1 | ||||
* | [guides] get rid of any reference to the generator script since rake tasks ↵ | Rafael Magana | 2012-05-28 | 1 | -1/+1 |
| | | | | are now the new interface | ||||
* | [guides] update generator.rb to refer to guides:generate instead of ↵ | Rafael Magana | 2012-05-27 | 1 | -1/+1 |
| | | | | generate_guides | ||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+310 |