No commit activity in last 3 years
No release in over 3 years
Controller helper methods useful for building Rails JSON-based APIs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 5.0
 Project Readme

API Controller Helpers

Controller helper methods useful for building Rails JSON-based APIs.

Installation

Add this to your Gemfile:

gem 'api_controller_helpers'

Then execute:

$ bundle install

Usage

Include ApiControllerHelpers::Helpers in your Rails controller to access helpful rendering methods.

Notes

This gem serves a very specific purpose. As such, it only targets a specific version of Rails. Over time more versions of Rails may be supported.

License

Apache License, Version 2.0