mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump query guide to latest version
This commit is contained in:
parent
70c4676d88
commit
9a62551d43
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ This guide covers different ways to retrieve data from the database using Active
|
||||||
|
|
||||||
endprologue.
|
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.
|
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:
|
Code examples throughout this guide will refer to one or more of the following models:
|
||||||
|
|
Loading…
Reference in a new issue