Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sardaukar/grape-papertrail
PaperTrail whodunnit support for Grape APIs
https://github.com/sardaukar/grape-papertrail
grape-api grape-papertrail papertrail papertrail-whodunnit-support ruby
Last synced: 4 months ago
JSON representation
PaperTrail whodunnit support for Grape APIs
- Host: GitHub
- URL: https://github.com/sardaukar/grape-papertrail
- Owner: sardaukar
- License: mit
- Archived: true
- Created: 2014-04-02T14:45:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T16:22:31.000Z (over 6 years ago)
- Last Synced: 2024-09-17T11:31:49.079Z (4 months ago)
- Topics: grape-api, grape-papertrail, papertrail, papertrail-whodunnit-support, ruby
- Language: Ruby
- Size: 11.7 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
grape-papertrail
================PaperTrail whodunnit support for Grape APIs. Very preliminary. Usage boils down to
set_papertrail_user(some_object)and/or
set_paper_trail_controller_info(info)inside a Grape endpoint. Mega props fly out to @davidcelis for his [api-pagination](https://github.com/davidcelis/api-pagination) gem, from which I stole the Grape hooking code.