From 79f02a473cb6aef00003745f23802314c8c89e7d Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Tue, 9 Feb 2010 13:31:51 +1100 Subject: [PATCH] Altering the warnings --- railties/guides/source/action_mailer_basics.textile | 2 +- railties/guides/source/getting_started.textile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/railties/guides/source/action_mailer_basics.textile b/railties/guides/source/action_mailer_basics.textile index 2405b8f28c..9e5e01ef2f 100644 --- a/railties/guides/source/action_mailer_basics.textile +++ b/railties/guides/source/action_mailer_basics.textile @@ -4,7 +4,7 @@ This guide should provide you with all you need to get started in sending and re endprologue. -WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in other versions of Rails. +WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails. h3. Introduction diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 8ddf0cf3cf..ea8154cccc 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -9,7 +9,7 @@ This guide covers getting up and running with Ruby on Rails. After reading it, y endprologue. -WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in other versions of Rails. +WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails. h3. Guide Assumptions