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
When AI doesn't help!
-
ChatGPT ran out of ideas when its suggestion didn't work. How do you solve
a problem when AI can’t?