aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect description of the returned results.Ben Orenstein2011-05-271-2/+2
* Copy edits 64148ab96b47a9904fdd839bc69971b4e156bb04 (previous commit). Please...Ben Orenstein2011-05-261-1/+1
* Improve 'Joining Tables' section with additional examples and explanation.Ben Orenstein2011-05-261-1/+29
* Don't you lie to me!Ben Orenstein2011-05-261-2/+2
* document the reorder method(fb215110401c70cfc7013c6e2ad5753fa4e374e9)Vijay Dev2011-04-281-4/+31
* Exception got moved to ActiveModel with Rails 3Eric Anderson2011-04-201-1/+1
* Remove extra whitespaces from guidesSebastian Martinez2011-04-141-2/+2
* Making colon usage consistentMatt Duncan2011-04-131-1/+1
* fix example queryVijay Dev2011-04-061-1/+1
* Delegate first!, last!, any? and many? to scopedAndrew White2011-03-291-0/+20
* impact recent updates to #first! and #last! methodsSebastian Martinez2011-03-251-3/+3
* Update AR querying guide with #first! and #last! new methodsSebastian Martinez2011-03-251-0/+34
* Querying guide: mention that performing a where on an relation that contains ...Ryan Bigg2011-03-221-1/+3
* Querying guide: mention that performing a where on an relation that contains ...Ryan Bigg2011-03-221-0/+14
* wrong SQL statementAkira Matsuda2011-03-061-1/+1
* 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