Stijn V
Stijn V
BTW I noticed this in the docs: new_item_index: 'new_resource_index' // Same used on view options but in the view there is Is that correct? So new_resource_index != new_resource_item Maybe that...
Hi lailsonbm, This is the project I'm talking about where it's only inserting the last and first item. Should I create an issue there or do you think it's in...
@JordyMoos Haven't had the time to test it, but if this does what the description says: Great stuff! Thanks.
Any idea when this will be pulled?
I mailed the maintainer 3 weeks ago with the question if he is still maintaining this but didn't get any response.
+1 Yes that would be great, for example: I would like to be able to use increments like 5, 6, 10, 12, 15, 20 minutes. (user configurable).
Still a problem with latest version. Including zip-zip works. Can't this be fixed?
Same here, I don't see any way to generate callback docs.
@oestrich I generate the docs like this: ``` rspec spec/api/ --format RspecApiDocumentation::ApiFormatter ``` and view them in the browser. ``` RspecApiDocumentation.configure do |config| config.docs_dir = Rails.root.join("public", "api") config.format = [:json,...
Same here, fresh Ruby 3.2 install got the same error in the bin/configure on that same step. Doing gem install rails first fixed it.