ballast

Gem Version Dependency Status Build Status Code Climate Coverage Status Bitdeli Trend

A collection of base utilities for web frameworks.

http://sw.cowtech.it/ballast

http://rdoc.info/gems/ballast

Description

Ballast is a gem which tries to solve common issues which we all (or, at least, me) usually encounter when we develop with Ruby On Rails or other web frameworks.

The first big issue is having fat controllers. To solve this, ballast enbraces the idea of the interactor gem and it implements a service interface.

The second issue is handling AJAX actions in a short way. To solve this, ballast provides the Ajax concern to ease the handling of JSON data, both inbound and outbound.

Finally, minor concerns are provided to scope CSS and handling errors.

Contributing to ballast

Copyright (C) 2013 and above Shogun (shogun@cowtech.it).

Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.