aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.textile
diff options
context:
space:
mode:
authorOscar Del Ben <oscar@oscardelben.com>2012-07-05 18:21:09 -0700
committerOscar Del Ben <oscar@oscardelben.com>2012-07-05 18:21:09 -0700
commit9a62551d43a1844504d79c8b2b91a22641eedff4 (patch)
tree09889530b52410ccfc461bc62b0f87d72d5c0873 /guides/source/active_record_querying.textile
parent70c4676d88a11c7a6f0579d69c9e3de1e1cd024e (diff)
downloadrails-9a62551d43a1844504d79c8b2b91a22641eedff4.tar.gz
rails-9a62551d43a1844504d79c8b2b91a22641eedff4.tar.bz2
rails-9a62551d43a1844504d79c8b2b91a22641eedff4.zip
Bump query guide to latest version
Diffstat (limited to 'guides/source/active_record_querying.textile')
-rw-r--r--guides/source/active_record_querying.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile
index 101988c59e..7edf9c8b6e 100644
--- a/guides/source/active_record_querying.textile
+++ b/guides/source/active_record_querying.textile
@@ -12,8 +12,6 @@ This guide covers different ways to retrieve data from the database using Active
endprologue.
-WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in other versions of Rails.
-
If you're used to using raw SQL to find database records, then you will generally find that there are better ways to carry out the same operations in Rails. Active Record insulates you from the need to use SQL in most cases.
Code examples throughout this guide will refer to one or more of the following models: