Project

bookkeeper

0.0
No commit activity in last 3 years
No release in over 3 years
Bokkeeper is a Rails mountable engine with Twitter Bootstrap compatible markup.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Bookkeeper Build Status Dependency Status Code Climate

Bookkeeper is a Rails engine with the aim of allowing a Rails application (at least 3.1) to handle the purchases you made and their receipt.

Configure

Add to your Gemfile

gem 'bookkeeper'

then launch bundle install.

Mount the engine wherever you prefer. To do so, add to config/routes.rb:

mount Bookkeeper::Engine => "/bookkeeper"

or, if you prefer:

mount Bookkeeper::Engine => "/"
root to: 'bookkeeper::purchases#index'

Bookkeeper uses Twitter Bootstrap markup, if your app doesn't use Bootstrap or you want to overwrite Bookkeeper views, just create the view into app/views/bookkeeper/. Use gem's views as template.