rails_admin
https://github.com/railsadminteam/rails_admin
Ruby
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
API::Helpers#define_params_for_grape_middleware
The Grape Error Middleware only has access to env but no params. We workaround this by defining a method that returns the right value.
Edit
git clone [email protected]:railsadminteam/rails_admin.git
cd rails_admin
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-API--Helpers-define_params_for_grape_middleware-for-pr
# Commit to gitgit add git commit -m "better docs for API::Helpers#define_params_for_grape_middleware"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-API--Helpers-define_params_for_grape_middleware-for-pr
hub pull-request
# Celebrate!