/rao

Rails Add-Ons

Primary LanguageRubyMIT LicenseMIT

Travis CI

Rails AddOns

Rails AddOns is a collecation of tools to make development with ruby on rails faster and easier.

Modules

Rao::Api::ResourcesController

A base controller for RESTful resources APIs.

Rao::Api::ServiceController

A base controller for RESTful service APIs.

Rao::Component

Helpers for HTML resource and collection tables.

Rao::Query

A microframework for querying active record via query params.

Rao::ResourceController

A CRUD base controller (and views) for singular resources.

Rao::ResourcesController

A CRUD base controller (and views) for resources.

Rao::Service

A service layer for ruby on rails.

Rao::ServiceChain

Flow control for services.

Rao::ShouldaMatchers

RSpec matchers for CRUD controllers.

Rao::ViewHelper

A view component micro framework.

Running all specs

$ bundle && ./rspec-all.sh

License

The gem is available as open source under the terms of the MIT License.