You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it doesn't look like an issue with letter_opener. Are you using Ubuntu in your vagrant setup, right? Could you try open some.html in your terminal?
I don't think Launchy is designed to work inside a Vagrant VM since it needs direct access to a browser. There is a similar issue when using letter_opener in a separate staging server.
You may want to check out the fork of the project mentioned in (this pull request)[https://github.com//pull/12]. I suggest someone make a gem called "remote_letter_opener" which does this since I don't plan to turn this into an engine at the moment.
I'm getting this error:
Failure in opening file:///vagrant/tmp/letter_opener/1347902079_5d48af6/plain.html with options {}: Unable to find a browser command.
When I try rails console Launchy.open("file://#{file}")
It give the same error.
The text was updated successfully, but these errors were encountered: