Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 23 | -23/+23 | |
* | | | | | | | Merge pull request #34740 from sponomarev/feature/assert_has_stream | George Claghorn | 2018-12-31 | 2 | -6/+73 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add streams assert methods to ActionCable channel test case | Sergey Ponomarev | 2018-12-18 | 2 | -6/+73 | |
* | | | | | | | | Add load hook for ActionMailbox::InboundEmail | George Claghorn | 2018-12-31 | 1 | -0/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 4 | -0/+17 | |
* | | | | | | | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 3 | -3/+19 | |
* | | | | | | | Tweak test name | George Claghorn | 2018-12-30 | 1 | -1/+1 | |
* | | | | | | | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 6 | -7/+67 | |
* | | | | | | | Switch to released rb-inotify 0.10.0 | Matthew Draper | 2018-12-31 | 2 | -12/+2 | |
* | | | | | | | Merge pull request #34825 from bogdanvlviv/change-migration-version-of-action... | George Claghorn | 2018-12-29 | 4 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use 6.0 default configs in Active Storage test dummy app | bogdanvlviv | 2018-12-30 | 1 | -1/+1 | |
| * | | | | | | | Use 6.0 version of ActiveRecord::Migration for Action Mailbox | bogdanvlviv | 2018-12-30 | 3 | -3/+3 | |
* | | | | | | | | Merge pull request #34812 from bogdanvlviv/action_mailbox-guides-docs | George Claghorn | 2018-12-29 | 5 | -314/+324 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add Action Mailbox to Major Features of Rails 6.0 [ci skip] | bogdanvlviv | 2018-12-30 | 1 | -0/+9 | |
| * | | | | | | | Fix Action Mailer Basics [ci skip] | bogdanvlviv | 2018-12-30 | 2 | -47/+7 | |
| * | | | | | | | Move some `actionmailbox/README.md` content to Action Mailbox Basics guide [c... | bogdanvlviv | 2018-12-30 | 3 | -267/+308 | |
* | | | | | | | | Don't load Action Mailbox when Active Storage is skipped | George Claghorn | 2018-12-29 | 2 | -1/+6 | |
* | | | | | | | | Do not show suggestion message when not exist suggestion | yuuji.yaginuma | 2018-12-29 | 4 | -2/+12 | |
* | | | | | | | | Require railties for all Action Mailbox dependencies | George Claghorn | 2018-12-28 | 1 | -1/+6 | |
* | | | | | | | | Merge pull request #34820 from bogdanvlviv/extract-text-from-34816 | George Claghorn | 2018-12-28 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ensure that the app generator skips action mailbox when `--skip-active-record... | bogdanvlviv | 2018-12-28 | 1 | -0/+5 | |
* | | | | | | | | | Remove frozen_string_literal pragma from Action Mailbox templates | George Claghorn | 2018-12-28 | 2 | -4/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Label Action Mailbox PRs | George Claghorn | 2018-12-28 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #34814 from bogdanvlviv/follow-up-e3f832a7433a | George Claghorn | 2018-12-28 | 2 | -29/+4 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Remove mention about `receive.action_mailer` from the AS instrumentation guide | bogdanvlviv | 2018-12-28 | 2 | -29/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix broken Mailbox generator test | yuuji.yaginuma | 2018-12-28 | 1 | -2/+2 | |
* | | | | | | | Add missing quotes on Mailbox test template | yuuji.yaginuma | 2018-12-28 | 1 | -1/+1 | |
* | | | | | | | Don't load Action Mailbox when Active Record is skipped | George Claghorn | 2018-12-28 | 2 | -2/+7 | |
* | | | | | | | Load Action Mailbox when other components are skipped | George Claghorn | 2018-12-28 | 1 | -0/+1 | |
* | | | | | | | Deprecate ActionMailer::Base.receive in favor of Action Mailbox | George Claghorn | 2018-12-27 | 5 | -40/+14 | |
* | | | | | | | Use high level API on `migration_context` instead of using low level API dire... | Ryuta Kamizono | 2018-12-28 | 2 | -13/+11 | |
* | | | | | | | Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers... | Ryuta Kamizono | 2018-12-28 | 4 | -12/+20 | |
* | | | | | | | Remove redundant assignning to `current_env` | Ryuta Kamizono | 2018-12-28 | 1 | -1/+0 | |
* | | | | | | | Enable `Lint/ShadowingOuterLocalVariable` cop to avoid newly adding the warning | Ryuta Kamizono | 2018-12-28 | 1 | -0/+3 | |
* | | | | | | | Merge pull request #34810 from cbothner/activestorage-no-undefined-csrf-header | George Claghorn | 2018-12-27 | 3 | -2/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don’t include an undefined X-CSRF-Token header | Cameron Bothner | 2018-12-27 | 3 | -2/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #34806 from bogdan/reuse-find-target | Ryuta Kamizono | 2018-12-27 | 4 | -30/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Reuse AR::Association#find_target method | Bogdan Gusiev | 2018-12-27 | 4 | -29/+21 | |
* | | | | | | | | Only run isolated tests on the latest stable ruby: that's now 2.6 | Ryuta Kamizono | 2018-12-27 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #34801 from bogdanvlviv/follow-up-34786 | George Claghorn | 2018-12-26 | 6 | -52/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix Ruby warnings in actionmailbox | bogdanvlviv | 2018-12-27 | 1 | -1/+1 | |
| * | | | | | | | Improve actionmailbox's .gitignore and remove redundant files | bogdanvlviv | 2018-12-27 | 5 | -51/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Nest ActionMailbox::Base in the API docs (missed in 6c168aa) | George Claghorn | 2018-12-26 | 1 | -93/+95 | |
* | | | | | | | Nest Action Mailbox classes in the API docs | George Claghorn | 2018-12-26 | 19 | -508/+546 | |
* | | | | | | | Generate Action Mailbox's API docs | George Claghorn | 2018-12-26 | 1 | -0/+8 | |
* | | | | | | | Start an Action Mailbox changelog | George Claghorn | 2018-12-26 | 1 | -0/+3 | |
* | | | | | | | Test against Ruby 2.6.0 | George Claghorn | 2018-12-26 | 1 | -0/+36 | |
* | | | | | | | Merge pull request #34786 from georgeclaghorn/actionmailbox | George Claghorn | 2018-12-26 | 162 | -182/+10911 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Import Action Mailbox | George Claghorn | 2018-12-25 | 162 | -182/+10911 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Bump the minimum Ruby version to match Rails master | George Claghorn | 2018-12-20 | 1 | -1/+1 |