| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | [ci skip] improve doc in `Adding Member Routes` section of routing chapter. | lanzhiheng | 2019-01-11 | 1 | -1/+1 |
* | | | Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery... | Gannon McGibbon | 2019-01-11 | 2 | -2/+5 |
|\ \ \ |
|
| * | | | Add info about `config.action_mailer.delivery_job` to the guide [ci skip] | bogdanvlviv | 2019-01-11 | 2 | -2/+5 |
* | | | | Remove `id_value` argument which is no longer passed to `sql_for_insert` | Ryuta Kamizono | 2019-01-11 | 2 | -3/+3 |
* | | | | Fix `test_case_insensitiveness` to follow up eb5fef5 | Ryuta Kamizono | 2019-01-11 | 1 | -9/+8 |
* | | | | Refactor `bind_attribute` to expand an association to actual attribute | Ryuta Kamizono | 2019-01-11 | 2 | -5/+5 |
* | | | | Refactor `build_relation` in the uniqueness validator to avoid low level pred... | Ryuta Kamizono | 2019-01-11 | 3 | -27/+29 |
* | | | | Merge pull request #34922 from okuramasafumi/replace-secrets-with-credentials... | Ryuta Kamizono | 2019-01-11 | 9 | -9/+9 |
|\ \ \ \ |
|
| * | | | | Replace `secrets` with `credentials` in comments | okuramasafumi | 2019-01-11 | 9 | -9/+9 |
|/ / / / |
|
* | | | | Merge pull request #34919 from albertoalmagro/fix-typo-collection-radio-butto... | Rafael França | 2019-01-10 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix typo in collection_radio_buttons spec [ci skip] | Alberto Almagro | 2019-01-11 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #34911 from duleorlovic/guides_i18n | Rafael França | 2019-01-10 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Add reasoning for `I18n.with_locale` and explanation that the problem is | Dusan Orlovic | 2019-01-10 | 1 | -2/+4 |
|/ / / / |
|
* | | | | Merge pull request #34892 from kbrock/safer_safe_constantize | Rafael França | 2019-01-10 | 4 | -0/+20 |
|\ \ \ \ |
|
| * | | | | Fix safe_constantize to not raise a LoadError. | Keenan Brock | 2019-01-09 | 4 | -0/+20 |
* | | | | | Merge pull request #34905 from javan/move-npm-packages-to-rails-scope | Javan Makhmali | 2019-01-10 | 21 | -53/+48 |
|\ \ \ \ \ |
|
| * | | | | | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 21 | -53/+48 |
| | |/ / /
| |/| | | |
|
* / | | | | Add Postmark to the ingress lists [ci skip] | George Claghorn | 2019-01-10 | 2 | -3/+3 |
|/ / / / |
|
* | | | | Tweak Postmark ingress docs [ci skip] | George Claghorn | 2019-01-09 | 1 | -5/+5 |
* | | | | Merge pull request #34909 from davidalee/patch-2 | Prem Sichanugrist | 2019-01-10 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Specify the type for the auto-generated primary key | David A. Lee | 2019-01-09 | 1 | -3/+3 |
* | | | | | Merge pull request #34908 from robzolkos/fix-actionmailbox-json | George Claghorn | 2019-01-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Bring in all of aws-sdk-sns if using Amazon ingress | Rob Zolkos | 2019-01-09 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #34907 from wildbit/actionmailbox-postmark | George Claghorn | 2019-01-09 | 6 | -33/+197 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 6 | -33/+197 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #34900 from gmcgibbon/fix_test_find_only_some_columns | Eileen M. Uchitelle | 2019-01-09 | 1 | -2/+11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Reset column info on original Topic in serialized attr test | Gannon McGibbon | 2019-01-09 | 1 | -2/+11 |
* | | | | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaults | Rafael França | 2019-01-09 | 8 | -7/+58 |
|\ \ \ \ |
|
| * | | | | Fix legacy fallback for parameterized mailers | Gannon McGibbon | 2019-01-07 | 3 | -6/+13 |
| * | | | | Move MailDeliveryJob default to 6.0 defaults | Gannon McGibbon | 2019-01-07 | 5 | -1/+45 |
* | | | | | Merge pull request #34899 from rails/speed-up-step | Aaron Patterson | 2019-01-09 | 1 | -1/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Duration#coerce should always return a Scalar | Aaron Patterson | 2019-01-08 | 1 | -1/+4 |
| | |_|/
| |/| | |
|
* | | | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 15 | -25/+27 |
* | | | | Merge pull request #34860 from toshimaru/make-guides-sns-friendly | Ryuta Kamizono | 2019-01-09 | 3 | -4/+18 |
|\ \ \ \ |
|
| * | | | | Add OG tags to layout.html.erb | toshimaru | 2019-01-09 | 3 | -4/+18 |
|/ / / / |
|
* | | | | Merge pull request #34903 from y-yagi/enable_deprecated_class_methods_cop | Yuji Yaginuma | 2019-01-09 | 2 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Enable `Lint/DeprecatedClassMethods` cop to avoid using deprecated methods | yuuji.yaginuma | 2019-01-09 | 2 | -1/+4 |
|/ / / / |
|
* | | | | Merge pull request #34894 from hahmed/tames-params-wrapper-errors | Kasper Timm Hansen | 2019-01-09 | 1 | -16/+17 |
|\ \ \ \ |
|
| * | | | | Capture parsing errors for ActionController::ParamsWrapper#process_action | Haroon Ahmed | 2019-01-08 | 1 | -16/+17 |
* | | | | | Merge pull request #34885 from y-yagi/fixes_34780 | Yuji Yaginuma | 2019-01-09 | 2 | -4/+16 |
|\ \ \ \ \ |
|
| * | | | | | Allow using combine the Cache-Control `public` and `no-cache` headers | yuuji.yaginuma | 2019-01-07 | 2 | -4/+16 |
* | | | | | | Preserve Bundle configuration during app generation (#34755) | Marco Costa | 2019-01-09 | 3 | -9/+33 |
| |_|/ / /
|/| | | | |
|
* | | | | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 5 | -37/+2 |
* | | | | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 13 | -0/+50 |
* | | | | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 13 | -50/+0 |
| |_|_|/
|/| | | |
|