Sha256: 4198f5072ad6613c119f8a16149f4cb24c6742d07fcbcde27f7925e4a70685a0
Contents?: true
Size: 891 Bytes
Versions: 3
Compression:
Stored size: 891 Bytes
Contents
# LetterOpenerWeb Gives [letter_opener](https://github.com/ryanb/letter_opener) an interface for browsing sent emails. ## Installation Add this line to your application's Gemfile: gem 'letter_opener_web' And then execute: $ bundle Or install it yourself as: $ gem install letter_opener_web ## Usage Add to your routes.rb: ```ruby Your::Application.routes.draw do if Rails.env.development? mount LetterOpenerWeb::Engine, at: "/letter_opener" end end ``` ## Credits Part of the code was based on [this pull request](https://github.com/ryanb/letter_opener/pull/12) by [@alexrothenberg](https://github.com/alexrothenberg). ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
letter_opener_web-0.0.4 | README.md |
letter_opener_web-0.0.3 | README.md |
letter_opener_web-0.0.2 | README.md |