Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove ruby-actionmailer42 package, a part of Ruby on Rails 4.2 package.
|
|
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
|
|
Update commented out dependency line.
|
|
No change except version.
|
|
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
|
|
No change except version.
|
|
* There is no need to restrict dependency of ruby-mail <2.6.
* ruby-rails-dom-testing is indirectly depended by ruby-actionview.
Bump PKGREVISION.
|
|
|
|
Notable changes since 3.2:
- Added mailer previews feature based on 37 Signals mail_view
gem.
- Instrument the generation of Action Mailer messages. The time it
takes to generate a message is written to the log.
- link_to and url_for generate absolute URLs by default in templates,
it is no longer needed to pass only_path: false.
- Introduced deliver_later which enqueues a job on the application's
queue to deliver emails asynchronously.
- Added the show_previews configuration option for enabling mailer
previews outside of the development environment.
|