Closed turboladen closed 7 years ago
After including cached_resource into my project, a bunch of tests started failing. After some poking around, I found this Rails bug: https://github.com/rails/rails/issues/3364#issuecomment-116636395
...then found that wasn't happening in cached_resource. Fixing this fixed the tests for my Rails project.
👍
Nice one. Will get it out hopefully by EOD euro time.
Or sooner 😉 https://rubygems.org/gems/cached_resource/versions/5.0.1
Sweet! Thank you!
After including cached_resource into my project, a bunch of tests started failing. After some poking around, I found this Rails bug: https://github.com/rails/rails/issues/3364#issuecomment-116636395
...then found that wasn't happening in cached_resource. Fixing this fixed the tests for my Rails project.