Jared Smartt
Jared Smartt
The workarounds posted above help with building/creating, but the attributes are excluded from the `attributes_for` response. 😞 I'd really like a way to define these as attributes (which they are),...
In the absence of ongoing support, it would be nice if some generic REST methods (like `#get`, `#post`, `#delete`, etc.) were created to simplify manual API calls. The documented way...
Hi @gayle, I noticed in your test app Gemfile you are using the latest released version on RubyGems.org, but that is a bit behind the latest on the GitHub repo....
I'd love for it to be released soon as well. There's an open issue for that (#80), but I'm unaware of any timeline. And I totally understand company policies like...
Has anyone tried moving the scrollspy initialization code down inside the `$(document).ready(function()` ? Similar to [this example](https://www.w3schools.com/bootstrap/bootstrap_ref_js_scrollspy.asp)
Nice work on this! I would love to see this merged, but it seems things have gone a bit stale around here. Is anyone actively maintaining this repo and servicing...
I'm seeing the same issue on 6.1.0, trying to document an array of objects. ```ruby parameter :data, '(array of objects) Description' with_options scope: :data do parameter :key, '(string) Description' end...
I have a similar need to create a new version of a resource without destroying the old one, but in my use case, I don't really care about cleaning up...
@tmiotto , I'm super busy for the next few weeks, so won't be able to look at it for a while. Is there anyone on your team that can take...
I don't. I looked through the tags of the SDK, and I don't see any release that has that method, so I'm not sure where that came from.