Paginate your ActiveResource models.
@posts = Post.paginate :all, :params => { :page => params[:page], :order => 'created_at DESC' }