Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Fix bug in JSON deserialization when column default is an empty string | Johannes Opper | 2016-02-22 | 3 | -1/+21 | |
* | | | | | | | | | | | | | | Merge pull request #25023 from slbug/patch-1 | Sean Griffin | 2016-05-16 | 2 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Rails 5.1 point type should not raise exception if empty string is provided a... | bUg | 2016-05-15 | 2 | -0/+9 | |
* | | | | | | | | | | | | | | | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 13 | -123/+274 | |
* | | | | | | | | | | | | | | | Merge pull request #25022 from ysksn/master | Rafael França | 2016-05-15 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Remove unnecessary constant | Yosuke Kabuto | 2016-05-15 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | Add some assertions for BigDecimal#to_s | Yosuke Kabuto | 2016-05-15 | 1 | -0/+2 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | reorder env keys in the generated config/cable.yml | Xavier Noria | 2016-05-15 | 1 | -5/+4 | |
* | | | | | | | | | | | | | | Merge pull request #25002 from maclover7/jm-add-actioncable-guide | Xavier Noria | 2016-05-14 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add Action Cable guide to list | Jon Moss | 2016-05-13 | 1 | -0/+4 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | edit pass over the cable guide [ci skip] | Xavier Noria | 2016-05-14 | 1 | -143/+181 | |
* | | | | | | | | | | | | | | Merge pull request #24992 from tomkadwill/test_and_comment_server_port_rebased | Eileen M. Uchitelle | 2016-05-14 | 2 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Document and test ActionDispatch server_port | Tom Kadwill | 2016-05-12 | 2 | -0/+22 | |
* | | | | | | | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-05-14 | 7 | -53/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add output snippet from `ActionController::API.ancestors - ActionController::... | Vipul A M | 2016-05-13 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | Remove ambiquity in what we are referring to in the documentation of config v... | Vipul A M | 2016-05-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Document config.action_dispatch.ignore_accept_header and config.action_dispat... | Vipul A M | 2016-05-11 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | More missing true literal quotings | Vipul A M | 2016-05-11 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | | | Lets be consistent in the usage of true/false across this guide. It should be... | Vipul A M | 2016-05-11 | 1 | -26/+26 | |
| * | | | | | | | | | | | | | | | Document missing smtp config over at configuring guide. [ci skip] | Vipul A M | 2016-05-11 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | This config still applies for Rails 4 Apps and we need to mention it, what wa... | Vipul A M | 2016-05-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Asset Pipeline: Remove outdated comment about `config.assets.digest` [ci skip] | Prathamesh Sonpatki | 2016-05-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Asset pipeline: Remove documentation about outdated `config.assets.compress` ... | Prathamesh Sonpatki | 2016-05-08 | 2 | -14/+7 | |
| * | | | | | | | | | | | | | | | s/words_connnector/words_connector/ | Vipul A M | 2016-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Fix code formatting in docs | Jay Hayes | 2016-05-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Add example for UnknownAttributeError | Vipul A M | 2016-05-02 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | Active Model: Messages for strict validation always convert attributes to hum... | Prathamesh Sonpatki | 2016-05-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Move comment up to the class, for both of the methods, and document on class ... | Vipul A M | 2016-05-01 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | | | Merge pull request #25008 from lvl0nax/as_enumarable_index_by_refactoring | Rafael França | 2016-05-14 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Perfomance fix for Enumerable#index_by | lvl0nax | 2016-05-14 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | Merge pull request #25003 from kangkyu/missing_line | Rafael França | 2016-05-14 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Add missing space and newline for clarity | Kang-Kyu Lee | 2016-05-12 | 1 | -3/+3 | |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #25015 from joemasilotti/patch-1 | Eileen M. Uchitelle | 2016-05-13 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add notes on cosmetic patches | Joe Masilotti | 2016-05-13 | 1 | -0/+4 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Give more context from `AssociationMismatchError` | Sean Griffin | 2016-05-12 | 2 | -2/+3 | |
* | | | | | | | | | | | | | | | Merge pull request #25001 from Neodelf/typos | Richard Schneeman | 2016-05-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Rename test method | Molchanov Andrey | 2016-05-12 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | / / / / / / / / / / / / / | Fix false positive mutation detection when JSON is used with serialize | Sean Griffin | 2016-05-12 | 2 | -1/+40 | |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Publish Action Cable to NPM when we release. | Jon Moss | 2016-05-11 | 4 | -8/+75 | |
* | | | | | | | | | | | | | | Merge pull request #24980 from merhard/virtual-attribute-default | Sean Griffin | 2016-05-11 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Define ActiveRecord::Attribute::Null#type_cast | Matthew Erhard | 2016-05-11 | 2 | -1/+10 | |
* | | | | | | | | | | | | | | | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port | Kasper Timm Hansen | 2016-05-11 | 2 | -3/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Improve documentation and tests for raw_host_with_port and host_with_port | Tom Kadwill | 2016-05-11 | 2 | -3/+30 | |
* | | | | | | | | | | | | | | | remove_connection should not remove parent connection | Arthur Neves | 2016-05-11 | 2 | -1/+9 | |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #24977 from fgo/patch-19 | Arthur Nogueira Neves | 2016-05-11 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Getting Started Guide: Add invoke test_unit to files table [ci skip] | Francis Go | 2016-05-12 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #24974 from mohitnatoo/arrayinquirer-any-definition | Vipul A M | 2016-05-11 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | - Added clarity to documentation of ArrayInquirer#any? [ci skip] | Mohit Natoo | 2016-05-11 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | Merge pull request #24975 from fgo/patch-18 | प्रथमेश Sonpatki | 2016-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Getting Started Guide: Add channels and jobs to app purpose table [ci skip] | Francis Go | 2016-05-12 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / |