fedeagripa

Results 6 issues of fedeagripa

Add: - License - Logo

enhancement

**Describe the bug** I have a normal form as follows: ``` form multipart: true, direct_upload: true do |f| f.input :regions, as: :tags, collection: Investor.regions.keys end ``` My model enum looks...

bug

## Actual behaviour When testing Login to ActiveAdmin with `saml_authenticable` module my follow_redirect url was change from `www.example.com/admin` to `www.example.com`. This makes sense for `User` but not for `AdminUser` ##...

## Actual behaviour I needed to support usual authentication for dev & test environments so the `saml_authenticable` module routs has to co-exist with usual ones. This means I needed to...

## Actual behaviour Right now as routes are being added using `class_eval` there is no configurable way to modify the routes being added (besides re defining the same class_eval yourself...

Add topics

enhancement
Hacktoberfest