Stuart Chinery

Results 28 comments of Stuart Chinery

In theory yes, by specifying in the config where your classes are that contain the documentation. This is by default set to `config.models_paths = ["#{Rails.root}/app/serializers/**/*.rb"]` but I've used standard Ruby...

Hey @adrian-gomez, any chance you can review/approve this? Would be ace if so...

Just spent some time trying to get my head around this too, as I have a really similar problem to @patrick99e99 but using a `has_one` instead of `has_many` and ended...

Looks like 16.17.0 and 16.17.1 images have been released so closing this.

@dblock the problem is (as put [here](https://github.com/slack-ruby/slack-ruby-client/issues/409#issuecomment-1148361992)) the issue is with the 2 tests that are doing `json = Slack::Messages::Message.new(JSON[#{command}])` as `command` is expected to be a just a JSON...

This is cause by the `multipart-post` gem being updated to `2.2.0`, which is used by the `faraday-mulitpart` gem. There is [this issue](https://github.com/lostisland/faraday-multipart/issues/5) to udate the gem and remove the dependency...

> Thanks for hunting it down @schinery. I still want a PR here that ignores those warnings and where tests pass. Ah, sorry I see what you mean now. I've...

> @gregkonush I had to do a little PR digging to find it, but I had this monkeypatch in `engines//lib/scenic_monkeypatch.rb`, and these requires in `engines//lib/.rb`: > > ```ruby > require...

> However, I do have an issue with trying to use `rails generate scenic: view my_view ` Ah, looks like [this is the problem](https://github.com/scenic-views/scenic/blob/main/lib/generators/scenic/view/view_generator.rb#L82) as it also uses `Rails.root.join("db", "views")`

Glad I stumbled upon this! Nice one...