Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 129 | -1059/+1750 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #34947 from bogdanvlviv/actioncable-testing-34933 | Kasper Timm Hansen | 2019-01-16 | 6 | -13/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 3 | -3/+18 | |
| * | | | | | | | | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 3 | -10/+4 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Require hash/keys inside active_model/callbacks | Rafael Mendonça França | 2019-01-16 | 1 | -0/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #34944 from dasch/patch-7 | Rafael França | 2019-01-16 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Document that `format.any` can match all formats | Daniel Schierbeck | 2019-01-16 | 1 | -0/+8 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #34946 from mdesantis/remove-decorator-pattern-references | Rafael França | 2019-01-16 | 1 | -11/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove Decorator pattern in Overriding existing classes examples | Maurizio De Santis | 2019-01-16 | 1 | -11/+10 | |
* | | | | | | | | Merge pull request #34948 from colorbox/fix_formatting_in_action_mailbox_docs | Rafael França | 2019-01-16 | 11 | -48/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix document formatting on ActionMailbox [ci skip] | colorbox | 2019-01-17 | 11 | -48/+48 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* / | | | | | | | Revert "Don't handle params option in a special way in url_for helper" | Rafael Mendonça França | 2019-01-16 | 5 | -5/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #34943 from ikepon/add_null_false_to_actionmailbox_table | George Claghorn | 2019-01-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add 'null: false' to Action Mailbox table | ikepon | 2019-01-16 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Exercise Active Storage and Action Text in verification app. | Kasper Timm Hansen | 2019-01-15 | 1 | -3/+42 | |
* | | | | | | Install Action Mailbox and Action Text when verifying release. | Kasper Timm Hansen | 2019-01-15 | 1 | -0/+2 | |
|/ / / / / | ||||||
* | | | | | Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28... | Laerti | 2019-01-15 | 10 | -6/+65 | |
* | | | | | Remove public `prevent_writes` writer | Ryuta Kamizono | 2019-01-15 | 1 | -5/+5 | |
* | | | | | Deprecate `connection.visitor = ...` which is not released internal usage | Ryuta Kamizono | 2019-01-15 | 1 | -2/+6 | |
* | | | | | Remove unused `Arel::Compatibility::Wheres` | Ryuta Kamizono | 2019-01-15 | 2 | -36/+0 | |
* | | | | | Merge pull request #34931 from bogdanvlviv/add-mention-to-main-readme-about-n... | Rafael França | 2019-01-14 | 2 | -6/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add mention to the main README about new libraries [ci skip] | bogdanvlviv | 2019-01-13 | 2 | -6/+6 | |
* | | | | | | Merge pull request #34937 from rmacklin/document-actioncable-js-changes | Rafael França | 2019-01-14 | 2 | -0/+52 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Document the ActionCable JS changes in the upgrade guide & release notes | Richard Macklin | 2019-01-14 | 2 | -0/+52 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #34891 from gmcgibbon/ac_params_exists | Rafael França | 2019-01-14 | 4 | -0/+31 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into ac_params_exists | Aaron Patterson | 2019-01-11 | 113 | -395/+704 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Allow strong params in ActiveRecord::Base#exists? | Gannon McGibbon | 2019-01-07 | 4 | -0/+30 | |
* | | | | | | | Refactor calculating beginning_of_quarter and end_of_quarter (#34927) | Krzysztof Rybka | 2019-01-14 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #34934 from rmacklin/simplify-actioncable-methods-after-de... | Rafael França | 2019-01-14 | 3 | -16/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Simplify `this.isActive() && this.webSocket` into `this.isActive()` | Richard Macklin | 2019-01-14 | 2 | -2/+2 | |
| * | | | | | | | Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#close | Richard Macklin | 2019-01-14 | 3 | -7/+17 | |
| * | | | | | | | Simplify ActionCable.createConsumer by using default argument | Richard Macklin | 2019-01-14 | 2 | -10/+3 | |
* | | | | | | | | Merge pull request #33962 from kaspth/restructure-environment-credentials | Kasper Timm Hansen | 2019-01-14 | 7 | -114/+122 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Restructure credentials after environment overrides. | Kasper Timm Hansen | 2019-01-14 | 7 | -114/+122 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #34933 from palkan/feature/cable-testing-guides | Kasper Timm Hansen | 2019-01-14 | 13 | -5/+195 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add Action Cable Testing guides | Vladimir Dementyev | 2019-01-14 | 5 | -4/+129 | |
| * | | | | | | | Add connection_test to app generator | Vladimir Dementyev | 2019-01-13 | 3 | -0/+18 | |
| * | | | | | | | Add channel test generator | Vladimir Dementyev | 2019-01-13 | 5 | -1/+48 | |
|/ / / / / / / | ||||||
* | | | | | | | Update Action Cable connection testing. | Kasper Timm Hansen | 2019-01-14 | 2 | -57/+57 | |
* | | | | | | | Merge pull request #34932 from bogdanvlviv/fix-action-cable-guide-follow-up-3... | Ryuta Kamizono | 2019-01-14 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix "Action Cable Overview" guide [ci skip] | bogdanvlviv | 2019-01-13 | 1 | -8/+8 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #34930 from bogdanvlviv/merge-actioncable-README.md-to-the... | Ryuta Kamizono | 2019-01-14 | 2 | -544/+31 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip] | bogdanvlviv | 2019-01-13 | 2 | -544/+31 | |
* | | | | | | | Merge pull request #34845 from palkan/feature/action-cable-connection-testing | Kasper Timm Hansen | 2019-01-13 | 3 | -0/+434 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | feature: add ActionCable::Connection::TestCase | Vladimir Dementyev | 2019-01-02 | 3 | -0/+434 | |
* | | | | | | | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 10 | -68/+196 | |
* | | | | | | | More exercise test cases for `not_between` | Ryuta Kamizono | 2019-01-12 | 2 | -31/+84 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #34906 from gregnavis/add-endless-ranges-to-activerecord | Aaron Patterson | 2019-01-11 | 3 | -2/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Support endless ranges in where | Greg Navis | 2019-01-11 | 3 | -2/+18 | |
* | | | | | | | Merge pull request #34902 from lanzhiheng/improve-doc-in-routing-2-10-adding-... | Gannon McGibbon | 2019-01-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ |