Replies: 1 comment 1 reply
-
What version of Rails are you on? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, i'm having a little trouble to figure out how the Shrine works.
I'm following the Getting Started from the documentation and follow the instructions step by step.
But there is a part of the examples who says about a hidden field on a form, but i'm kinda confuse, because my rails app is only API mode, and i don't know if Shrine keeps working on this, or if i need to pass anything more on my request from external app.
For testing i'm sending an post request with a form data as body content , and on it, i have uploaded some images, but when i try to create the new record, he fails, gives me that error
And this is my actual code for creation
So tha's it, i hope i can make it clear because english is not my primary language, so sorry about any mistakes here, and i appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions