Nazar Matus
Nazar Matus
@jakubonty I suspect that your PR will not be merged without specs. Could you provide them please? :D
Hey @dgb, could you please give some more assistance on this one? I really need this feature for years now, but I do not have any idea how this gem...
Hey @daemonsy! :wave: How about just adding the support for directives, without thinning out the gem's codebase for now? :) I assume it should be simple. :thinking:
Interesting, I have such issues in a Rails app, with Grape API mounted in `routes.rb`. And code like `env.to_json` does not even work there, it ends up with an infinite...
Are there any better solutions than inheriting from `ActionController::Base` by now? @pixeltrix, maybe You could help?
@richmolj looks cool, thanks! I don't quite understand why are you using `prepend` there though. Could you please explain it a bit? Wouldn't `include` give us same result here?
@richmolj hey, I've just tested this stuff, and turns out the code "works" with this mixin, e.g. no errors, but also no actual caching performed (and it is enabled), when...
@rafaelfranca perhaps You could take a look on it?
@jafuentest this one seems to be fresher: https://github.com/amw/mongoid_enum
Guys, you can switch to [enumerize](https://github.com/brainspec/enumerize), it works well with Mongoid 6.4 for me, guess it will also work for Mongoid 7.