aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Missing ending ``` at 14.2 Merging of scopesLeo Gallucci2013-05-191-0/+1
|/
* Rails 4 has deprecated :order in has_many to use a lambda instead, update the...Nick Quaranto2013-05-011-1/+1
* it's Active Record not ActiveRecordYves Senn2013-04-301-1/+4
* Mention that Dynamic finders have been deprecated in Rails 4Jonathan Roes2013-04-231-0/+2
* more Ruby 1.9 Hash syntax in our guidesYves Senn2013-04-151-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-9/+5
|\
| * Update documentation for Where chained modifiers.Ryan Sandridge2013-03-191-7/+3
| * do some typo fixingVipul A M2013-03-141-1/+1
| * I think "uniq" is more Rails-y than select("distinct(categories.id)")capps2013-03-111-1/+1
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-5/+6
|/
* copy edits [ci skip]Vijay Dev2013-03-101-1/+1
* fixing typo in the merging scopes sectionNeeraj Singh2013-03-081-4/+3
* Explained how merging of scope worksNeeraj Singh2013-03-081-0/+56
* fixes active_record_querying #pluck exampleawilliams2013-03-071-1/+1
* Created an unscope method for removing relations from a chain ofwangjohn2013-03-031-0/+21
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-02-261-2/+2
|\
| * Update guides/source/active_record_querying.mdHanfei Shen2013-02-191-2/+2
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-39/+0
|/
* find_last_by is deprecated in AR 4Akira Matsuda2013-01-021-2/+0
* find_all_by is deprecated in AR 4Akira Matsuda2013-01-021-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-081-11/+9
|\
| * Remove references to Rails versions.Steve Klabnik2012-12-071-2/+0
| * Punctuation, capitalization, grammar fixes in rails guidesKatie Oldaker2012-12-071-2/+2
| * Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-7/+7
| * changing tense, since Rails 3.2 has been releasedDrew Dara-Abrams2012-12-061-1/+1
* | Merge pull request #8332 from amatsuda/ar_where_chainCarlos Antonio da Silva2012-12-071-0/+14
|\ \ | |/ |/|
| * Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-0/+14
* | Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+3
* | Add periods to the bullet points in guides.Steve Klabnik2012-11-291-7/+7
* | ActiveRecord -> Active RecordSteve Klabnik2012-11-291-1/+1
|/
* Fix broken link in Active Record Query Interface guideJaime Iniesta2012-11-181-1/+1
* Revert "add AR deep dive video links to guides"Vijay Dev2012-11-171-15/+0
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-28/+28
* add AR deep dive video links to guidesschneems2012-11-141-0/+15