aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / /
* | | | | | Merge pull request #34907 from wildbit/actionmailbox-postmarkGeorge Claghorn2019-01-096-33/+197
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added Postmark ingress supportTomek Maszkowski2019-01-096-33/+197
| | |_|/ / | |/| | |
* | | | | Merge pull request #34900 from gmcgibbon/fix_test_find_only_some_columnsEileen M. Uchitelle2019-01-091-2/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reset column info on original Topic in serialized attr testGannon McGibbon2019-01-091-2/+11
* | | | | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaultsRafael França2019-01-098-7/+58
|\ \ \ \ \
| * | | | | Fix legacy fallback for parameterized mailersGannon McGibbon2019-01-073-6/+13
| * | | | | Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-075-1/+45
* | | | | | Merge pull request #34899 from rails/speed-up-stepAaron Patterson2019-01-091-1/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Duration#coerce should always return a ScalarAaron Patterson2019-01-081-1/+4
| | |_|/ / | |/| | |
* | | | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-0915-25/+27
* | | | | Merge pull request #34860 from toshimaru/make-guides-sns-friendlyRyuta Kamizono2019-01-093-4/+18
|\ \ \ \ \
| * | | | | Add OG tags to layout.html.erbtoshimaru2019-01-093-4/+18
|/ / / / /
* | | | | Merge pull request #34903 from y-yagi/enable_deprecated_class_methods_copYuji Yaginuma2019-01-092-1/+4
|\ \ \ \ \
| * | | | | Enable `Lint/DeprecatedClassMethods` cop to avoid using deprecated methodsyuuji.yaginuma2019-01-092-1/+4
|/ / / / /
* | | | | Merge pull request #34894 from hahmed/tames-params-wrapper-errorsKasper Timm Hansen2019-01-091-16/+17
|\ \ \ \ \
| * | | | | Capture parsing errors for ActionController::ParamsWrapper#process_actionHaroon Ahmed2019-01-081-16/+17
* | | | | | Merge pull request #34885 from y-yagi/fixes_34780Yuji Yaginuma2019-01-092-4/+16
|\ \ \ \ \ \
| * | | | | | Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-072-4/+16