| Commit message (Expand) | Author | Age | Files | Lines |
* | In Active Record Querying guide, currently `Merging of scopes` section uses a... | ariabov | 2014-04-02 | 1 | -30/+29 |
* | Fix a typo to make clause plural [ci skip] | chriskohlbrenner | 2014-03-19 | 1 | -1/+1 |
* | Don't use `# =>` when it is not the expression values | Rafael Mendonça França | 2014-02-18 | 1 | -8/+8 |
* | Fix the column name [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -2/+2 |
* | Aesthetic [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -4/+4 |
* | Tell default_scope are prepended [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -1/+1 |
* | Updated doc for default scope [ci skip] | Rashmi Yadav | 2014-02-18 | 1 | -4/+4 |
* | Fix order syntax in find_by_sql example | Greg Saks | 2014-01-26 | 1 | -1/+1 |
* | Only some dynamic finders are deprecated. | Rafael Mendonça França | 2014-01-16 | 1 | -5/+5 |
* | Update active_record_querying.md | Guillermo Iguaran | 2013-12-02 | 1 | -1/+1 |
* | Added `rewhere` usage to AR querying guides | Vipul A M | 2013-11-25 | 1 | -0/+26 |
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 1 | -5/+5 |
|\ |
|
| * | Improve reading / style of hashes in AR guide | Carlos Antonio da Silva | 2013-11-19 | 1 | -5/+5 |
| * | Revert last two commits mistakenly changing join/include syntax | Carlos Antonio da Silva | 2013-11-19 | 1 | -7/+7 |
| * | syntax error joining/including models | Sergio | 2013-11-18 | 1 | -2/+2 |
| * | syntax error joining tables | Sergio | 2013-11-18 | 1 | -5/+5 |
* | | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -16/+10 |
* | | Change Relation#all to Relation#load [ci skip] | Sıtkı Bağdat | 2013-11-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-28 | 1 | -1/+1 |
|\ |
|
| * | use active voice and use more descriptive terms | Weston Platter | 2013-09-22 | 1 | -1/+1 |
* | | quote `false` reference in querying guide. | Yves Senn | 2013-09-26 | 1 | -1/+1 |
* | | [ci skip] Correct the explanation of the example for find_or_create_by when u... | Daniel Lissner | 2013-09-25 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-13 | 1 | -6/+10 |
|\ |
|
| * | added # or comment | Sergio | 2013-09-05 | 1 | -1/+1 |
| * | Review the changes made on 90155b4e28a3887dce9428e9df150ede3d6c7465 | Rafael Mendonça França | 2013-09-04 | 1 | -5/+9 |
| * | Client.exists?(1,2,3) and Client.exists?([1,2,3]) does not work | Sergio | 2013-09-05 | 1 | -3/+3 |
| * | Example of Join models | Sergio | 2013-09-04 | 1 | -1/+1 |
* | | Document a difference between pluck and select [ci skip] | Eugene Gilburg | 2013-09-04 | 1 | -2/+33 |
|/ |
|
* | Add examples of AR order method's hash notation to Rails Guide [ci skip] | Sugino Yasuhiro | 2013-08-22 | 1 | -0/+10 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -7/+1 |
|\ |
|
| * | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -7/+1 |
* | | Revert change on ActiveRecord::Relation#order method that prepends new | Rafael Mendonça França | 2013-07-29 | 1 | -2/+2 |
|/ |
|
* | Add a SQL example for `not` [ci skip] | Robin Dupret | 2013-07-26 | 1 | -1/+7 |
* | Revert "Fix SyntaxError in guides sample code" | Erich Kist | 2013-07-18 | 1 | -1/+1 |
* | Fix SyntaxError in guides sample code | Akira Matsuda | 2013-07-08 | 1 | -1/+1 |
* | 1.9 Hash Syntax | Akira Matsuda | 2013-07-08 | 1 | -1/+1 |
* | removed markdown code markers which were rendering in the generated AR queryi... | Brian Foshee | 2013-07-04 | 1 | -2/+0 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-26 | 1 | -1/+1 |
|\ |
|
| * | reorder finder methods list alphabetically | Mikhail Dieterle | 2013-06-16 | 1 | -1/+1 |
* | | Added an example of the query without except before the example with except | Prathamesh Sonpatki | 2013-06-14 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-14 | 1 | -2/+2 |
|\ |
|
| * | Remove double spaces in code examples | Sunny Ripert | 2013-05-28 | 1 | -1/+1 |
| * | In rails 4 there are much more ways to retrieve a single object | Mikhail Dieterle | 2013-05-22 | 1 | -1/+1 |
* | | Missing ending ``` at 14.2 Merging of scopes | Leo Gallucci | 2013-05-19 | 1 | -0/+1 |
|/ |
|
* | Rails 4 has deprecated :order in has_many to use a lambda instead, update the... | Nick Quaranto | 2013-05-01 | 1 | -1/+1 |
* | it's Active Record not ActiveRecord | Yves Senn | 2013-04-30 | 1 | -1/+4 |
* | Mention that Dynamic finders have been deprecated in Rails 4 | Jonathan Roes | 2013-04-23 | 1 | -0/+2 |
* | more Ruby 1.9 Hash syntax in our guides | Yves Senn | 2013-04-15 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -9/+5 |
|\ |
|
| * | Update documentation for Where chained modifiers. | Ryan Sandridge | 2013-03-19 | 1 | -7/+3 |