mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add letter_opener_web
to present emails in the browser in development mode. Using letter_opener in combination with Vagrant does not work because it's not possible to launch a web browser in your Vagrant box. Fixes #817.
This commit is contained in:
parent
c5c392d4c7
commit
2dad051ab9
5 changed files with 20 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -163,6 +163,8 @@ group :development do
|
|||
gem 'sqlite3'
|
||||
# Use letter_opener to open mails in development
|
||||
gem 'letter_opener'
|
||||
# Use letter_opener_web to open mails in browser (e.g. necessary for Vagrant)
|
||||
gem 'letter_opener_web'
|
||||
# mina is a blazing fast deployment system
|
||||
gem 'mina'
|
||||
gem 'web-console', '~> 2.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue