Thales Miguel
Thales Miguel
Ok... Will it be made available as an improvement?
Another possible approach: Stop setting `window.dashboardWidget` on `dashboard.js` and set it on the `_ajax_load` partial. `dashboardWidget` is only being used by the partial, so we should be able to remove...
I think this is the first time I ever saw [Timecop.scale](https://www.rubydoc.info/gems/timecop/Timecop.scale) being used on tests 😅. Do you think we really need it? From the two files you shared, I'm...
I just saw the thread about [this](https://github.com/3scale/porta/blob/be9e3c89766f3d07c85a49d1298084acad499131/spec/support/api/crud.rb#L23-L26) and thought about [Dirty#saved_changes?](https://apidock.com/rails/v5.1.7/ActiveRecord/AttributeMethods/Dirty/saved_changes%3F). I didn't try it but it might work if we remove that reload as well 🤔
I managed to install the `local-fastimage_resize` gem with `gem install local-fastimage_resize -- --with-opt-dir=$(brew --prefix gd)`. After that, `bundle [install]` went smoothly and I was able to run the application. @akostadinov...