aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/action_mailer_basics.md2
-rw-r--r--guides/source/active_model_basics.md2
-rw-r--r--guides/source/command_line.md2
-rw-r--r--guides/source/getting_started.md3
4 files changed, 0 insertions, 9 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md
index 8687cfea52..ca5a085172 100644
--- a/guides/source/action_mailer_basics.md
+++ b/guides/source/action_mailer_basics.md
@@ -5,8 +5,6 @@ This guide should provide you with all you need to get started in sending and re
--------------------------------------------------------------------------------
-WARNING. This guide is based on Rails 3.2. Some of the code shown here will not work in earlier versions of Rails.
-
Introduction
------------
diff --git a/guides/source/active_model_basics.md b/guides/source/active_model_basics.md
index 0613c14d94..6fecaa32a7 100644
--- a/guides/source/active_model_basics.md
+++ b/guides/source/active_model_basics.md
@@ -5,8 +5,6 @@ This guide should provide you with all you need to get started using model class
--------------------------------------------------------------------------------
-WARNING. This guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails.
-
Introduction
------------
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 3e91106602..1615f0148b 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -13,8 +13,6 @@ Rails comes with every command line tool you'll need to
NOTE: This tutorial assumes you have basic Rails knowledge from reading the [Getting Started with Rails Guide](getting_started.html).
-WARNING. This Guide is based on Rails 3.2. Some of the code shown here will not work in earlier versions of Rails.
-
Command Line Basics
-------------------
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 2048cb49d8..bddf5b3d40 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -12,9 +12,6 @@ you should be familiar with:
--------------------------------------------------------------------------------
-WARNING. This Guide is based on Rails 4. Some of the code shown here will not
-work in earlier versions of Rails.
-
Guide Assumptions
-----------------