Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #32596 from bogdanvlviv/add-reference-to-5_2-from-edge-guides | Ryuta Kamizono | 2018-04-17 | 1 | -0/+1 |
|\ | | | | | Add the reference to Rails Guides 5.2 from the Edge Guides | ||||
| * | Add the reference to Rails Guides 5.2 from the Edge Guides | bogdanvlviv | 2018-04-17 | 1 | -0/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Update Rails minor version from 5.1 to 5.2 [ci skip] | Jolyon Pawlyn | 2018-04-16 | 1 | -1/+1 |
|/ | |||||
* | [ci skip] Use Oxford comma style in guide | Yoshiyuki Hirano | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | Add earlier releases links v3.0 and v3.1 in guides | Yoshiyuki Hirano | 2018-03-31 | 1 | -1/+3 |
| | |||||
* | Add v5.1 to earlier releases list in guide [ci skip] | Yoshiyuki Hirano | 2017-10-07 | 1 | -0/+1 |
| | |||||
* | Upgrade various Rails 5.0 references to 5.1 | Jon Moss | 2017-03-25 | 1 | -1/+2 |
| | | | | | | | RC1 is out, `5-1-stable` has been created, figured it was time to start updating this stuff :) [ci skip] | ||||
* | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | let the guides home point to the new release series endpoints [ci skip] | Xavier Noria | 2015-09-18 | 1 | -5/+5 |
| | |||||
* | Including links to earlier releases guides (4.1.8 and 4.0.12) [ci skip] | Lucas Caton | 2015-01-02 | 1 | -0/+2 |
| | |||||
* | Updating guides for Rails 5.0 [ci skip] | Lucas Caton | 2015-01-02 | 1 | -2/+5 |
| | |||||
* | updates some pointers in the guides welcome section [ci skip] | Xavier Noria | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | update rails version for earlier releases in edgeguides | Gaurav Sharma | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Update Rails versions [ci skip] | Robin Dupret | 2014-07-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | As discussed in #15304, we need to automate this process but for now, having out-of-date versions is not ideal. Since master targets 4.2.0, let's also update references to the last 4.1 version to 4.2.0. Finally, let's remove mentions to versions when this is not needed. The guides cover the features of the current version anyway. [Juanito Fatas + Robin Dupret] | ||||
* | Update links to new rails version in guides [ci skip] | Arun Agrawal | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | eliminate repetition in guide links for past releases [ci skip] | Vijay Dev | 2014-05-02 | 1 | -10/+1 |
| | |||||
* | Added link for 4.1 guides on edge guide [ci skip] | Arun Agrawal | 2014-05-02 | 1 | -0/+3 |
| | |||||
* | Fix version indicator on guides and link to Rails 4.0 [ci skip] | Rafael Mendonça França | 2014-04-11 | 1 | -1/+4 |
| | |||||
* | Pointing to latest guides [ci skip] | Arun Agrawal | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Using 2.3.11 URL for 2.3.x guides [ci skip] | Arun Agrawal | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Update guides welcome page to point to version 3.2.16 [ci skip] | Arun Agrawal | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | Update guides welcome page to point to version 3.2.15 [ci skip] | Carlos Antonio da Silva | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Update Rails 3.2.x guide link [ci skip] | Tomas Varaneckas | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
| | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake. | ||||
* | Update Rails 3.2.x guide link [ci skip] | Tomas Varaneckas | 2013-07-27 | 1 | -1/+1 |
| | |||||
* | We are now rails 4 [skip-ci] | Vipul A M | 2013-06-26 | 1 | -1/+4 |
| | |||||
* | 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. | ||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+19 |