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
Copy as Markdown: AI-friendly blog posts
-
Our blog posts can now be copied as Markdown, so you can hand them to your
favourite AI without the HTML cruft. Click, paste, and happy contexting.