aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Collapse)AuthorAgeFilesLines
* Bring order description in line with actual text.Ryan Bigg2010-11-291-1/+1
|
* Use ARel for Range Conditions section, remove Date & Time section because ↵Ryan Bigg2010-11-291-53/+7
| | | | users should *never* do that.
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* Minor rephrasing in Active Record Quering and Layouts and Rendering guides.Kulbir Saini2010-09-241-3/+3
| | | | Example code fixes in Layouts and Rendering guide.
* Fix an english failPratik Naik2010-08-311-1/+1
|
* Fix the readonly sectionPratik Naik2010-08-311-11/+5
|
* Update the section about joinsPratik Naik2010-08-311-4/+4
|
* Fix pessimistic locking examplesPratik Naik2010-08-301-4/+4
|
* Reword calculations sectionPratik Naik2010-08-301-10/+10
|
* Reword the section about exists?Pratik Naik2010-08-301-3/+3
|
* Improve example for having()Pratik Naik2010-08-301-1/+1
|
* Remove {} from hash conditions. And more occurrences of [] in array conditionsPratik Naik2010-08-301-12/+12
|
* Array conditions dont need []Pratik Naik2010-08-301-3/+3
|
* User.each is a liePratik Naik2010-08-301-2/+2
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-6/+6
| | | | 's/[ \t]*$//' -i {} \;)
* AR guide: fixes a queryXavier Noria2010-08-061-1/+1
|
* 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
|