aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] #find_in_batches doesn't support :include optiontanmay30112014-09-121-4/+2
* Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-201-5/+5
* Small grammar fix in pluck descriptionJay Shepherd2014-08-121-1/+1
* [ci skip] Remove duplicated last! section.Juanito Fatas2014-07-161-17/+0
* [ci skip] Use appropriate mailer syntax.Juanito Fatas2014-07-161-3/+3
* fix mismatched example call [ci skip]Vijay Dev2014-07-121-2/+2
* Revert "[ci skip] Fix doc for except"Vijay Dev2014-07-121-4/+5
* [ci skip] remove invalid code from docsschneems2014-06-281-2/+0
* [ci skip] Fix doc for exceptschneems2014-06-281-5/+4
* [ci skip] Doc ability to chain in `find_each`schneems2014-06-281-1/+9
* [ci skip] Consolidate docs for `find`schneems2014-06-281-25/+19
* [ci skip] Consolidate docs for `last`schneems2014-06-281-16/+21
* [ci skip] Consolidate docs for `take`schneems2014-06-281-35/+20
* [ci skip] Consolidate docs for `find_by`schneems2014-06-281-19/+14
* [ci skip] Consolidate docs for `first`schneems2014-06-281-35/+21
* [ci skip] Add return values to examplesschneems2014-06-281-1/+10
* 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