diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-26 15:52:21 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-26 15:52:21 +0530 |
commit | a9f50f87c38659d0e9425f86f613cf5328d55d27 (patch) | |
tree | 82063fb199f76d2190648a0938d86ce1bba738bb | |
parent | c5b36a3e430530691bba7e0fd9f775e404f5bb5c (diff) | |
download | rails-a9f50f87c38659d0e9425f86f613cf5328d55d27.tar.gz rails-a9f50f87c38659d0e9425f86f613cf5328d55d27.tar.bz2 rails-a9f50f87c38659d0e9425f86f613cf5328d55d27.zip |
[ci skip] Remove reference to Rails 4 in the initialization guide.
-rw-r--r-- | guides/source/documents.yaml | 2 | ||||
-rw-r--r-- | guides/source/initialization.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index fdd6d4d33d..a3f2339114 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -116,7 +116,7 @@ name: The Rails Initialization Process work_in_progress: true url: initialization.html - description: This guide explains the internals of the Rails initialization process as of Rails 4. + description: This guide explains the internals of the Rails initialization process. - name: Autoloading and Reloading Constants url: autoloading_and_reloading_constants.html diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 156f9c92b4..c753586aa5 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -3,8 +3,8 @@ The Rails Initialization Process ================================ -This guide explains the internals of the initialization process in Rails -as of Rails 4. It is an extremely in-depth guide and recommended for advanced Rails developers. +This guide explains the internals of the initialization process in Rails. +It is an extremely in-depth guide and recommended for advanced Rails developers. After reading this guide, you will know: |