| Commit message (Expand) | Author | Age | Files | Lines |
* | [docs] Added missing "}" fixes #4126 | Arun Agrawal | 2011-12-22 | 1 | -1/+1 |
* | removes the convenience instance version of AR::Base.silence_auto_explain | Xavier Noria | 2011-12-03 | 1 | -3/+2 |
* | fix a typo in query guide | Vijay Dev | 2011-12-03 | 1 | -1/+1 |
* | two small details from the previous patch | Xavier Noria | 2011-12-02 | 1 | -1/+1 |
* | implements AR::Base(.|#)silence_auto_explain | Xavier Noria | 2011-12-02 | 1 | -0/+37 |
* | expand on pluck docs | Vijay Dev | 2011-12-01 | 1 | -3/+18 |
* | ActiveRecord::Relation#pluck method | Bogdan Gusiev | 2011-11-30 | 1 | -0/+9 |
* | finders guide: adds some pointers to help users interpret the output of EXPLAIN | Xavier Noria | 2011-11-25 | 1 | -0/+11 |
* | add the query to AR::Relation#explain output | Xavier Noria | 2011-11-25 | 1 | -0/+5 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-11-08 | 1 | -10/+10 |
|\ |
|
| * | fix markups for plus in AR guide | Vijay Dev | 2011-11-06 | 1 | -10/+10 |
* | | adds trailing +s to the output of EXPLAIN for MySQL | Xavier Noria | 2011-11-07 | 1 | -6/+6 |
|/ |
|
* | implements AR::Relation#explain | Xavier Noria | 2011-11-05 | 1 | -0/+65 |
* | Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query | Jon Leighton | 2011-11-05 | 1 | -4/+20 |
* | quoting 'and' to make it more distinct. | Craig Monson | 2011-10-12 | 1 | -1/+1 |
* | Heavy copy editing of the find_each and find_in_batches section | mhutchin | 2011-10-11 | 1 | -26/+34 |
* | Undid previous change which violated the convention regarding output (use "# ... | Manuel Menezes de Sequeira | 2011-10-06 | 1 | -13/+13 |
* | Some small corrections and improvements to the text. | Manuel Menezes de Sequeira | 2011-10-05 | 1 | -30/+32 |
* | Corrected a typo. | Michael Hutchinson | 2011-09-27 | 1 | -1/+1 |
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -9/+0 |
* | change first_or_new to first_or_initialize as per 11870117, and some edits | Vijay Dev | 2011-09-14 | 1 | -10/+12 |
* | Merge pull request #2757 from andmej/first_or_create_pull_request | Jon Leighton | 2011-09-08 | 1 | -7/+68 |
|\ |
|
| * | Adding `first_or_new` documentation to the AR Querying guide. | Nicolas Hock Isaza | 2011-08-30 | 1 | -1/+1 |
| * | Adding first_or_create, first_or_create!, first_or_new and first_or_build to ... | Andrés Mejía | 2011-08-30 | 1 | -7/+68 |
* | | some of the changes for validation earlier reverted from d20281a | Vijay Dev | 2011-09-03 | 1 | -2/+2 |
|/ |
|
* | fixes generation of the AR querying guide | Xavier Noria | 2011-08-17 | 1 | -2/+2 |
* | document the change in edge rails which makes a more strict check on the arit... | Vijay Dev | 2011-07-23 | 1 | -0/+1 |
* | Updated active_record_querying.textile: intro paragraph of 'Conditions' to ch... | Christopher Scott Hernandez | 2011-07-08 | 1 | -1/+1 |
* | correct invalid HAVING query | Akira Matsuda | 2011-06-29 | 1 | -3/+3 |
* | correct invalid GROUP BY query | Akira Matsuda | 2011-06-29 | 1 | -2/+2 |
* | minor indentation fixes on a6293ff | Vijay Dev | 2011-06-26 | 1 | -10/+10 |
* | Update changelog for querying guide | Ryan Bigg | 2011-06-26 | 1 | -1/+2 |
* | Querying guide: add mention of scoped, unscoped and default_scope to querying... | Ryan Bigg | 2011-06-26 | 1 | -0/+41 |
* | document Active Record's reverse_order method | Vijay Dev | 2011-06-20 | 1 | -0/+27 |
* | Fix incorrect description of the returned results. | Ben Orenstein | 2011-05-27 | 1 | -2/+2 |
* | Copy edits 64148ab96b47a9904fdd839bc69971b4e156bb04 (previous commit). Please... | Ben Orenstein | 2011-05-26 | 1 | -1/+1 |
* | Improve 'Joining Tables' section with additional examples and explanation. | Ben Orenstein | 2011-05-26 | 1 | -1/+29 |
* | Don't you lie to me! | Ben Orenstein | 2011-05-26 | 1 | -2/+2 |
* | document the reorder method(fb215110401c70cfc7013c6e2ad5753fa4e374e9) | Vijay Dev | 2011-04-28 | 1 | -4/+31 |
* | Exception got moved to ActiveModel with Rails 3 | Eric Anderson | 2011-04-20 | 1 | -1/+1 |
* | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -2/+2 |
* | Making colon usage consistent | Matt Duncan | 2011-04-13 | 1 | -1/+1 |
* | fix example query | Vijay Dev | 2011-04-06 | 1 | -1/+1 |
* | Delegate first!, last!, any? and many? to scoped | Andrew White | 2011-03-29 | 1 | -0/+20 |
* | impact recent updates to #first! and #last! methods | Sebastian Martinez | 2011-03-25 | 1 | -3/+3 |
* | Update AR querying guide with #first! and #last! new methods | Sebastian Martinez | 2011-03-25 | 1 | -0/+34 |
* | Querying guide: mention that performing a where on an relation that contains ... | Ryan Bigg | 2011-03-22 | 1 | -1/+3 |
* | Querying guide: mention that performing a where on an relation that contains ... | Ryan Bigg | 2011-03-22 | 1 | -0/+14 |
* | wrong SQL statement | Akira Matsuda | 2011-03-06 | 1 | -1/+1 |
* | Documented the except and only conditions in the guides. Took the cue from Jo... | Vijay Dev | 2011-01-15 | 1 | -2/+30 |