3909950d0d
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.
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2017/04/22 00:41:20 minskim Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/MIT-LICENSE
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/lib/action_mailer.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/base.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/collector.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/delivery_job.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/delivery_methods.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/gem_version.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/inline_preview_interceptor.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/log_subscriber.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/mail_helper.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/message_delivery.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/preview.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/railtie.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/test_case.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/test_helper.rb
|
|
${GEM_LIBDIR}/lib/action_mailer/version.rb
|
|
${GEM_LIBDIR}/lib/rails/generators/mailer/USAGE
|
|
${GEM_LIBDIR}/lib/rails/generators/mailer/mailer_generator.rb
|
|
${GEM_LIBDIR}/lib/rails/generators/mailer/templates/application_mailer.rb
|
|
${GEM_LIBDIR}/lib/rails/generators/mailer/templates/mailer.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|