Project

petrie

0.0
No commit activity in last 3 years
No release in over 3 years
Say 'ptree'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.0.0.rc.1
~> 5.0.0
~> 4.0
 Project Readme

Petrie

Pages for your Rails app. Includes support for ActiveAdmin and Sir Trevor. Built for Rails 4.

Admin

Install

gem install petrie

or add to your Gemfile

gem 'petrie'

Then run the installer

rails g petrie:install
rake db:migrate

ActiveAdmin

Heads up! You need to have ActiveAdmin installed first!

rails g petrie:activeadmin

Caution

Petrie includes a root route to pages#home. Generally, this shouldn't be a problem unless you don't want to use a marketing home page as your root.

Known issues

  • There are missing blocks in sir-trevor-rails that will cause template errors. The workaround is to create these blocks in your application in app/views/sir-trevor/blocks until this gets fixed.

License

MIT License

Bitdeli Badge