Here's the working PR for those interested in following along: https://github.com/rails/rails/pull/15840
On Wed, Jun 18, 2014 at 1:40 PM, Xavier Noria <[email protected]> wrote: > I have never checked it myself (could be cargo culting), but my > understanding has always been that using the BASE tag is not a good > practice for portable HTML emails. See for example: > > http://stackoverflow.com/questions/14611225/html-base-tag-in-email > > I personally believe preventing *_path calls that are plain wrong and a > common gotcha outweights supporting this edge-case that can still be > accomplished with only_path: true. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
