diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 05:21:30 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 05:21:30 -0800 |
commit | 5ea8a41cdde71a7ed69340b857b391633e8d04b9 (patch) | |
tree | d1b431a4df3d4cc1c3b337c1529954b81fe85686 | |
parent | 6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 (diff) | |
download | rails-5ea8a41cdde71a7ed69340b857b391633e8d04b9.tar.gz rails-5ea8a41cdde71a7ed69340b857b391633e8d04b9.tar.bz2 rails-5ea8a41cdde71a7ed69340b857b391633e8d04b9.zip |
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.
-rw-r--r-- | guides/source/action_mailer_basics.md | 2 | ||||
-rw-r--r-- | guides/source/active_model_basics.md | 2 | ||||
-rw-r--r-- | guides/source/command_line.md | 2 | ||||
-rw-r--r-- | guides/source/getting_started.md | 3 |
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 ----------------- |