ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.73k stars 238 forks source link

Email created in tmp/ but not opening #83

Closed naps62 closed 10 years ago

naps62 commented 11 years ago

I just upgraded my rvm and ruby (due to the 2.0.0-p353 patch), and as a result reinstalled all gems

since then, letter_opener stopped working on my application. The file is created in tmp/letter_opener and i can manually open them in the browser, but the automatic opening (via Launchy, i think?) is not working

I know it's not something i did in the app itself, since the master branch also has this problem, which my coworkers also use with no problem

nashby commented 11 years ago

@naps62 what version of launchy and letter_opener are you using?

naps62 commented 11 years ago

@nashby according to the Gemfile.lock:

letter_opener: 1.1.2 launchy: 2.4.0

nashby commented 11 years ago

@naps62 can't reproduce your problem with these versions. Can you please provide a sample application that reproduces the error?