aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Expand)AuthorAgeFilesLines
* Documented the except and only conditions in the guides. Took the cue from Jo...Vijay Dev2011-01-151-2/+30
* fixed query outputVijay Dev2011-01-091-2/+2
* highlighted find(array of keys) behaviour when one or more record is not foundVijay Dev2010-12-251-4/+2
* Revert "Query guide: arel_table, eq and eq_any" along with other commits that...Ryan Bigg2010-12-241-131/+0
* Query guide: visists => visitsRyan Bigg2010-12-241-1/+1
* Query guide: add or conditionsRyan Bigg2010-12-231-0/+11
* Query guide: cover further ARel methodsRyan Bigg2010-12-231-7/+76
* Query guide: Document "in" methodsRyan Bigg2010-12-231-0/+25
* Query guide: arel_table, eq and eq_anyRyan Bigg2010-12-231-0/+26
* Query guide: specify what type of objects scopes returnRyan Bigg2010-12-231-1/+1
* Query guide: Ordering, selecting and so on shouldn't be nested in conditions ...Ryan Bigg2010-12-231-9/+9
* Query Guide: update ChangelogRyan Bigg2010-12-231-0/+1
* Query guide: class methods are still available on associationsRyan Bigg2010-12-231-1/+5
* Query guide: scopes with arguments should be instead defined as class methods.Ryan Bigg2010-12-231-3/+31
* Query guide: fix indentationRyan Bigg2010-12-231-13/+13
* Remove comma [samuelkadoph]Ryan Bigg2010-12-231-1/+1
* Query guide: lambdas must be used when working with scopesRyan Bigg2010-12-231-0/+12
* Querying guide: Add mention of the scope methodRyan Bigg2010-12-231-0/+42
* typoSamus_2010-12-031-1/+1
* 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