Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 592 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 592 Bytes

Afterburner Framework

Code Climate

The building blocks for the Rails Engine universe. All the stuff that all of our projects do over and over and in slightly different ways.

This is a base framework that exposes some useful tools and tries to heal pain points of integrations. For example will_paginate and kaminari clash so there's a protocol/adapter system to try to prevent that.

This is also a work in progress.

Development

To run the tests:

rspec spec