pp_sql
pp_sql copied to clipboard
Rails ActiveRecord SQL queries log beautifier
The gem was updated four years ago. Any reason not to use 0.0.7+?
After hours of debugging and no finding no clue why search is not working in my local env, finally when i commneted out this gem out of my dev gem...
We've encountered a weird bug here when using a ```JSONB``` column. if you have a where clause like ```.where("event_metadata.metadata -> 'replaced' != 'true'")``` The query will be replaced by ```event_metadata.metadata...
As mentioned in #33, parsing of the sql messages can have a large impact on the schema dump process when running `rails db:migrate`. The intent of this change is to...
In my current project at work, we noticed a considerable increase in the time for our `rails db:migrate` command to run that seems to be related to `pp_sql`. To test...