A note to anyone using this gem with seyhunak / twitter-bootstrap-rails gem.
if you use rails g bootstrap:layout to generate your application layout, you will need to go into the layout and take the javascript_include tag out of the very bottom of the layout and move it up to the top of it under the stylesheet_include tag or private_pub will not work!
I'm following along with this and I am having an odd issue that I cant figure out when saving the ticket to the database. Instead of it writing the To or From field as just the email address, its writing it in the form of "--- !seq:Mail::AddressContainer - email@address"
A note to anyone using this gem with seyhunak / twitter-bootstrap-rails gem.
if you use rails g bootstrap:layout to generate your application layout, you will need to go into the layout and take the javascript_include tag out of the very bottom of the layout and move it up to the top of it under the stylesheet_include tag or private_pub will not work!
Fought this issue for a couple hours.
Turns out it had something to do with the mail client I was using to send the email from. (Microsoft Outlook for Mac)
I'm following along with this and I am having an odd issue that I cant figure out when saving the ticket to the database. Instead of it writing the To or From field as just the email address, its writing it in the form of "--- !seq:Mail::AddressContainer - email@address"
Anyone else ran into this?