[Rails] Help with kaminari

2015-06-08 Thread James Davis, PhD
Try implementing the pagination in an ajax-ish manner. This video is a little old but still relevant http://railscasts.com/episodes/240-search-sort-paginate-with-ajax I use AngularJS for my applications, which accomplishes the single page application feel, but becoming proficient at it is not

Re: [Rails] Help with kaminari

2015-06-05 Thread Colin Law
On 5 June 2015 at 08:42, Santiago Norman wrote: > I am paginating a question in my view and it has a countdown timer. The > timer is applied to all the questions means that if I give a 60 mins, I must > finish all the questions within the given time. How can I maintain the > timers time even if I

[Rails] Help with kaminari

2015-06-05 Thread Santiago Norman
I am paginating a question in my view and it has a countdown timer. The timer is applied to all the questions means that if I give a 60 mins, I must finish all the questions within the given time. How can I maintain the timers time even if I click the next link? -- You received this message b