aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/Active Mailbox/Action Mailbox/ [ci skip]George Claghorn2019-01-011-1/+1
* Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into Str...Ryuta Kamizono2019-01-022-1/+3
* :scissors:Ryuta Kamizono2019-01-021-1/+1
* Fix links in ingress docs [ci skip]George Claghorn2019-01-012-2/+2
* Exclude ActionMailbox::Base#perform_processing and #finished_processing? from...George Claghorn2019-01-011-2/+2
* Document ActionMailbox::Base#bounce_with [ci skip]George Claghorn2019-01-011-0/+1
* Add load hook for ActionMailbox::TestCaseGeorge Claghorn2018-12-312-0/+3
* Update the load hooks reference table [ci skip]George Claghorn2018-12-311-0/+3
* Bump Nokogiri for sparklemotion/nokogiri@bf41ba0George Claghorn2018-12-311-8/+8
* Add load hook for ActionMailbox::BaseGeorge Claghorn2018-12-311-0/+2
* Merge pull request #34707 from xlts/update-notifications-docsGannon McGibbon2018-12-312-9/+35
|\
| * Add examples describing error handling in ActiveSupport::Notifications and Ac...Mariusz Hausenplas2018-12-142-9/+35
* | Merge pull request #34624 from blaszczakphoto/update-docs-regarding-gzipping-...Gannon McGibbon2018-12-311-1/+3
|\ \
| * | Rename header of the gzip paragraph to more accurate and add short info aboau...Mariusz Błaszczak2018-12-211-1/+3
* | | Merge pull request #34834 from gmcgibbon/mention_tiff_support_in_guidesGeorge Claghorn2018-12-311-1/+1
|\ \ \
| * | | Mention tiff support in ActiveStorage guidesGannon McGibbon2018-12-311-1/+1
* | | | Merge pull request #34833 from bogdanvlviv/add-changelog-file-to-actionmailbo...George Claghorn2018-12-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add CHANGELOG.md to actionmailbox gem specificationbogdanvlviv2018-12-311-1/+1
* | | | Merge pull request #34831 from arunagw/bump-year-to-2019Arun Agrawal2018-12-3123-23/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Bump license years for 2019Arun Agrawal2018-12-3123-23/+23
* | | | Merge pull request #34740 from sponomarev/feature/assert_has_streamGeorge Claghorn2018-12-312-6/+73
|\ \ \ \
| * | | | Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-182-6/+73
* | | | | Add load hook for ActionMailbox::InboundEmailGeorge Claghorn2018-12-311-0/+2
| |/ / / |/| | |
* | | | Permit generating variants of TIFF imagesLuciano Sousa2018-12-304-0/+17
* | | | Add Rake task for testing mailboxesGeorge Claghorn2018-12-303-3/+19
* | | | Tweak test nameGeorge Claghorn2018-12-301-1/+1
* | | | Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-306-7/+67
* | | | Switch to released rb-inotify 0.10.0Matthew Draper2018-12-312-12/+2
* | | | Merge pull request #34825 from bogdanvlviv/change-migration-version-of-action...George Claghorn2018-12-294-4/+4
|\ \ \ \
| * | | | Use 6.0 default configs in Active Storage test dummy appbogdanvlviv2018-12-301-1/+1
| * | | | Use 6.0 version of ActiveRecord::Migration for Action Mailboxbogdanvlviv2018-12-303-3/+3
* | | | | Merge pull request #34812 from bogdanvlviv/action_mailbox-guides-docsGeorge Claghorn2018-12-295-314/+324
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add Action Mailbox to Major Features of Rails 6.0 [ci skip]bogdanvlviv2018-12-301-0/+9
| * | | | Fix Action Mailer Basics [ci skip]bogdanvlviv2018-12-302-47/+7
| * | | | Move some `actionmailbox/README.md` content to Action Mailbox Basics guide [c...bogdanvlviv2018-12-303-267/+308
* | | | | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-292-1/+6
* | | | | Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-294-2/+12
* | | | | Require railties for all Action Mailbox dependenciesGeorge Claghorn2018-12-281-1/+6
* | | | | Merge pull request #34820 from bogdanvlviv/extract-text-from-34816George Claghorn2018-12-281-0/+5
|\ \ \ \ \
| * | | | | Ensure that the app generator skips action mailbox when `--skip-active-record...bogdanvlviv2018-12-281-0/+5
* | | | | | Remove frozen_string_literal pragma from Action Mailbox templatesGeorge Claghorn2018-12-282-4/+0
|/ / / / /
* | | | | Label Action Mailbox PRsGeorge Claghorn2018-12-281-0/+2
* | | | | Merge pull request #34814 from bogdanvlviv/follow-up-e3f832a7433aGeorge Claghorn2018-12-282-29/+4
|\ \ \ \ \
| * | | | | Remove mention about `receive.action_mailer` from the AS instrumentation guidebogdanvlviv2018-12-282-29/+4
|/ / / / /
* | | | | Fix broken Mailbox generator testyuuji.yaginuma2018-12-281-2/+2
* | | | | Add missing quotes on Mailbox test templateyuuji.yaginuma2018-12-281-1/+1
* | | | | Don't load Action Mailbox when Active Record is skippedGeorge Claghorn2018-12-282-2/+7
* | | | | Load Action Mailbox when other components are skippedGeorge Claghorn2018-12-281-0/+1
* | | | | Deprecate ActionMailer::Base.receive in favor of Action MailboxGeorge Claghorn2018-12-275-40/+14
* | | | | Use high level API on `migration_context` instead of using low level API dire...Ryuta Kamizono2018-12-282-13/+11