1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Xavier Noria
28a7c98fe6 autoloading guide: specify autoload paths are set when the app boots [ci skip] 2016-05-26 07:42:31 +02:00
Tom Copeland
610de88b1c Fix small typos [ci skip] 2016-04-20 20:19:11 -04:00
Genadi Samokovarov
c29fbd3c7a ApplicationRecord documentation pass
This is a pass over the documentation which fills the missing gaps of
`ApplicationRecord`.

[ci skip]
2015-12-17 11:56:35 +01:00
pavlos
6861a1d944 Update autoloading_and_reloading_constants.md
Fixed a typo
2015-12-01 13:24:45 -08:00
Rémy Coutable
202c5c6395 Fix typo: "in" should be "is" 2015-11-11 09:51:37 +01:00
Mehmet Emin İNAÇ
45747a5572 Fix the wrong documentation about config.autoload_paths [ci skip]
config.autoload_paths is not changeable from environment specific configuration files.
2015-04-13 11:56:50 +03:00
Robin Dupret
d969405acd Some documentation edits [ci skip]
* Fix a few typos
* Wrap some lines around 80 chars
* Rephrase some statements
2015-03-05 14:18:09 +01:00
Xavier Noria
9814eb6427 constants guide: adds a step to a resolution algorithm
Not sure how this one slipped, maybe deleted by accident while editing or
something. Anyway, fixed.
2015-02-18 12:37:19 +01:00
jafrog
dd0cae3138 Fix a typo in autoloading doc and note on autoload_paths [ci skip] 2015-02-02 22:00:18 +00:00
Alex Johnson
dc6f5cb0dd Fix grammar in Qualified Constants section
New wording is based on the "cref" sentence earlier in the section.

[ci skip]
2015-01-29 16:46:44 -08:00
yui-knk
419d259f63 [ci skip] Fix what is pushed to nesting about eval family 2015-01-24 22:50:08 +09:00
Xavier Noria
4e02dcc252 constants guide: make assumption explicit in an example [closes #18465] [ci skip] 2015-01-23 11:21:42 +01:00
Santiago Pastorino
8a87ebfd8f Merge pull request #18576 from yui-knk/fix/autoload4
[ci skip] Move a introduction of `Module.nesting`
2015-01-18 12:01:54 -02:00
yui-knk
75b382301d [ci skip] Move a introduction of Module.nesting
Move a introduction of `Module.nesting` to the beginning of sentence.
This change will help reader to try to dump `nesting`.
2015-01-18 11:43:03 +09:00
yui-knk
51f97d02cc [ci skip] fix positions of parentheses 2015-01-18 11:17:39 +09:00
yui-knk
03d049cca2 [ci skip] Change to the passive voice 2015-01-17 23:52:53 +09:00
Xavier Noria
7ba24831d7 Merge pull request #18503 from vipulnsward/guides-in-on
Changed `IN` to `ON` in markdown renderer condition
2015-01-14 11:35:34 +01:00
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
yuuji.yaginuma
fe9f8fb56a fix link in autoloading guide [ci skip] 2015-01-14 13:22:51 +09:00
Robin Dupret
ef7e440c97 Fix a few typos [ci skip] 2014-12-24 19:56:00 +01:00
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Vijay Dev
34cd7e2b1a Renaming the autoloading guide [ci skip]
The term 'constant autoloading' can be mistakenly
construed as 'constantly autoloading'.
2014-12-20 15:46:15 +00:00
Renamed from guides/source/constant_autoloading_and_reloading.md (Browse further)