written by billturner #merb freenode irc channel.
Q. "@current_page = (params[:page] || 1).to_i " what does that refers to?
A. billturner> when you use the pagination, and the <%= paginate(..) %> stuff, it gives you links like /posts/index?page=2
A. billturner> so, if there's no "page=X" then it will pull the first page of results
Interesting Ruby Tidbits That Don’t Need Separate Posts #29
-
[image: rubies2]Welcome to the latest installment in the series of
compilation posts summarizing some of my latest findings in the world of all
things Ru...

