Máximo Mussini
Máximo Mussini
Hi Mark! Depending on the level of granularity, you could instrument the `one` and `many` class methods, or the `render_as_hash` instance method. When using `hash` as the format (the default...
Hi Matthew! Not currently, as being able to statically generate the transformed key is the only way to guarantee high performance.
Hi David! Version 1 supported the following usage: ```ruby attribute def title ... end ``` You should use `attributes :title` instead. --- Keeping this open as a reminder, because we...
I think that would be nice, not sure if this gem is popular enough to add it to the org, though.
I'm using this gem in production, and I plan to actively maintain it in the foreseeable future. What would be the advantage of transferring the repo to the organization? In...
I will add support for Mongoid 7 once we upgrade Mongoid in the main project I'm using this library. No timeline on that yet. In the meantime, PRs are accepted.
@paul-mesnilgrente Added support for Mongoid 7 in #15.
Hi Philippe, thanks for reporting! Fixing this will likely require grouping files by modified time using a certain range (maybe 5 minutes is a reasonable default).
I don't use Capistrano myself, but if I understand correctly, the instructions are not complete if the app needs to support sprockets, as `public/assets` would not be [automatically added](https://github.com/capistrano/rails/blob/d86a8db16281f09d8cfff9ee791297134bce9801/lib/capistrano/tasks/assets.rake#L126) to...
Thanks everyone for the discussion! Updated the docs to avoid overriding `assets_prefix`, which would conflict with sprockets or propshaft, instead preferring to extend the config to cover the additional dirs...