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
|
|
@ -211,6 +211,10 @@ GEM
|
|||
addressable (~> 2.3)
|
||||
letter_opener (1.2.0)
|
||||
launchy (~> 2.2)
|
||||
letter_opener_web (1.3.0)
|
||||
actionmailer (>= 3.2)
|
||||
letter_opener (~> 1.0)
|
||||
railties (>= 3.2)
|
||||
listen (2.7.2)
|
||||
celluloid (>= 0.15.2)
|
||||
celluloid-io (>= 0.15.0)
|
||||
|
|
@ -518,6 +522,7 @@ DEPENDENCIES
|
|||
jquery-datatables-rails (~> 2.2.1)
|
||||
jquery-rails
|
||||
letter_opener
|
||||
letter_opener_web
|
||||
mina
|
||||
money-rails
|
||||
mysql2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue