Skip to content
Carlos Roque edited this page Feb 19, 2015 · 9 revisions

Gem Version
Paginas Gem

Provides basic pages functionality to your app.
Pages can be organized by category and there is also a couple of helpful helpers for adding page links to your menu bars
For screenshots visit here

Getting Started

Menu Link Markup Generation

If you want to generate markup for your menu, Paginas provides two helpful helpers for your view. You can either pass a hash, where the key will be the name of the menu item and the value is the id of the page you want to link to, or a category id.

Rolify, CanCan and Devise Integration

These isntructions assume you already have rolify and CanCan OR Devise OR all three gems already installed in your app

Known Issues