From 5ea8a41cdde71a7ed69340b857b391633e8d04b9 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 05:21:30 -0800 Subject: [PATCH] Remove 'This guide is based on ' warnings. It's obvious that the guide is based on this version of Rails, and may not be backwards compatible. --- guides/source/action_mailer_basics.md | 2 -- guides/source/active_model_basics.md | 2 -- guides/source/command_line.md | 2 -- guides/source/getting_started.md | 3 --- 4 files changed, 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 -----------------