Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small grammar fixes | Jon Moss | 2017-04-16 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Revert parts of cad58fb | Jon Moss | 2017-04-15 | 1 | -27/+27 |
| | | | | | | | | | Changelog links at the top of the components, and lowercased the 'c' in notable changes. Personally, the styling isn't super important to me, but it's what we always done in previous guides, so I figured it's better to keep with what we've always done. [ci skip] | ||||
* | Merge pull request #28709 from prathamesh-sonpatki/release-notes-1 | Kasper Timm Hansen | 2017-04-15 | 1 | -22/+72 |
|\ | | | | | Started adding release notes for Rails 5.1 [ci skip] | ||||
| * | Started adding release notes for Rails 5.1 [ci skip] | Prathamesh Sonpatki | 2017-04-09 | 1 | -22/+72 |
| | | |||||
* | | :scissors: | Rafael Mendonça França | 2017-04-11 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Merge pull request #28402 from jules2689/action-controller-api-base-hooks | Rafael França | 2017-04-11 | 1 | -0/+112 |
|\ \ | | | | | | | Add `action_controller_base` and `action_controller_api` hooks to mitigate differences between them. Also document Active Support on_load hooks | ||||
| * | | Add Documentation for Active Support On Load Hooks | Julian Nadeau | 2017-04-10 | 1 | -0/+112 |
| | | | |||||
* | | | Update routing doc on the `get` `to:` option [ci skip] | Dzianis Dashkevich | 2017-04-11 | 1 | -2/+2 |
|/ / | |||||
* | | Remove link to rack.github.io | Jon Moss | 2017-04-10 | 1 | -2/+0 |
| | | | | | | | | | | | | | | We mention the "resources" section of the guide in the next paragraph, and the link is listed there. IMHO we shouldn't list it twice. [ci skip] | ||||
* | | Small grammar fixes | Jon Moss | 2017-04-10 | 1 | -3/+6 |
| | | | | | | | | [ci skip] | ||||
* | | Pluralize callback | Jon Moss | 2017-04-10 | 1 | -1/+3 |
| | | | | | | | | | | | | Users could have more than one `before_destroy` callback in their models. [ci skip] | ||||
* | | Merge pull request #28680 from vishalzambre/callback_doc_update | Jon Moss | 2017-04-10 | 1 | -0/+2 |
|\ \ | |/ |/| | Documented issue related before_destroy with dependent: :destroy | ||||
| * | [ci skip] documented issue related before_destroy | vishalzambre | 2017-04-10 | 1 | -0/+2 |
| | | | | | | | | Updated text | ||||
* | | Add text to "Upgrading to Rails 5.1" | Jon Moss | 2017-04-08 | 1 | -1/+8 |
| | | | | | | | | [ci skip] | ||||
* | | Add scaffolding for different sections in 5.1 release notes | Jon Moss | 2017-04-08 | 1 | -0/+48 |
| | | | | | | | | [ci skip] | ||||
* | | Drop the "Sanity Check" contributing step | Matthew Draper | 2017-04-09 | 1 | -10/+0 |
| | | |||||
* | | Remove mentions and instructions for docrails | Matthew Draper | 2017-04-09 | 2 | -18/+2 |
| | | | | | | | | It's been retired; all contributions now come in via PRs. | ||||
* | | Fix Guides to include #23138 [ci skip] | claudiob | 2017-04-07 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | A long-standing bug has been fixed in Rails 5.1 by @pixeltrix See https://github.com/rails/rails/blame/5-1-stable/actionpack/CHANGELOG.md#L52-L64 This PR updates the guides accordingly. Before: <img width="799" alt="before" src="https://cloud.githubusercontent.com/assets/10076/24809105/4ec7066c-1b73-11e7-98c6-c709c3465306.png"> After: <img width="799" alt="after" src="https://cloud.githubusercontent.com/assets/10076/24809109/50b21188-1b73-11e7-8a1a-32c3d0ed512a.png"> | ||||
* | | Fix edge guides for Active Record callbacks | Alessandro Dal Grande | 2017-04-04 | 1 | -1/+5 |
|/ | |||||
* | Don't highlight code in anchorlink [ci skip] | claudiob | 2017-04-04 | 1 | -4/+2 |
| | | | | Minor fix to #28662 | ||||
* | Downplay links in Guides headers | Ruy Diaz | 2017-04-04 | 1 | -1/+4 |
| | | | | [ci skip] | ||||
* | Merge pull request #28641 from diazruy/anchors | Matthew Draper | 2017-04-02 | 2 | -0/+7 |
|\ | | | | | Add anchor links to all headers | ||||
| * | Add anchor links to all headers | Ruy Diaz | 2017-04-01 | 2 | -0/+7 |
| | | | | | | | | To allow easy linking at all levels and not just from index | ||||
* | | Add default_scope note to AR guide [ci skip] | Ross Kaffenberger | 2017-03-31 | 1 | -2/+14 |
|/ | | | | | | | Adds note to explain unexpected behavior described in issue #28561. Developers may be surprised that the internal representation of similar query conditions in Hash and Array formats in default_scope will yield different results for model initialization. Link: https://github.com/rails/rails/issues/28561 | ||||
* | Small grammar fix | Jon Moss | 2017-03-30 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Small grammar fix | Jon Moss | 2017-03-29 | 1 | -1/+1 |
| | | | | | | Add comma and change verb. [ci skip] | ||||
* | Merge pull request #28595 from 3wille/fw-after-action-hint | Rafael França | 2017-03-29 | 1 | -1/+1 |
|\ | | | | | add hint on after_action filters | ||||
| * | add hint on after_action filters | Frederik Wille | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Adds a hint that ``after_action``-callbacks are not executed when an exception was raised in the rest of the request cycle. The ``before_action`` section mentions "If there are additional filters scheduled to run after that filter, they are also cancelled." but this is IMO not sufficient. | ||||
* | | Fix link to rails-ujs | Ryunosuke Sato | 2017-03-30 | 3 | -3/+3 |
|/ | | | | | https://github.com/rails/rails-ujs is merged into actionview in favor of https://github.com/rails/rails/pull/28098. [skip ci] | ||||
* | Small grammar fix | Jon Moss | 2017-03-25 | 1 | -1/+1 |
| | | | | | | Add apostrophe. [ci skip] | ||||
* | Small grammar fix | Jon Moss | 2017-03-25 | 1 | -2/+2 |
| | | | | | | Add necessary commas. [ci skip] | ||||
* | Update middleware list | Jon Moss | 2017-03-25 | 1 | -1/+1 |
| | | | | | | Taken from `bin/rails about` run on a v5.1.0.rc1 application. [ci skip] | ||||
* | Upgrade various Rails 5.0 references to 5.1 | Jon Moss | 2017-03-25 | 4 | -12/+13 |
| | | | | | | | RC1 is out, `5-1-stable` has been created, figured it was time to start updating this stuff :) [ci skip] | ||||
* | Add WIP Rails 5.1 release notes to documents.yaml | Jon Moss | 2017-03-25 | 1 | -0/+5 |
| | | | | [ci skip] | ||||
* | Rename local variable name `current_user` to `verified_user` [ci skip] | yuuji.yaginuma | 2017-03-25 | 1 | -3/+3 |
| | | | | Related #28570 | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-03-25 | 2 | -4/+4 |
|\ | |||||
| * | Update Configuring Rails Component guide example | Hendy Tanata | 2017-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | config.time_zone is no longer in included in config/application.rb. See 28dcadc0140dfdebe87d5e691fd709c0a9ae0bae. | ||||
| * | Edits to Systems testing section [ci skip] | Vipul A M | 2017-03-09 | 1 | -3/+3 |
| | | |||||
* | | Doc cleanup for caching guide [ci skip] (#28556) | Vipul A M | 2017-03-24 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #28550 from ↵ | Jon Moss | 2017-03-23 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | rachel-carvalho/update_browser_compatibility_for_http_verbs Update guide to reflect browser compatibility for HTTP verbs | ||||
| * | | update guide to reflect browser compatibility for HTTP verbs [ci skip] | Rachel Carvalho | 2017-03-23 | 1 | -2/+2 |
| | | | |||||
* | | | Additional explanation about cache implementations | brchristian | 2017-03-23 | 1 | -1/+7 |
|/ / | |||||
* | | Update bug report templates | Matthew Draper | 2017-03-22 | 5 | -5/+5 |
| | | |||||
* | | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 6 | -6/+6 |
| | | |||||
* | | Fix typo in Caching with Rails Guide [skip ci] | Erol Fornoles | 2017-03-21 | 1 | -1/+1 |
| | | |||||
* | | Update the maintenance policy [ci skip] | Rafael Mendonça França | 2017-03-20 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #28477 from spdawson/patch-3 | Jon Moss | 2017-03-19 | 1 | -1/+1 |
|\ \ | | | | | | | Remove stray back-end from ActiveJob Basics guide | ||||
| * | | Remove stray back-end from ActiveJob Basics guide | Simon Dawson | 2017-03-19 | 1 | -1/+1 |
| | | | | | | | | | The hyphenated form "back-end" only appears once in this guide; elsewhere, the un-hyphenated form "backend" is used consistently. | ||||
* | | | Minor grammar fixes for Rails 5.1 release notes | Simon Dawson | 2017-03-19 | 1 | -13/+15 |
|/ / | |||||
* | | Update some jquery-ujs references to rails-ujs | Jon Moss | 2017-03-18 | 3 | -10/+10 |
| | | | | | | | | [ci skip] |