Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace autoloads, and document hints for troubleshooting | Xavier Noria | 2018-09-07 | 1 | -0/+31 |
| | | | | Closes #32885. | ||||
* | Merge pull request #33229 from ↵ | Matthew Draper | 2018-07-25 | 1 | -13/+13 |
|\ | | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails | ||||
| * | Improve text readability | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
| | | |||||
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together. | ||||
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | restores original intention in constants guide, reworded [ci skip] | Xavier Noria | 2018-05-06 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | Once all technicalities have been introduced, the purpose of this paragraph is to precisely unroll expressions like "the String class". That way, the reader is forced to clearly separate concepts that Ruby programmers often have kind of blurred: * Constants are storage, like variables. * Ruby does not have syntax for class or module names. * `String` is a regular constant that holds a value. In this case, the value happens to be a class object. * Constants are stored in class and module objects. In the case of `String`, the holder is the class object stored in the `Object` constant. Understanding that paragraph the way is written is important to accomplish this objective. References #32818. | ||||
* | Remove confusion in the sentence [ci skip] | Santosh Wadghule | 2018-05-04 | 1 | -3/+3 |
| | |||||
* | Remove parentheses [ci skip] | Yauheni Dakuka | 2018-02-12 | 1 | -1/+1 |
| | |||||
* | Correct capitalization of "Rails" in the guide text. | Tim Diggins | 2018-02-03 | 1 | -6/+6 |
| | | | | correction to #31755 as per https://github.com/rails/rails/pull/31755#discussion_r165819798 | ||||
* | Fix typo | Sam Yamashita | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Clarify autoload_paths and eager_load in guides per current usage. [CI SKIP] | Tim Diggins | 2018-01-21 | 1 | -11/+30 |
| | |||||
* | updates autoloading guide for Ruby 2.5 [ci skip] | Xavier Noria | 2017-11-01 | 1 | -1/+9 |
| | |||||
* | Fix quotes [ci skip] | Yauheni Dakuka | 2017-09-18 | 1 | -4/+4 |
| | |||||
* | Update result of autoload_paths in Autoloading and Reloading Constants guide ↵ | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+10 |
| | | | | [ci skip] | ||||
* | Correct Autoloading and STI guide (issue #26994) | Kevin Reintjes | 2017-04-06 | 1 | -9/+8 |
| | |||||
* | autoloading guide: specify autoload paths are set when the app boots [ci skip] | Xavier Noria | 2016-05-26 | 1 | -3/+4 |
| | |||||
* | Fix small typos [ci skip] | Tom Copeland | 2016-04-20 | 1 | -2/+2 |
| | |||||
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 1 | -4/+4 |
| | | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip] | ||||
* | Update autoloading_and_reloading_constants.md | pavlos | 2015-12-01 | 1 | -1/+1 |
| | | | Fixed a typo | ||||
* | Fix typo: "in" should be "is" | Rémy Coutable | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Fix the wrong documentation about config.autoload_paths [ci skip] | Mehmet Emin İNAÇ | 2015-04-13 | 1 | -3/+1 |
| | | | | config.autoload_paths is not changeable from environment specific configuration files. | ||||
* | Some documentation edits [ci skip] | Robin Dupret | 2015-03-05 | 1 | -1/+4 |
| | | | | | | * Fix a few typos * Wrap some lines around 80 chars * Rephrase some statements | ||||
* | constants guide: adds a step to a resolution algorithm | Xavier Noria | 2015-02-18 | 1 | -1/+3 |
| | | | | | Not sure how this one slipped, maybe deleted by accident while editing or something. Anyway, fixed. | ||||
* | Fix a typo in autoloading doc and note on autoload_paths [ci skip] | jafrog | 2015-02-02 | 1 | -1/+2 |
| | |||||
* | Fix grammar in Qualified Constants section | Alex Johnson | 2015-01-29 | 1 | -1/+1 |
| | | | | | New wording is based on the "cref" sentence earlier in the section. [ci skip] | ||||
* | [ci skip] Fix what is pushed to nesting about eval family | yui-knk | 2015-01-24 | 1 | -2/+3 |
| | |||||
* | constants guide: make assumption explicit in an example [closes #18465] [ci ↵ | Xavier Noria | 2015-01-23 | 1 | -0/+10 |
| | | | | skip] | ||||
* | Merge pull request #18576 from yui-knk/fix/autoload4 | Santiago Pastorino | 2015-01-18 | 1 | -3/+2 |
|\ | | | | | [ci skip] Move a introduction of `Module.nesting` | ||||
| * | [ci skip] Move a introduction of `Module.nesting` | yui-knk | 2015-01-18 | 1 | -3/+2 |
| | | | | | | | | | | Move a introduction of `Module.nesting` to the beginning of sentence. This change will help reader to try to dump `nesting`. | ||||
* | | [ci skip] fix positions of parentheses | yui-knk | 2015-01-18 | 1 | -5/+5 |
|/ | |||||
* | [ci skip] Change to the passive voice | yui-knk | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18503 from vipulnsward/guides-in-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ | | | | | Changed `IN` to `ON` in markdown renderer condition | ||||
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | | fix link in autoloading guide [ci skip] | yuuji.yaginuma | 2015-01-14 | 1 | -1/+1 |
|/ | |||||
* | Fix a few typos [ci skip] | Robin Dupret | 2014-12-24 | 1 | -4/+5 |
| | |||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Renaming the autoloading guide [ci skip] | Vijay Dev | 2014-12-20 | 1 | -0/+1297 |
The term 'constant autoloading' can be mistakenly construed as 'constantly autoloading'. |