email_preview
                                
                                
                                
                                    email_preview copied to clipboard
                            
                            
                            
                        preview emails from within your web browser
Here is comment to my previous commit. So I've found out that Rails.application.routes.prepend doesn't actually do anything besides adding associated block to @prepend variable. Blocks in @prepend run when routes.draw...
I found the need to pass additional params when previewing emails like a specific email address or a user id, etc. This adds that functionality.
I would like to use my mail preview code in my specs suite; will be grateful for any ideas on doing so — or substantial reasons not to.
Hi! Firstly, let me thank you for this gem, it is a great one. Well, but I do have an issue, within one of my Mailer action I have something...