aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Collapse)AuthorAgeFilesLines
* AR queying guide: let limit and offset be different numbers to help making ↵Xavier Noria2010-07-141-6/+6
| | | | clear what is what in the explanation, rewords also a bit
* Active Record Query Interface Guide: Corrected the explanation for the ↵Michael Hutchinson2010-07-141-1/+1
| | | | OFFSET example.
* Active Record Query Interface Guide: Fixed a few typos and made minor ↵Michael Hutchinson2010-07-141-10/+10
| | | | changes to improve readability.
* Active Record Query Interface Guide: Fixed minor typos.Michael Hutchinson2010-07-141-7/+9
|
* Clarify language around list of finder methods.kaygee2010-06-161-2/+2
| | | | Clarify that finder methods return an instance of class ActiveRecord::Relation.
* Fix incorrect pluralization in 'These methods allows you to pass arguments...'.kaygee2010-06-161-1/+1
|
* updated active record querying guide to standardize on first_name for ClientDerek Willis2010-06-131-1/+1
|
* updated active record querying guide to standardize on first_name for ClientDerek Willis2010-06-131-12/+12
|
* Rails Guides: AR Querying, .count should be at the end as it returns a ↵Rohit Arondekar2010-06-131-1/+1
| | | | number. [#4811 state:resolved]
* typo. missing 'if'logylaps2010-05-041-1/+1
|
* grammatical error 'uses' -> 'use'Joe Hannon2010-05-021-1/+1
|
* update changelogJaime Iniesta2010-04-091-0/+1
|
* Fixed duplicated IDs on active_record_querying guide to validate XHTML 1.0 ↵Jaime Iniesta2010-04-091-2/+2
| | | | Strict
* Active Record Query Interface Guide: Added LIMIT so the query translates ↵Rizwan Reza2010-04-051-1/+1
| | | | correctly.
* include should be includesJames Miller2010-02-041-7/+8
|
* First pass at updating to Rails 3 AR query syntaxJames Miller2010-02-031-95/+72
|
* minor HTML and formatting fixeskommissar2009-07-161-3/+3
|
* Grammer: 'a' => 'an' where applicable.Joseph Pecoraro2009-05-291-1/+1
|
* The MailingAddress is good design, but it adds some noise to the querying ↵Evan Farrar2009-05-091-6/+0
| | | | guide b/c it is not referenced anywhere.
* destroyal -> destruction, thanks to FelixLeiterXavier Noria2009-05-061-1/+1
|
* Remove named scopes from query guide contents, separate guide is comingMike Gunderloy2009-04-191-1/+0
|
* removes a wrong comment in the finders guideXavier Noria2009-03-211-1/+0
|
* clients.idPratik Naik2009-03-151-1/+1
|
* revised links in guides according to W3C link checker reportXavier Noria2009-03-151-2/+2
|
* Fix generated sqlPratik Naik2009-03-151-1/+1
|
* fixes broken links in finders guideXavier Noria2009-03-151-4/+4
|
* some minor details in finders guideXavier Noria2009-03-141-8/+8
|
* fixes typo in finders guideXavier Noria2009-03-141-1/+1
|
* revised capitalization of titlesXavier Noria2009-03-141-35/+35
|
* minor details in the querying guideXavier Noria2009-03-141-3/+3
|
* Fix the table namePratik Naik2009-03-141-1/+1
|
* Move find_each stuff to the top and change a bitPratik Naik2009-03-141-41/+68
|
* explains the order in which records are fetched by find_eachXavier Noria2009-03-131-1/+1
|
* reword a paragraph in find_each explanationXavier Noria2009-03-131-1/+1
|
* explains find_each and find_in_batches in the querying guideXavier Noria2009-03-131-0/+41
|
* fixes broken links in AR finders guideXavier Noria2009-02-281-2/+2
|
* Consistent UPCASE setting of 'SQL'.Andreas Scherer2009-02-191-2/+2
| | | | | (Maybe one should use the <acronym> tag for acronyms and apply CSS 'text-transform: uppercase' globally. ;-)
* fixed example, closes LH ticket #59Xavier Noria2009-02-161-2/+2
|
* Add Model.exists?Pratik Naik2009-02-101-5/+14
|
* Removed named scopes from the finders guide. Named scopes deserve it's own guidePratik Naik2009-02-091-120/+2
|
* Rewrite eager loading and joins sectionsPratik Naik2009-02-071-38/+154
|
* Reorder find options under a same sectionPratik Naik2009-02-071-9/+25
|
* Improve sections dealing with order, select, limit and lockingPratik Naik2009-02-071-39/+144
|
* Improve Conditions sectionPratik Naik2009-02-071-27/+57
|
* Add options to the arg listPratik Naik2009-02-071-2/+4
|
* Improve structure at the beginning of the AR Finders guidePratik Naik2009-02-071-47/+84
|
* Fixed up bug reported by Darktatka in regards to :joins outside of lambda.Ryan Bigg2009-02-071-2/+2
|
* Fix some spelling erros in Active Record Querying guideJames Miller2009-02-061-3/+3
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+704
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory.