brcebn
brcebn
Currently, no custom data are allowed to be passed from API call that will be transferred to Webhook. It's always be useful for the client to be able to add...
I'm implementing an Engine with web render. Main Application is `api_only` `redirect_to` method is delegated to the controller class (`delegate :head, :render, :redirect_to, to: :controller`) but seems to be private...
Hello, I have a problem when I'm trying to use `FPPopover`. I've posted an issue on [StackOverFlow](http://stackoverflow.com/questions/23056642/fppopovercontroller-does-not-pop) some weeks ago. I thought the problem was fixed by uninstalling and reinstalling...
## Describe the bug Rspec is now checking the `host` to make the request. ## Steps to Test or Reproduce Mount an engine on a subdomain and define a host...
I'm trying to put a condition before processing but I didn't find any way to do it. Basically I delay a paperclip process but there's another delayed job taking care...
## Problem On swaggerize, generated swagger file is no longer correct. ## Solution Remove key from operation parameters ### This concerns this parts of the OpenAPI Specification: N/A ### The...
### Description Model with dynamic enum breaks the specs when same is already taken and tried to be renamed. ### Reproduction Steps ```ruby class Place < ApplicationRecord enum :status, %i[state1...