Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
action_mailer_auto_previews
Advanced tools
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/action_mailer_auto_previews
. To experiment with that code, run bin/console
for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
Add this line to your application's Gemfile :development group:
group :development do
gem 'action_mailer_auto_previews'
end
And then execute:
$ bundle
Or install it yourself as:
$ gem install action_mailer_auto_previews
That's it! Simply include the gem in your Gemfile's :development group, and by default, you will be able to automatically see previews of your ActionMailer emails. Whenever deliver
or deliver_later
is called on one of your ActionMailers, the gem will automatically generate the ActionMailer::Preview required and open the preview in your default browser. However, there are several configuration options
that can be used to alter this behavior.
ActionMailerAutoPreviews.setup do |config|
config.enabled = true
config.history_limit = 10
config.intercept_mode = :preview_only # [:preview_only, :preview_and_deliver]
config.launch_browser = true
config.logger = Rails.logger
config.preview_host_url = "http://localhost:3000"
end
Bug reports and pull requests are welcome on GitHub at https://github.com/makifund/action_mailer_auto_previews.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that action_mailer_auto_previews demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.