aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | Deprecate passing `migrations_paths` to ↵Ryuta Kamizono2018-12-284-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `connection.assume_migrated_upto_version` Since #31727, `migrations_paths` in `assume_migrated_upto_version` is no longer used.
* | | | | Remove redundant assignning to `current_env`Ryuta Kamizono2018-12-281-1/+0
| | | | | | | | | | | | | | | | | | | | This was introduced at https://github.com/rails/rails/commit/cfa1df4b07bee5b2bbcbf9edd2ac287b4fb23c18#diff-b36b9c41be30b05dc14d09d7f3b192efR436.
* | | | | Enable `Lint/ShadowingOuterLocalVariable` cop to avoid newly adding the warningRyuta Kamizono2018-12-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we've addressed the warning "warning: shadowing outer local variable" frequently. 2c325182b84ea4c75855c777b25de0f15fd218e5 df76eaa4f1619dfbc024235f444c602eb6d6775a b86c2a6767b939c420687db7df078625c702dc7a b658743ac2a69d196d283e780816f5ad4a305753 b18f2fe96debdcd0744f99101d1a1e0d42c41eaa
* | | | | Merge pull request #34810 from cbothner/activestorage-no-undefined-csrf-headerGeorge Claghorn2018-12-273-2/+15
|\ \ \ \ \ | | | | | | | | | | | | ActiveStorage: Don’t include an undefined X-CSRF-Token header when creating a blob record
| * | | | | Don’t include an undefined X-CSRF-Token headerCameron Bothner2018-12-273-2/+15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is not a `csrf-token` meta tag in the document, the blob record XHR was including an `X-CSRF-Token` header set to the string "undefined." Instead of setting it to undefined, it should not be included in the absence of a meta tag.