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.
This commit is contained in:
Steve Klabnik 2012-11-29 05:21:30 -08:00
parent 6dcae8ae9c
commit 5ea8a41cdd
4 changed files with 0 additions and 9 deletions

View File

@ -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
------------

View File

@ -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
------------

View File

@ -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
-------------------

View File

@ -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
-----------------