Results 5 issues of Sarah Ridge

In attempting to use `response_field` to generate schema properties, errors occurred when using arrays. **Error Message**: ``` ../rspec_api_documentation-6.1.0/lib/rspec_api_documentation/writers/open_api_writer.rb:147:in `block in extract_schema': undefined method `[]' for nil:NilClass (NoMethodError) ``` After `binding.pry`...

Currently, this gem does not make it explicitly clear whether the `trackable` association should be required or not. When upgrading a Rails application and start enabling new defaults one by...

**Error Message**: `Unable to find gem hl_ruby_style; is the gem installed? Gem::MissingSpecError` This was originally a private gem, found related error in https://github.com/houndci/hound/issues/1737#issuecomment-523973676https://github.com/houndci/hound/issues/1737%23issuecomment-523973676 . The gem was made public and...

Although the changes in https://github.com/optimumenergyco/rswag/pull/1 resolved the main [issue](https://github.com/rswag/rswag/issues/317). This still requires `CollectionFormat` to be used. The Swagger Editor will still work as expected (must have a backward compatibilty with...

## Changes - Fixed `records_count` to handle hashes (typically returned with `group`). As it stands, only `ActiveRecord_Relation` are handled. This fix ensures an integer is always returned. - Changed `count`...