Project

paginas

0.0
No commit activity in last 3 years
No release in over 3 years
I wanted to be able to easily add pages to my app and make it easy for users to edit them using TinyMCE I also provide helper methods to load the pages by featured, single and category
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.2.0
 Project Readme

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