Ajax call in rails 3.2.3 with will_paginate gem
问题 Im trying to implement an Ajax call with the will_paginate gem, I found this guide http://ramblinglabs.com/blog/2011/11/rails-3-1-will_paginate-and-ajax which seemed like a simple solution, though it includes coffeescript which i am not familiar with, so if anyone has a different solution then please advise.. My code is as follows My View <div class="container"> <div class="row"> <div id="userRecipes"> <%= render partial: 'userrecipes' %> </div> </div><!--/row--> My partial (userrecipes) <%