Mislav Marohnić
Mislav Marohnić
I'm sorry that happened. I'll try to see what's going on there.
Thanks for the explanation. How did it destroy the master branch, though?
Hmm I didn't know that. How are these "system" gems different? Thanks for reporting this
Interesting. I'm not sure about this implementation but I need to investigate that original claim about losing the `` element.
Thanks for the submission. What were you trying to do here?
Gotcha. Well, your pull request is based on a commit that's very old: from year 2012 it seems. Then you upgraded the library files in the commit "Update jquery and...
Oh I'm sorry, I provided you with wrong instructions. I thought that you opened a PR for our "master" branch, like most of our PRs. But you made a perfectly...
Couldn't Unicode characters simply appear in the header value verbatim, i.e. unescaped?
Body class changing sounds like application-specific logic, so it would be best handled by adding pjax lifecycle event handlers tailored for your app. The "pjax:end" event is suitable since it...
Yes, your initial idea sounds simpler even to me, but might be slightly harder to implement. You could sift through the original HTML (before pjax extracts the fragment) like so:...