Thomas Ritter
Thomas Ritter
Hi again, I just realized that there's a changelog in the releases, sorry. Maybe it's a good idea to link to those in a Changelog file?
We saw that pagination does not work properly for nested resources, i.e. pagination is ignored and only the first page is fetched. Pseudo code: ```ruby Place.find(42).contracts ``` would result only...
I'm not sure how to translate this to RSpec, but I've found that using ```ruby assert_emails 1 do # code under test end ``` helps here instead of using `ActionMailer::Base.deliveries.size`....
@maurerle Maybe remove the word "garbage" and rename it to "verbose"? :sweat_smile: I really hope this gets merged soon.