RubyGems Navigation menu

kinetic_cafe_error 1.5

kinetic_cafe_error provides an API-smart error base class and a DSL for defining errors. Under Rails, it also provides a controller concern (KineticCafe::ErrorHandler) that has a useful implementation of +rescue_from+ to handle KineticCafe::Error types. Exceptions in a hierarchy can be handled in a uniform manner, including getting an I18n translation message with parameters, standard status values, and meaningful JSON representations that can be used to establish a standard error representations across both clients and servers.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.12 - May 27, 2016 (29 KB)
  2. 1.11 - May 24, 2016 (27.5 KB)
  3. 1.10 - March 25, 2016 (28.5 KB)
  4. 1.9 - November 30, 2015 (28 KB)
  5. 1.8.1 - October 26, 2015 (27.5 KB)
  6. 1.5 - July 28, 2015 (26 KB)
Show all versions (16 total)

Development Dependencies (20):

coveralls ~> 0.8
hoe ~> 3.13
hoe-doofus ~> 1.0
hoe-gemspec2 ~> 1.1
hoe-git ~> 1.6
hoe-rubygems ~> 1.0
hoe-travis ~> 1.2
i18n-tasks ~> 0.8
minitest ~> 5.7
minitest-moar ~> 0.0
rack-test ~> 0.6
rake ~> 10.0
rdoc ~> 4.0
rubocop ~> 0.32
simplecov ~> 0.7

Owners:

Authors:

  • Austin Ziegler

SHA 256 checksum:

713cbcb8589b779ab8e9ef918e795642c58148a2e79369ceb8e4ba963ecb7306

Total downloads 40,063

For this version 2,192

License:

MIT

Required Ruby Version: >= 1.9.2

Links: