From a9f50f87c38659d0e9425f86f613cf5328d55d27 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Fri, 26 Feb 2016 15:52:21 +0530 Subject: [ci skip] Remove reference to Rails 4 in the initialization guide. --- guides/source/documents.yaml | 2 +- guides/source/initialization.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'guides') 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: -- cgit v1.2.3