Vishal Sadriya

Results 7 issues of Vishal Sadriya

#I applied dynamic role and permissions in my application. For that, i used [Abilities-in-Database](https://github.com/ryanb/cancan/wiki/Abilities-in-Database) and [dynamic-roles-and-permissions-using-cancan](https://blog.joshsoftware.com/2012/10/23/dynamic-roles-and-permissions-using-cancan/) in base_controller.rb `class Admin::BaseController < ApplicationController include Admin::InheritAction before_action :authenticate_user! def current_ability @current_ability ||=...

``` Rails version - 5.2 Active admin version - 2.9.0 ``` I have installed and configured active admin in my rails API application. Everything is working fine, except for the...

- If we get CSRError from FedEx, The gem wasn't showing any error, it was just showing `Fedex::RateError`, We should show a proper error message to the user. so he...

## Problem We have compatibility in the table of contents, even though it doesn't exist in the readme file. The compatibility table has been removed in [this PR](https://github.com/rswag/rswag/pull/571). When a...

documentation

Hi @davidgf , I thought would be better if we have a chain of responsibility pattern also in this list. I know it's not a part of ruby design patterns....

I used rails swagger gem for documenting my rails api. it is working fine for all controller . but it is not working for devise::sessionsController. Here is my code ,...

I implemented all steps as shown in gem description to implement it. but how it will bind with swagger ui. ? where should i put swagger ui index file and...