Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [skip ci] Fix typos in guides | Anton Davydov | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Improve wording on find_by note regarding returning only one record [ci skip] | Konstantinos Rousis | 2015-02-21 | 1 | -2/+3 |
| | |||||
* | Deprecated passing of `start` value to `find_in_batches` and `find_each` in ↵ | Vipul A M | 2015-02-17 | 1 | -9/+9 |
| | | | | favour of `begin_at` value. | ||||
* | Add an option `end_at` to `find_in_batches` | Vipul A M | 2015-02-09 | 1 | -1/+14 |
| | | | | that complements the `start`parameter to specify where to stop batch processing | ||||
* | Fixed extraneous quoting | Oge Nnadi | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Typo fix | Oge Nnadi | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18503 from vipulnsward/guides-in-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ | | | | | Changed `IN` to `ON` in markdown renderer condition | ||||
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | | Updated active_record_querying.md | Ahmad Al-kheat | 2015-01-12 | 1 | -0/+6 |
|/ | | | | | | | | Added the SQL equivalent of the find_by method Update active_record_querying.md Update active_record_querying.md | ||||
* | Add missing information regarding callbacks | Max Katz | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | Avoid displaying new lines inside note paragraphs | Robin Dupret | 2015-01-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | Commit 65a2977 added a `pre-wrap` style for white spaces on `.note` paragraphs. However, this is first inconsistent as other notes like warnings don't have this style applied. Furthermore, it seems to be unneeded for mobile devices. Also revert changes made in #18147 since they aren't needed anymore. Cross-refs #18138. [ci skip] | ||||
* | Remove support to activerecord-deprecated_finders | Rafael Mendonça França | 2015-01-02 | 1 | -2/+0 |
| | |||||
* | Minor documentation edits [ci skip] | Robin Dupret | 2014-12-28 | 1 | -8/+8 |
| | |||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Do not use line breaks on notes [ci skip] | Andrey Nering | 2014-12-22 | 1 | -6/+2 |
| | | | | References #18138 | ||||
* | Improving Method Chaining section [ci skip] | Andrey Nering | 2014-12-16 | 1 | -5/+28 |
| | |||||
* | Merge pull request #18034 from andreynering/ar-guides-querying | Zachary Scott | 2014-12-15 | 1 | -0/+35 |
|\ | | | | | Adding method chaining section on ActiveRecord querying guide [ci skip] | ||||
| * | Adding method chaining section on ActiveRecord querying guide [ci skip] | Andrey Nering | 2014-12-15 | 1 | -0/+35 |
| | | |||||
* | | Already deprecated [ci skip] | Andrey Nering | 2014-12-15 | 1 | -1/+1 |
|/ | |||||
* | [ci skip] #find_in_batches doesn't support :include option | tanmay3011 | 2014-09-12 | 1 | -4/+2 |
| | |||||
* | Updated rdoc / guides / release notes related to ActiveJob / ActionMailer | Cristian Bica | 2014-08-20 | 1 | -5/+5 |
| | |||||
* | Small grammar fix in pluck description | Jay Shepherd | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | [ci skip] Remove duplicated last! section. | Juanito Fatas | 2014-07-16 | 1 | -17/+0 |
| | | | | | | Reference: https://github.com/rails/rails/commit/d4fd0bd17709735ac91e434c94fe99429f078c6e cc @schneems | ||||
* | [ci skip] Use appropriate mailer syntax. | Juanito Fatas | 2014-07-16 | 1 | -3/+3 |
| | | | | Reference: https://github.com/rails/rails/commit/f7e4362011ceb1317fd401125d48d7ccb9a1079c | ||||
* | fix mismatched example call [ci skip] | Vijay Dev | 2014-07-12 | 1 | -2/+2 |
| | |||||
* | Revert "[ci skip] Fix doc for except" | Vijay Dev | 2014-07-12 | 1 | -4/+5 |
| | | | | | | | This reverts commit 0f6b101e09d210cea2494c5d4225760f1951ea67. Reason: It's better to let `unscope` be documented. We can add a separate section for `except`. | ||||
* | [ci skip] remove invalid code from docs | schneems | 2014-06-28 | 1 | -2/+0 |
| | |||||
* | [ci skip] Fix doc for except | schneems | 2014-06-28 | 1 | -5/+4 |
| | | | | The example showed is `except`, however the method "documented" is `unstop`. Fix to align the docs to the example. | ||||
* | [ci skip] Doc ability to chain in `find_each` | schneems | 2014-06-28 | 1 | -1/+9 |
| | | | | Also use appropriate mailer syntax in the `find_each` block. | ||||
* | [ci skip] Consolidate docs for `find` | schneems | 2014-06-28 | 1 | -25/+19 |
| | | | | Put all options for overloading `find` in one section | ||||
* | [ci skip] Consolidate docs for `last` | schneems | 2014-06-28 | 1 | -16/+21 |
| | | | | | | Add docs on what happens when a numerical argument is provided to last. Since `last!` behaves exactly the same way but can raise an argument we can consolidate it in the `last` section. | ||||
* | [ci skip] Consolidate docs for `take` | schneems | 2014-06-28 | 1 | -35/+20 |
| | | | | | | Add docs on what happens when a numerical argument is provided to take. Since `take!` behaves exactly the same way but can raise an argument we can consolidate it in the `take` section. | ||||
* | [ci skip] Consolidate docs for `find_by` | schneems | 2014-06-28 | 1 | -19/+14 |
| | | | | Since `find_by!` behaves exactly the same way but can raise an argument we can consolidate it in the `find_by` section. | ||||
* | [ci skip] Consolidate docs for `first` | schneems | 2014-06-28 | 1 | -35/+21 |
| | | | | | | Add docs for `first` when provided a numerical argument. Since `first!` behaves exactly the same way but can raise an argument we can consolidate it in the `first` section. | ||||
* | [ci skip] Add return values to examples | schneems | 2014-06-28 | 1 | -1/+10 |
| | |||||
* | docs, update `includes` + `where` example in AR guide. [ci skip] | Yves Senn | 2014-06-06 | 1 | -3/+16 |
| | | | | Closes #15541. | ||||
* | Remove docs regarding grouping multiple values, as we should avoid | Zachary Scott | 2014-06-01 | 1 | -18/+1 |
| | | | | duplicating API reference in guides. Also :scissors: [ci skip] | ||||
* | Add Total of grouped items to AR query interface on guides | Mauro George | 2014-06-01 | 1 | -0/+34 |
| | | | | [ci skip] | ||||
* | Improve readability of Explain Queries table in guides [ci skip] | John Kelly Ferguson | 2014-05-24 | 1 | -16/+36 |
| | |||||
* | resolved reorder issue in rails active record guide | peeyush | 2014-05-23 | 1 | -2/+4 |
| | |||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -84/+84 |
| | |||||
* | fixes in active record query for reorder | peeyush | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | In Active Record Querying guide, currently `Merging of scopes` section uses ↵ | ariabov | 2014-04-02 | 1 | -30/+29 |
| | | | | | | a concept of default scope in its example before it is introduced in the following section titled `Applying a default scope`. It makes more sense to switch the ordering to introduce default scopes (`Applying a default scope`) first and then go into `Merging of scopes` section where it is used. | ||||
* | 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 |
| | | | | [ci skip] | ||||
* | 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 |
| |