aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect description of the returned results.Ben Orenstein2011-05-271-2/+2
|
* Copy edits 64148ab96b47a9904fdd839bc69971b4e156bb04 (previous commit). ↵Ben Orenstein2011-05-261-1/+1
| | | | Please squash at will.
* 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
| | | | an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query
* Querying guide: mention that performing a where on an relation that contains ↵Ryan Bigg2011-03-221-0/+14
| | | | an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query
* wrong SQL statementAkira Matsuda2011-03-061-1/+1
|
* Documented the except and only conditions in the guides. Took the cue from ↵Vijay Dev2011-01-151-2/+30
| | | | Jordi Ramero's commit (b31ef7ee83f3fe808f7534172ce2bf22ef6c7cc0)
* 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 ↵Ryan Bigg2010-12-241-131/+0
| | | | | | | | | | that added documentation involving the arel_table method This reverts commit 578f9711fdb42ca9fc4b8248c494afe755cd1c17. Conflicts: railties/guides/source/active_record_querying.textile
* 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
| | | | as they are modifiers, not conditions in the prime sense of the word.
* 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 ↵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
|