Aaron Eisenberger
Aaron Eisenberger
same issue :(
this works if using bundler 0.9.11
With my PR #54 you can do `rescue Mechanize::UnauthorizedError`
Yah. I realized that there was a test after I committed this. I'll update the PR to address it.
Will this ever be added?
I would love to see this. In the meantime, I may have to run this and recommendify in tandem to get both :)
I'm also having an issue with the new subquery. We are using activerecord_any_of to join pg_search scopes with other conditions via OR instead of AND and the subquery breaks the...
Monkey Patch: ```ruby module Devise module Mailers module Helpers # Bootstrap Email Override def devise_mail(record, action, opts = {}, &block) initialize_from_record(record) make_bootstrap_mail headers_for(action, opts), &block end end end end ```