George Claghorn
bf11c425a2
Merge pull request #34825 from bogdanvlviv/change-migration-version-of-actionmailbox
...
Use 6.0 version of `ActiveRecord::Migration` for Action Mailbox
2018-12-29 20:52:19 -05:00
George Claghorn
a1be11fcbf
Merge pull request #34812 from bogdanvlviv/action_mailbox-guides-docs
...
Add Action Mailbox to guides
2018-12-29 20:19:13 -05:00
bogdanvlviv
f9792fdd51
Use 6.0 version of ActiveRecord::Migration for Action Mailbox
...
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.
2018-12-30 03:10:16 +02:00
bogdanvlviv
1fe086d3c1
Move some actionmailbox/README.md
content to Action Mailbox Basics guide [ci skip]
...
I added WIP label to that guide since we definitely
want to complement it.
2018-12-30 02:42:14 +02:00
George Claghorn
a4fe5c5b66
Require railties for all Action Mailbox dependencies
2018-12-28 21:29:44 -05:00
George Claghorn
837f602fa1
Remove frozen_string_literal pragma from Action Mailbox templates
2018-12-28 12:32:48 -05:00
yuuji.yaginuma
e4b6495fd1
Fix broken Mailbox generator test
...
Follow up to d082439cf7
2018-12-28 17:29:40 +09:00
yuuji.yaginuma
d082439cf7
Add missing quotes on Mailbox test template
2018-12-28 16:56:45 +09:00
bogdanvlviv
3adb261985
Fix Ruby warnings in actionmailbox
...
```
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)
```
2018-12-27 01:30:29 +02:00
bogdanvlviv
2ee75ae716
Improve actionmailbox's .gitignore and remove redundant files
...
Follow up #34786
2018-12-27 00:07:44 +02:00
George Claghorn
4198323b9d
Nest ActionMailbox::Base in the API docs (missed in 6c168aa
)
2018-12-26 16:27:28 -05:00
George Claghorn
6c168aaffb
Nest Action Mailbox classes in the API docs
2018-12-26 16:18:42 -05:00
George Claghorn
612bb2bd9f
Start an Action Mailbox changelog
2018-12-26 13:27:00 -05:00
George Claghorn
a5b2fff64c
Import Action Mailbox
2018-12-25 21:32:35 -05:00