Konstantin Koss
Konstantin Koss
IR permits params for the resources and build_resources of every action. In a #new action, for example, the build fails because the required root is not available unless I set...
Well I don't know about making it completely "bullet-proof", but I sure as heck can shoot a few bullets into it 😉
I noticed the same thing. You always have to provide the entire set of endpoints, so I find myself writing a lot of empty endpoint definitions for cases that cannot...
I had the same issue. For me, I didn't submit the amount as a String (like "19.99"). Just call data.to_json and see if everything seems valid. Hope that helped.