Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #34835 from gmcgibbon/fix_examples_in_log_subscriber | Eileen M. Uchitelle | 2019-01-02 | 1 | -3/+3 |
|\ | | | | | Fix examples in ActiveSupport::LogSubscriber docs | ||||
| * | Fix examples in ActiveSupport::LogSubscriber docs | Gannon McGibbon | 2019-01-01 | 1 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
* | | MariaDB: Remove version checking lower the 5.5.8 | Ryuta Kamizono | 2019-01-02 | 1 | -10/+2 |
| | | | | | | | | Since we already bumped the minimum version of MySQL to 5.5.8 at #33853. | ||||
* | | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 7 | -5/+40 |
| | | |||||
* | | Add assertions for `ActiveRecord::Base.current_role` | Ryuta Kamizono | 2019-01-02 | 1 | -0/+6 |
| | | | | | | | | Since the `current_role` is public API. | ||||
* | | Add test case for `preventing_writes?` | Ryuta Kamizono | 2019-01-02 | 2 | -1/+11 |
| | | | | | | | | Since the `preventing_writes?` is public API. | ||||
* | | Bring ActiveRecord::Core's API document back [ci skip] | yuuji.yaginuma | 2019-01-02 | 1 | -3/+1 |
| | | | | | | | | | | If exist `:nodoc:` before method define, it affects all subsequent method definitions. | ||||
* | | Document Action Mailbox configuration options [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+23 |
| | | |||||
* | | s/Active Mailbox/Action Mailbox/ [ci skip] | George Claghorn | 2019-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into ↵ | Ryuta Kamizono | 2019-01-02 | 2 | -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 Kamizono | 2019-01-02 | 1 | -1/+1 |
| | | | | | | [ci skip] | ||||
* | | Fix links in ingress docs [ci skip] | George Claghorn | 2019-01-01 | 2 | -2/+2 |
| | | |||||
* | | Exclude ActionMailbox::Base#perform_processing and #finished_processing? ↵ | George Claghorn | 2019-01-01 | 1 | -2/+2 |
| | | | | | | | | from API docs | ||||
* | | Document ActionMailbox::Base#bounce_with [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+1 |
| | | |||||
* | | Add load hook for ActionMailbox::TestCase | George Claghorn | 2018-12-31 | 2 | -0/+3 |
| | | |||||
* | | Update the load hooks reference table [ci skip] | George Claghorn | 2018-12-31 | 1 | -0/+3 |
| | | |||||
* | | Bump Nokogiri for sparklemotion/nokogiri@bf41ba0 | George Claghorn | 2018-12-31 | 1 | -8/+8 |
| | | |||||
* | | Add load hook for ActionMailbox::Base | George Claghorn | 2018-12-31 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #34707 from xlts/update-notifications-docs | Gannon McGibbon | 2018-12-31 | 2 | -9/+35 |
|\ | | | | | Add examples describing error handling in ActiveSupport::Notification… | ||||
| * | Add examples describing error handling in ActiveSupport::Notifications and ↵ | Mariusz Hausenplas | 2018-12-14 | 2 | -9/+35 |
| | | | | | | | | ActiveSupport::LogSubscriber documentation files | ||||
* | | Merge pull request #34624 from ↵ | Gannon McGibbon | 2018-12-31 | 1 | -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łaszczak | 2018-12-21 | 1 | -1/+3 |
| | | | | | | | | | | | | aboaut what to do about serving gziped files [ci skip] | ||||
* | | | Merge pull request #34834 from gmcgibbon/mention_tiff_support_in_guides | George Claghorn | 2018-12-31 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Mention tiff support in ActiveStorage guides | ||||
| * | | | Mention tiff support in ActiveStorage guides | Gannon McGibbon | 2018-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #34833 from ↵ | George Claghorn | 2018-12-31 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | bogdanvlviv/add-changelog-file-to-actionmailbox-specification Add CHANGELOG.md to actionmailbox gem specification | ||||
| * | | | Add CHANGELOG.md to actionmailbox gem specification | bogdanvlviv | 2018-12-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #34831 from arunagw/bump-year-to-2019 | Arun Agrawal | 2018-12-31 | 23 | -23/+23 |
|\ \ \ \ | |/ / / |/| | | | Bump license years for 2019 | ||||
| * | | | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 23 | -23/+23 |
| | | | | |||||
* | | | | Merge pull request #34740 from sponomarev/feature/assert_has_stream | George Claghorn | 2018-12-31 | 2 | -6/+73 |
|\ \ \ \ | | | | | | | | | | | Add streams assert methods to ActionCable channel test case | ||||
| * | | | | Add streams assert methods to ActionCable channel test case | Sergey Ponomarev | 2018-12-18 | 2 | -6/+73 |
| | | | | | |||||
* | | | | | Add load hook for ActionMailbox::InboundEmail | George Claghorn | 2018-12-31 | 1 | -0/+2 |
| |/ / / |/| | | | |||||
* | | | | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 4 | -0/+17 |
| | | | | |||||
* | | | | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 3 | -3/+19 |
| | | | | |||||
* | | | | Tweak test name | George Claghorn | 2018-12-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 6 | -7/+67 |
| | | | | | | | | | | | | Accommodate case-insensitive filesystems and database collations. | ||||
* | | | | Switch to released rb-inotify 0.10.0 | Matthew Draper | 2018-12-31 | 2 | -12/+2 |
| | | | | | | | | | | | | | | | | It contains guard/rb-inotify#79, which is what we were waiting for. | ||||
* | | | | Merge pull request #34825 from ↵ | George Claghorn | 2018-12-29 | 4 | -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 app | bogdanvlviv | 2018-12-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use 6.0 version of ActiveRecord::Migration for Action Mailbox | bogdanvlviv | 2018-12-30 | 3 | -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-docs | George Claghorn | 2018-12-29 | 5 | -314/+324 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add Action Mailbox to guides | ||||
| * | | | | Add Action Mailbox to Major Features of Rails 6.0 [ci skip] | bogdanvlviv | 2018-12-30 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Fix Action Mailer Basics [ci skip] | bogdanvlviv | 2018-12-30 | 2 | -47/+7 |
| | | | | | | | | | | | | | | | | | | | | Now Action Mailbox is responsible for receiving emails. | ||||
| * | | | | Move some `actionmailbox/README.md` content to Action Mailbox Basics guide ↵ | bogdanvlviv | 2018-12-30 | 3 | -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 skipped | George Claghorn | 2018-12-29 | 2 | -1/+6 |
| | | | | | |||||
* | | | | | Do not show suggestion message when not exist suggestion | yuuji.yaginuma | 2018-12-29 | 4 | -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 dependencies | George Claghorn | 2018-12-28 | 1 | -1/+6 |
| | | | | | |||||
* | | | | | Merge pull request #34820 from bogdanvlviv/extract-text-from-34816 | George Claghorn | 2018-12-28 | 1 | -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 ↵ | bogdanvlviv | 2018-12-28 | 1 | -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 templates | George Claghorn | 2018-12-28 | 2 | -4/+0 |
|/ / / / / | |||||
* | | | | | Label Action Mailbox PRs | George Claghorn | 2018-12-28 | 1 | -0/+2 |
| | | | | |