You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issues with Hash#symbolize in particular, because it's conflicting with extensions in another gem I'm using. That other gem is actually patching the class via Refinements, so it's not really doing anything wrong per se (I'm not a huge fan of refinements personally but at least it's compartmentalized). Any chance we could migrate the core extensions to more functional-style helpers? Would be happy to send a PR if that is deemed acceptable...
I'm having some issues with Hash#symbolize in particular, because it's conflicting with extensions in another gem I'm using. That other gem is actually patching the class via Refinements, so it's not really doing anything wrong per se (I'm not a huge fan of refinements personally but at least it's compartmentalized). Any chance we could migrate the core extensions to more functional-style helpers? Would be happy to send a PR if that is deemed acceptable...
https://github.com/sferik/rails_admin/blob/master/lib/rails_admin/support/core_extensions.rb
The text was updated successfully, but these errors were encountered: