aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Expand)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 use...Ryan Bigg2010-11-291-53/+7
* guides: gives clear instructions for feedback, removes links to the now archi...Xavier Noria2010-11-191-2/+0
* Minor rephrasing in Active Record Quering and Layouts and Rendering guides.Kulbir Saini2010-09-241-3/+3
* 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
* AR guide: fixes a queryXavier Noria2010-08-061-1/+1
* AR queying guide: let limit and offset be different numbers to help making cl...Xavier Noria2010-07-141-6/+6
* Active Record Query Interface Guide: Corrected the explanation for the OFFSET...Michael Hutchinson2010-07-141-1/+1
* Active Record Query Interface Guide: Fixed a few typos and made minor changes...Michael Hutchinson2010-07-141-10/+10
* 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
* 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 number...Rohit Arondekar2010-06-131-1/+1
* 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 St...Jaime Iniesta2010-04-091-2/+2
* Active Record Query Interface Guide: Added LIMIT so the query translates corr...Rizwan Reza2010-04-051-1/+1
* 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 gui...Evan Farrar2009-05-091-6/+0
* 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