aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added Postmark ingress supportTomek Maszkowski2019-01-093-0/+118
|/
* add new frameworks to tasks/release.rbKevin Solorio2019-01-081-0/+2
| | | | | | | | | | | | | | The Frameworks collection was missing actiontext and actionmailbox, this would mean they are skipped when running any tasks that iterated through this collection changes include Breaking up frameworks declaration into multiple lines and put them in order. This should make adding to the list easier and if you need to scan it, they will be in order you would expect Add `package` task to both actiontext and actionmailbox
* add attachments to the new inbound mailLachlan Sylvester2019-01-075-1/+44
|
* Test actiontext on Rails 6.0bogdanvlviv2019-01-051-0/+1
| | | | | | | | | | | | - config.load_defaults 6.0 in the dummy app and fix the test since by default rails 6.0 configured does not generate "utf8" hidden input, see #32125 - Use `ActiveRecord::Migration[6.0]` in the dummy app since actiontext will be since Rails 6.0 - Fix `CreateActiveStorageTables` migration in the dummy app. Add `t.foreign_key :active_storage_blobs, column: :blob_id` It was added in 2ae3a29508e. - `rails/actiontext$ yarn install`
* s/Active Mailbox/Action Mailbox/ [ci skip]George Claghorn2019-01-011-1/+1
|
* Fix links in ingress docs [ci skip]George Claghorn2019-01-012-2/+2
|
* Exclude ActionMailbox::Base#perform_processing and #finished_processing? ↵George Claghorn2019-01-011-2/+2
| | | | from API docs
* Document ActionMailbox::Base#bounce_with [ci skip]George Claghorn2019-01-011-0/+1
|
* Add load hook for ActionMailbox::TestCaseGeorge Claghorn2018-12-311-0/+2
|
* Add load hook for ActionMailbox::BaseGeorge Claghorn2018-12-311-0/+2
|
* Merge pull request #34833 from ↵George Claghorn2018-12-311-1/+1
|\ | | | | | | | | bogdanvlviv/add-changelog-file-to-actionmailbox-specification Add CHANGELOG.md to actionmailbox gem specification
| * Add CHANGELOG.md to actionmailbox gem specificationbogdanvlviv2018-12-311-1/+1
| |
* | Merge pull request #34831 from arunagw/bump-year-to-2019Arun Agrawal2018-12-311-1/+1
|\ \ | |/ |/| Bump license years for 2019
| * Bump license years for 2019Arun Agrawal2018-12-311-1/+1
| |
* | Add load hook for ActionMailbox::InboundEmailGeorge Claghorn2018-12-311-0/+2
|/
* Merge pull request #34825 from ↵George Claghorn2018-12-293-3/+3
|\ | | | | | | | | bogdanvlviv/change-migration-version-of-actionmailbox Use 6.0 version of `ActiveRecord::Migration` for Action Mailbox
| * Use 6.0 version of ActiveRecord::Migration for Action Mailboxbogdanvlviv2018-12-303-3/+3
| | | | | | | | | | | | Since Action Mailbox will be introduced in Rails 6.0, it makes more sense to generate migration of that version. Also I changed its test dummy app to use default 6.0 configs.
* | Merge pull request #34812 from bogdanvlviv/action_mailbox-guides-docsGeorge Claghorn2018-12-291-267/+1
|\ \ | |/ |/| Add Action Mailbox to guides
| * Move some `actionmailbox/README.md` content to Action Mailbox Basics guide ↵bogdanvlviv2018-12-301-267/+1
| | | | | | | | | | | | | | [ci skip] I added WIP label to that guide since we definitely want to complement it.
* | Require railties for all Action Mailbox dependenciesGeorge Claghorn2018-12-281-1/+6
| |
* | Remove frozen_string_literal pragma from Action Mailbox templatesGeorge Claghorn2018-12-282-4/+0
| |
* | Fix broken Mailbox generator testyuuji.yaginuma2018-12-281-2/+2
| | | | | | | | Follow up to d082439cf7e577e266bfeb7b443569f323df1673
* | Add missing quotes on Mailbox test templateyuuji.yaginuma2018-12-281-1/+1
|/
* Fix Ruby warnings in actionmailboxbogdanvlviv2018-12-271-1/+1
| | | | | | | | | | | | | | ``` rails/actionmailbox$ bundle exec rake tests (snip) ... rails/activerecord/lib/active_record/persistence.rb:48: warning: in `create!': the last argument was passed as a single Hash rails/actionmailbox/app/models/action_mailbox/inbound_email/message_id.rb:21: warning: although a splat keyword arguments here ... (snip) ```
* Improve actionmailbox's .gitignore and remove redundant filesbogdanvlviv2018-12-275-51/+4
| | | | Follow up #34786
* Nest ActionMailbox::Base in the API docs (missed in 6c168aa)George Claghorn2018-12-261-93/+95
|
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-2619-508/+546
|
* Start an Action Mailbox changelogGeorge Claghorn2018-12-261-0/+3
|
* Import Action MailboxGeorge Claghorn2018-12-25150-0/+10602