So I'm using pjax-rails on my website and I noticed that not all of the link targets are loaded through PJAX anymore (in fact, the only one that is is the 'about us' page.) The source of the website can be found here. Any thoughts as to why it doesn't always work?
I'm new to rails and don't understand the basics of PJAX entirely -- but from the logs it looks like the PJAX is loading, but then everything is loaded again including the layout. Not sure why some links wouldn't be terminated by pjax and some would though...