Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 1 | -1/+1 |
| | | | | | In cases where the MatchData object is not used, this provides a speed-up: https://github.com/JuanitoFatas/fast-ruby/#stringmatch-vs-stringmatch-vs-stringstart_withstringend_with-code-start-code-end | ||||
* | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Fix all style guides violations | Rafael Mendonça França | 2017-04-19 | 1 | -3/+3 |
| | | | | | Closes #28382 Closes #28651 | ||||
* | force UTF-8 as external encoding in guides generation [ci skip] | Xavier Noria | 2017-03-09 | 1 | -3/+16 |
| | | | | See the rationale in the comment found in the patch. | ||||
* | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 1 | -13/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit is not precisely atomic, but the changes have evolved, summary: * The ENV-based interface has been moved upwards, the generator has now a conventional initializer. * RAILS_VERSION is now assumed to be a Git tag. A blank RAILS_VERSION means edge guides. * In consequence, the EDGE env variable is gone. * The "local" version is also gone, the current SHA1 is computed for edge guides. * Assumes guides are generated from a repo checkout (time ago users could generate them from gems.) * The WARNINGS flag is gone in consequence, you cannot disable warnings. * The `api_link` Markdown helper is fixed. * Docs about usage have one single place: rake guides:help. * Links in guides have been revised. | ||||
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
| | | | | | | Some methods were added to public API in 5b14129d8d4ad302b4e11df6bd5c7891b75f393c and they should be not part of the public API. | ||||
* | Fix rake guides:generate:kindle error | Bian Jiaping | 2016-12-18 | 1 | -2/+3 |
| | |||||
* | update kindlerb gem | Gaurav Sharma | 2016-10-21 | 1 | -1/+1 |
| | | | Ruby Kindle periodical-format ebook generator | ||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+4 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Fix WARNINGS flag inside guides/Rakefile | Jade Misenas | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Update link (minor fix) | Darío Hereñú | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Fix grammar in Rakefile markup [ci skip] | Brooks Reese | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Clarify where result goes, and supported formats of generate task. | Zachary Scott | 2014-11-25 | 1 | -1/+3 |
| | | | | [ci skip] | ||||
* | Improve error message for guides:generate:kindle | Łukasz Adamczak | 2014-04-03 | 1 | -2/+2 |
| | | | | | | | With `kindlegen` missing from the PATH, the task keeps suggesting to `gem install kindlerb`. This change provides a more meaningful error message for guides:generate:kindle. | ||||
* | Add periodical-style TOC and navigation to Kindle version of guides | Daniel Choi | 2012-12-01 | 1 | -0/+6 |
| | |||||
* | No more Textile guide generation support | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | [guides] guides:generate:kindle is the new interface to generate .mobi file ↵ | Rafael Magana | 2012-05-28 | 1 | -6/+2 |
| | | | | instead of using KINDLE=1 | ||||
* | [guides] get rid of any reference to the generator script since rake tasks ↵ | Rafael Magana | 2012-05-28 | 1 | -5/+3 |
| | | | | are now the new interface | ||||
* | [guides] Add rake task to show help and make it the default one | Rafael Magana | 2012-05-26 | 1 | -0/+50 |
| | |||||
* | [guides] Add :guides namespace and :html and :kindle tasks to Rakefile | Rafael Magana | 2012-05-26 | 1 | -9/+25 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+11 |