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
Trimming our CSS with sibling-index() and sibling-count()
-
We're experimenting with two new CSS functions to clean up our logo marquee
code.

