grape
https://github.com/intridea/grape
Ruby
An opinionated framework for creating REST-like APIs in Ruby.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
26 Subscribers
Add a CodeTriage badge to grape
Help out
- Issues
- Run tests with warnings enabled
- Deeply nesting endpoints within multiple namespaces leads to large jumps in latency and cpu usage
- Create a test that shows bug #1403
- Grape re-loading instructions for rails 4 don't work
- `before` block called before valid route is checked for.
- `format :json` parses other content-types than application/json (eg. application/x-www-form-urlencoded)
- Params with default values [feature request?]
- Nested Param Helpers - using *:use* inside a Grape::API::Helper
- Grape route error
- Default value in optional param validation
- Docs
- Grape::Validations::ParamsScope#qualifying_params
- Grape::Validations::ParamsScope#nearest_array_ancestor
- Grape::Validations::ParamsScope#find_nearest_array_ancestor
- Grape::Validations::ParamScopeTracker#store_qualifying_params
- Grape::Validations::ParamScopeTracker#qualifying_params
- Grape::Validations::ParamScopeTracker#index_for
- Grape::Validations::ParamScopeTracker#store_index
- Grape::Validations::ParamScopeTracker#initialize
- Grape::Validations::ParamScopeTracker.current
- Grape::Validations::ParamScopeTracker.track