aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
Commit message (Expand)AuthorAgeFilesLines
* Add SQL examples for equality and NOT [ci skip]Tom Copeland2016-04-211-3/+13
* MariaDB Documentationiangilfillan2016-04-141-3/+5
* Correct typos in "Active Record Query Interface" guideLaura Murphy-Clarkin2016-03-251-19/+19
* Fix small typo in Rails guides [ci skip]Mehmet Emin İNAÇ2016-02-151-1/+1
* Update active_record_querying.mdMark J. Lehman2016-02-101-0/+22
* English explanation to multi-level nested joinCollin Graves2016-01-271-0/+2
* Merge pull request #23099 from vipulnsward/change_start_at_end_atKasper Timm Hansen2016-01-181-10/+10
|\
| * Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-181-10/+10
* | Merge pull request #22705 from RochesterinNYC/add-order-explanation-to-first-...Jon Moss2016-01-181-2/+28
|\ \ | |/ |/|
| * Add clarification about `first` and `last` behavior when using `order` [ci skip]James Wen2015-12-201-2/+28
* | [ci skip] fix typo in docsankit19102016-01-141-1/+1
|/
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-24/+24
* Merge pull request #22367 from andreynering/docs-ar-enumsYves Senn2015-12-101-0/+30
|\
| * Adding Enums section to Active Record Querying Guide. [ci skip]Andrey Nering2015-12-081-0/+25
|/
* Modify unscoped usage guide to include chainingJeff Minnear2015-11-301-2/+9
* [ci skip] querying guide methods first and last: mentioning the influence of ...r11runner2015-10-311-0/+4
* Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-301-11/+37
|\
| * added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-191-11/+37
* | Use #distinct instead of #uniq in the guides [ci skip]oesgalha2015-10-291-2/+2
* | Merge pull request #21333 from imtayadeway/ar-querying-docsEileen M. Uchitelle2015-09-091-17/+16
|\ \
| * | [ci skip] Update MySQL docs reference to latestTim Wade2015-09-091-1/+1
| * | [ci skip] Improve readability in AR querying guideTim Wade2015-09-091-16/+15
* | | guides, move incomplete example to corresponding option. #21349Yves Senn2015-08-241-2/+4
|/ /
* / Add a note about default_scope and create recordsMauro George2015-07-161-0/+12
|/
* Merge pull request #20119 from yui-knk/fix/active_record_queryingYves Senn2015-05-121-1/+1
|\
| * [ci skip] Fix `transaction` code exampleyui-knk2015-05-121-1/+1
* | [ci skip] Improve phrasing on #explain pretty printing.Tim Wade2015-05-101-2/+3
|/
* Fix find_each options [ci skip]Alexey Markov2015-04-221-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-04-141-1/+1
|\
| * [ci skip] Add `:`yui-knk2015-04-011-1/+1
* | [ci skip] Fix `:having` option with `having` methodyui-knk2015-04-011-1/+1
* | Correct doc sentence [ci skip]Santosh Wadghule2015-03-271-1/+1
|/
* [skip ci] Fix typos in guidesAnton Davydov2015-03-151-1/+1
* Improve wording on find_by note regarding returning only one record [ci skip]Konstantinos Rousis2015-02-211-2/+3
* Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-9/+9
* Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-1/+14
* Fixed extraneous quotingOge Nnadi2015-01-161-1/+1
* Typo fixOge Nnadi2015-01-161-1/+1
* Merge pull request #18503 from vipulnsward/guides-in-onXavier Noria2015-01-141-1/+1
|\
| * - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
* | Updated active_record_querying.mdAhmad Al-kheat2015-01-121-0/+6
|/
* Add missing information regarding callbacksMax Katz2015-01-041-1/+1
* Avoid displaying new lines inside note paragraphsRobin Dupret2015-01-031-1/+2
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-2/+0
* Minor documentation edits [ci skip]Robin Dupret2014-12-281-8/+8
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* Do not use line breaks on notes [ci skip]Andrey Nering2014-12-221-6/+2
* Improving Method Chaining section [ci skip]Andrey Nering2014-12-161-5/+28
* Merge pull request #18034 from andreynering/ar-guides-queryingZachary Scott2014-12-151-0/+35
|\
| * Adding method chaining section on ActiveRecord querying guide [ci skip]Andrey Nering2014-12-151-0/+35