aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace `window` references in ActionCable with `self`Richard Macklin2019-01-143-8/+8
* Merge pull request #34891 from gmcgibbon/ac_params_existsRafael França2019-01-144-0/+31
|\
| * Merge branch 'master' into ac_params_existsAaron Patterson2019-01-11113-395/+704
| |\
| * | Allow strong params in ActiveRecord::Base#exists?Gannon McGibbon2019-01-074-0/+30
* | | Refactor calculating beginning_of_quarter and end_of_quarter (#34927)Krzysztof Rybka2019-01-141-2/+2
* | | Merge pull request #34934 from rmacklin/simplify-actioncable-methods-after-de...Rafael França2019-01-143-16/+19
|\ \ \
| * | | Simplify `this.isActive() && this.webSocket` into `this.isActive()`Richard Macklin2019-01-142-2/+2
| * | | Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#closeRichard Macklin2019-01-143-7/+17
| * | | Simplify ActionCable.createConsumer by using default argumentRichard Macklin2019-01-142-10/+3
* | | | Merge pull request #33962 from kaspth/restructure-environment-credentialsKasper Timm Hansen2019-01-147-114/+122
|\ \ \ \
| * | | | Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-147-114/+122
| |/ / /
* | | | Merge pull request #34933 from palkan/feature/cable-testing-guidesKasper Timm Hansen2019-01-1413-5/+195
|\ \ \ \ | |/ / / |/| | |
| * | | Add Action Cable Testing guidesVladimir Dementyev2019-01-145-4/+129
| * | | Add connection_test to app generatorVladimir Dementyev2019-01-133-0/+18
| * | | Add channel test generatorVladimir Dementyev2019-01-135-1/+48
|/ / /
* | | Update Action Cable connection testing.Kasper Timm Hansen2019-01-142-57/+57
* | | Merge pull request #34932 from bogdanvlviv/fix-action-cable-guide-follow-up-3...Ryuta Kamizono2019-01-141-8/+8
|\ \ \
| * | | Fix "Action Cable Overview" guide [ci skip]bogdanvlviv2019-01-131-8/+8
* | | | Merge pull request #34930 from bogdanvlviv/merge-actioncable-README.md-to-the...Ryuta Kamizono2019-01-142-544/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip]bogdanvlviv2019-01-132-544/+31
* | | | Merge pull request #34845 from palkan/feature/action-cable-connection-testingKasper Timm Hansen2019-01-133-0/+434
|\ \ \ \ | |/ / / |/| | |
| * | | feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-023-0/+434
* | | | Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-1210-68/+196
* | | | More exercise test cases for `not_between`Ryuta Kamizono2019-01-122-31/+84
| |_|/ |/| |
* | | Merge pull request #34906 from gregnavis/add-endless-ranges-to-activerecordAaron Patterson2019-01-113-2/+18
|\ \ \
| * | | Support endless ranges in whereGreg Navis2019-01-113-2/+18
* | | | Merge pull request #34902 from lanzhiheng/improve-doc-in-routing-2-10-adding-...Gannon McGibbon2019-01-111-1/+1
|\ \ \ \
| * | | | [ci skip] improve doc in `Adding Member Routes` section of routing chapter.lanzhiheng2019-01-111-1/+1
* | | | | Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery...Gannon McGibbon2019-01-112-2/+5
|\ \ \ \ \
| * | | | | Add info about `config.action_mailer.delivery_job` to the guide [ci skip]bogdanvlviv2019-01-112-2/+5
* | | | | | Remove `id_value` argument which is no longer passed to `sql_for_insert`Ryuta Kamizono2019-01-112-3/+3
* | | | | | Fix `test_case_insensitiveness` to follow up eb5fef5Ryuta Kamizono2019-01-111-9/+8
* | | | | | Refactor `bind_attribute` to expand an association to actual attributeRyuta Kamizono2019-01-112-5/+5
* | | | | | Refactor `build_relation` in the uniqueness validator to avoid low level pred...Ryuta Kamizono2019-01-113-27/+29
* | | | | | Merge pull request #34922 from okuramasafumi/replace-secrets-with-credentials...Ryuta Kamizono2019-01-119-9/+9
|\ \ \ \ \ \
| * | | | | | Replace `secrets` with `credentials` in commentsokuramasafumi2019-01-119-9/+9
|/ / / / / /
* | | | | | Merge pull request #34919 from albertoalmagro/fix-typo-collection-radio-butto...Rafael França2019-01-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo in collection_radio_buttons spec [ci skip]Alberto Almagro2019-01-111-1/+1
|/ / / / / /
* | | | | | Merge pull request #34911 from duleorlovic/guides_i18nRafael França2019-01-101-2/+4
|\ \ \ \ \ \
| * | | | | | Add reasoning for `I18n.with_locale` and explanation that the problem isDusan Orlovic2019-01-101-2/+4
|/ / / / / /
* | | | | | Merge pull request #34892 from kbrock/safer_safe_constantizeRafael França2019-01-104-0/+20
|\ \ \ \ \ \
| * | | | | | Fix safe_constantize to not raise a LoadError.Keenan Brock2019-01-094-0/+20
* | | | | | | Merge pull request #34905 from javan/move-npm-packages-to-rails-scopeJavan Makhmali2019-01-1021-53/+48
|\ \ \ \ \ \ \
| * | | | | | | Move all npm packages to @rails scopeJavan Makhmali2019-01-1021-53/+48
| | |/ / / / / | |/| | | | |
* / | | | | | Add Postmark to the ingress lists [ci skip]George Claghorn2019-01-102-3/+3
|/ / / / / /
* | | | | | Tweak Postmark ingress docs [ci skip]George Claghorn2019-01-091-5/+5
* | | | | | Merge pull request #34909 from davidalee/patch-2Prem Sichanugrist2019-01-101-3/+3
|\ \ \ \ \ \
| * | | | | | Specify the type for the auto-generated primary keyDavid A. Lee2019-01-091-3/+3
* | | | | | | Merge pull request #34908 from robzolkos/fix-actionmailbox-jsonGeorge Claghorn2019-01-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Bring in all of aws-sdk-sns if using Amazon ingressRob Zolkos2019-01-091-1/+1
| |/ / / / / /