aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | s/Active Mailbox/Action Mailbox/ [ci skip]George Claghorn2019-01-011-1/+1
| |/ / / / / |/| | | | |
* | | | | | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into ↵Ryuta Kamizono2019-01-022-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | String properly This reverts 27c6c07 since `arel_attr.to_s` is not right way to avoid the type error. That to_s returns `"#<struct Arel::Attributes::Attribute ...>"`, there is no reason to match the regex to the inspect form. And also, the regex path is not covered by our test cases. I've tweaked the regex for redundant part and added assertions for the regex path.
* | | | | | :scissors:Ryuta Kamizono2019-01-021-1/+1
| | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | 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-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::Notification…
| * | | | | Add examples describing error handling in ActiveSupport::Notifications and ↵Mariusz Hausenplas2018-12-142-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | ActiveSupport::LogSubscriber documentation files
* | | | | | Merge pull request #34624 from ↵Gannon McGibbon2018-12-311-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | blaszczakphoto/update-docs-regarding-gzipping-assets Rename header of the gzip paragraph
| * | | | | | Rename header of the gzip paragraph to more accurate and add short info ↵Mariusz Błaszczak2018-12-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | aboaut what to do about serving gziped files [ci skip]
* | | | | | | Merge pull request #34834 from gmcgibbon/mention_tiff_support_in_guidesGeorge Claghorn2018-12-311-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mention tiff support in ActiveStorage guides
| * | | | | | | Mention tiff support in ActiveStorage guidesGannon McGibbon2018-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | 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-3123-23/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Bump license years for 2019
| * | | | | | | 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 case
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Accommodate case-insensitive filesystems and database collations.
* | | | | | | | Switch to released rb-inotify 0.10.0Matthew Draper2018-12-312-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It contains guard/rb-inotify#79, which is what we were waiting for.
* | | | | | | | Merge pull request #34825 from ↵George Claghorn2018-12-294-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bogdanvlviv/change-migration-version-of-actionmailbox Use 6.0 version of `ActiveRecord::Migration` for Action Mailbox
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-295-314/+324
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add Action Mailbox to guides
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now Action Mailbox is responsible for receiving emails.
| * | | | | | | | Move some `actionmailbox/README.md` content to Action Mailbox Basics guide ↵bogdanvlviv2018-12-303-267/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] I added WIP label to that guide since we definitely want to complement it.
* | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **before** ``` $ ./bin/rails g g Could not find generator 'g'. Maybe you meant nil? Run `rails generate --help` for more options. ``` **after** ``` $ ./bin/rails g g Could not find generator 'g'. Run `rails generate --help` for more options. ```
* | | | | | | | | 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` is given
| * | | | | | | | | Ensure that the app generator skips action mailbox when ↵bogdanvlviv2018-12-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `--skip-active-record` is given Related to https://github.com/rails/rails/pull/34816#issuecomment-450378366 Follow up https://github.com/rails/rails/commit/ddaf06779aa51d5d1ca462c21c53f2ed169a0d2f
* | | | | | | | | | 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 guide
| * | | | | | | | Remove mention about `receive.action_mailer` from the AS instrumentation guidebogdanvlviv2018-12-282-29/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since e3f832a7433a291a51c5df397dc3dd654c1858cb `ActionMailer::Base.receive` is deprecated.
* | | | | | | | 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
| | | | | | | |
* | | | | | | | 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 ↵Ryuta Kamizono2018-12-282-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directly Since `migration_context` has `migrations_paths` itself and provides methods which returning values from parsed migration files, so there is no reason to use the `parse_migration_filename` low level API directly.