fedeagripa

Results 6 comments of fedeagripa

I'm using the above code but my direct upload is not working, check my generated input data-direct-upload link, it seems wrong (not s3, besides I only have s3 configured as...

@adamstegman @rarhoade I just implemented this for ActiveAdmin, feel free to close this issue, will add a post I just made explaining how to asap (still reviewing some details about...

I have a spec like this: ``` open_session do |session| session.extend(AdminUserActions) session.get "/admin/login" expect(session.response).to have_http_status(:success) session.post "/admin/login", params: { admin_user: { email: admin.email, password: admin.password, otp_attempt: admin.current_otp, remember_me: "0" },...

As a general comment for this and my other 2 opened issues, I plan on doing a PR trying to fix them asap. In my app I ended up doing...

@francocorreasosa missing tags on this one, but you have to be admin on this repo to solve this

I found out that some gem code is highly tied to use `User` model. I will create some more concrete issues related to this so it can be closed soon