| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixed query output | Vijay Dev | 2011-01-09 | 1 | -2/+2 |
* | highlighted find(array of keys) behaviour when one or more record is not found | Vijay Dev | 2010-12-25 | 1 | -4/+2 |
* | Revert "Query guide: arel_table, eq and eq_any" along with other commits that... | Ryan Bigg | 2010-12-24 | 1 | -131/+0 |
* | Query guide: visists => visits | Ryan Bigg | 2010-12-24 | 1 | -1/+1 |
* | Query guide: add or conditions | Ryan Bigg | 2010-12-23 | 1 | -0/+11 |
* | Query guide: cover further ARel methods | Ryan Bigg | 2010-12-23 | 1 | -7/+76 |
* | Query guide: Document "in" methods | Ryan Bigg | 2010-12-23 | 1 | -0/+25 |
* | Query guide: arel_table, eq and eq_any | Ryan Bigg | 2010-12-23 | 1 | -0/+26 |
* | Query guide: specify what type of objects scopes return | Ryan Bigg | 2010-12-23 | 1 | -1/+1 |
* | Query guide: Ordering, selecting and so on shouldn't be nested in conditions ... | Ryan Bigg | 2010-12-23 | 1 | -9/+9 |
* | Query Guide: update Changelog | Ryan Bigg | 2010-12-23 | 1 | -0/+1 |
* | Query guide: class methods are still available on associations | Ryan Bigg | 2010-12-23 | 1 | -1/+5 |
* | Query guide: scopes with arguments should be instead defined as class methods. | Ryan Bigg | 2010-12-23 | 1 | -3/+31 |
* | Query guide: fix indentation | Ryan Bigg | 2010-12-23 | 1 | -13/+13 |
* | Remove comma [samuelkadoph] | Ryan Bigg | 2010-12-23 | 1 | -1/+1 |
* | Query guide: lambdas must be used when working with scopes | Ryan Bigg | 2010-12-23 | 1 | -0/+12 |
* | Querying guide: Add mention of the scope method | Ryan Bigg | 2010-12-23 | 1 | -0/+42 |
* | typo | Samus_ | 2010-12-03 | 1 | -1/+1 |
* | Bring order description in line with actual text. | Ryan Bigg | 2010-11-29 | 1 | -1/+1 |
* | Use ARel for Range Conditions section, remove Date & Time section because use... | Ryan Bigg | 2010-11-29 | 1 | -53/+7 |
* | guides: gives clear instructions for feedback, removes links to the now archi... | Xavier Noria | 2010-11-19 | 1 | -2/+0 |