aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
Commit message (Expand)AuthorAgeFilesLines
* docs, update `includes` + `where` example in AR guide. [ci skip]Yves Senn2014-06-061-3/+16
* Remove docs regarding grouping multiple values, as we should avoidZachary Scott2014-06-011-18/+1
* Add Total of grouped items to AR query interface on guidesMauro George2014-06-011-0/+34
* Improve readability of Explain Queries table in guides [ci skip]John Kelly Ferguson2014-05-241-16/+36
* resolved reorder issue in rails active record guidepeeyush2014-05-231-2/+4
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-84/+84
* fixes in active record query for reorderpeeyush2014-05-211-2/+2
* In Active Record Querying guide, currently `Merging of scopes` section uses a...ariabov2014-04-021-30/+29
* Fix a typo to make clause plural [ci skip]chriskohlbrenner2014-03-191-1/+1
* Don't use `# =>` when it is not the expression valuesRafael Mendonça França2014-02-181-8/+8
* Fix the column name [ci skip]Rafael Mendonça França2014-02-181-2/+2
* Aesthetic [ci skip]Rafael Mendonça França2014-02-181-4/+4
* Tell default_scope are prepended [ci skip]Rafael Mendonça França2014-02-181-1/+1
* Updated doc for default scope [ci skip]Rashmi Yadav2014-02-181-4/+4
* Fix order syntax in find_by_sql exampleGreg Saks2014-01-261-1/+1
* Only some dynamic finders are deprecated.Rafael Mendonça França2014-01-161-5/+5
* Update active_record_querying.mdGuillermo Iguaran2013-12-021-1/+1
* Added `rewhere` usage to AR querying guidesVipul A M2013-11-251-0/+26
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-5/+5
|\
| * Improve reading / style of hashes in AR guideCarlos Antonio da Silva2013-11-191-5/+5
| * Revert last two commits mistakenly changing join/include syntaxCarlos Antonio da Silva2013-11-191-7/+7
| * syntax error joining/including modelsSergio2013-11-181-2/+2
| * syntax error joining tablesSergio2013-11-181-5/+5
* | Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-16/+10
* | Change Relation#all to Relation#load [ci skip]Sıtkı Bağdat2013-11-151-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-281-1/+1
|\
| * use active voice and use more descriptive termsWeston Platter2013-09-221-1/+1
* | quote `false` reference in querying guide.Yves Senn2013-09-261-1/+1
* | [ci skip] Correct the explanation of the example for find_or_create_by when u...Daniel Lissner2013-09-251-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-6/+10
|\
| * added # or commentSergio2013-09-051-1/+1
| * Review the changes made on 90155b4e28a3887dce9428e9df150ede3d6c7465Rafael Mendonça França2013-09-041-5/+9
| * Client.exists?(1,2,3) and Client.exists?([1,2,3]) does not workSergio2013-09-051-3/+3
| * Example of Join modelsSergio2013-09-041-1/+1
* | Document a difference between pluck and select [ci skip]Eugene Gilburg2013-09-041-2/+33
|/
* Add examples of AR order method's hash notation to Rails Guide [ci skip]Sugino Yasuhiro2013-08-221-0/+10
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-7/+1
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-7/+1
* | Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-291-2/+2
|/
* Add a SQL example for `not` [ci skip]Robin Dupret2013-07-261-1/+7
* Revert "Fix SyntaxError in guides sample code"Erich Kist2013-07-181-1/+1
* Fix SyntaxError in guides sample codeAkira Matsuda2013-07-081-1/+1
* 1.9 Hash SyntaxAkira Matsuda2013-07-081-1/+1
* removed markdown code markers which were rendering in the generated AR queryi...Brian Foshee2013-07-041-2/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-261-1/+1
|\
| * reorder finder methods list alphabeticallyMikhail Dieterle2013-06-161-1/+1
* | Added an example of the query without except before the example with exceptPrathamesh Sonpatki2013-06-141-0/+8
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-141-2/+2
|\
| * Remove double spaces in code examplesSunny Ripert2013-05-281-1/+1
| * In rails 4 there are much more ways to retrieve a single objectMikhail Dieterle2013-05-221-1/+1