1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

8 commits

Author SHA1 Message Date
David Heinemeier Hansson
8a0a103495 ActionMailroom -> ActionMailbox
We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
2018-09-28 12:19:43 -07:00
David Heinemeier Hansson
3e199600ec Routing is a named concept now 2018-09-19 16:38:33 -07:00
David Heinemeier Hansson
af360244d2 Temp routing directly to named controller
Need the singleton to live somewhere proper.
2018-09-19 16:22:53 -07:00
David Heinemeier Hansson
d481dd565d Simpler class definition
Don't actually remember why we've used the explicit module wrapper before?
2018-09-19 16:20:32 -07:00
David Heinemeier Hansson
da697e8444 Attach a concrete router to the root mailbox and use it
Don't think this is how it's going to stay. Doesn't feel like the right place for it.
2018-09-19 15:52:16 -07:00
David Heinemeier Hansson
3c8fc4e9ae Add incineration by default 2018-09-19 15:20:04 -07:00
David Heinemeier Hansson
c6cae759ef Follow db table convention 2018-09-19 15:15:19 -07:00
David Heinemeier Hansson
d1329efd81 Inherit from ActiveJob::Base rather than ApplicationJob
Don't want to trigger app-specific behavior here.
2018-09-18 17:27:52 -07:00