This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; | |
| ;;; ELPA | |
| ;;; | |
| (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") | |
| ("marmalade" . "http://marmalade-repo.org/packages/") | |
| ("melpa" . "http://melpa.milkbox.net/packages/"))) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # gist https://gist.github.com/expertmind/6410029 | |
| # Based on https://gist.github.com/isaacbowen/1182136 | |
| module WillPaginate | |
| module Sinatra | |
| module Helpers | |
| include ViewHelpers | |
| def will_paginate(collection, options = {}) #:nodoc: |
NewerOlder