| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |_|_|/
|/| | | |
|
* | | | | The frameworks list is order dependent. | Kasper Timm Hansen | 2019-01-08 | 1 | -6/+7 |
* | | | | Merge pull request #34890 from rosa/test-exceptions-with-all-adapters | Rafael França | 2019-01-08 | 4 | -91/+88 |
|\ \ \ \ |
|
| * | | | | Ensure 0 is always the default for the individual exception counters in Activ... | Rosa Gutierrez | 2019-01-08 | 2 | -3/+3 |
| * | | | | Rewrite ActiveJob exception tests so it runs with the real adapters | Rosa Gutierrez | 2019-01-08 | 2 | -88/+85 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_dev | Rafael França | 2019-01-08 | 2 | -0/+2 |
|\ \ \ \ |
|
| * | | | | enable_fragment_cache_logging | Rob Jonson | 2018-10-09 | 2 | -0/+2 |
* | | | | | Merge pull request #34898 from ksolo/update-raketasks-for-new-frameworks | Aaron Patterson | 2019-01-08 | 3 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | add new frameworks to tasks/release.rb | Kevin Solorio | 2019-01-08 | 3 | -1/+18 |
* | | | | | | Consolidate the duplicated code that building range predicate | Ryuta Kamizono | 2019-01-08 | 5 | -36/+21 |
* | | | | | | Merge pull request #34896 from bannzai/fix/active_record/mysql/enum_type_map | Ryuta Kamizono | 2019-01-08 | 2 | -2/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | :recycle: Fix mysql type map for enum and set | bannzai | 2019-01-08 | 2 | -2/+6 |
| | |_|/ / /
| |/| | | | |
|