Andrew Nutter-Upham
Andrew Nutter-Upham
This appears to fix issue #2256. I believe it should have the same memory implications as the intention in #2199. The type maps are loaded once when they are first...
This is expected to be a failing test on version 7.0.2. I'm hoping to see it run via travis since I'm struggling to get a local test environment setup.
Please consider adding agree/disagree counters on comments (or some other reaction counter) to limit follow on comments like :+1: and help us build consensus.
The site doesn't have any references to this repository on it at http://dbpatterns.com Also there are twitter callouts but no official twitter account?
## Issue description Including both `wicked_pdf` and `view_component` gems in a project hangs the router. ``` # terminated with exception (report_on_exception is true): Traceback (most recent call last): /home/andy/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/actionpack-6.0.3/lib/action_dispatch/journey/router.rb:32:in `each':...
The logging that I find particularly noisy is related to polling. In production, when execution_mode is :async, the following query happens every 10 seconds by default. ``` 2024-01-18 22:02:15.124 #1896689...
Make insert return an array, and include the id_value if super returns nil ActiveRecord::ConnectionAdapters::OracleEnhanced::DatabaseStatements#insert The super here is not returning the id_value if it is available (as it used to)....
Rails now defaults to its own index name shortening (limited to 62 bytes). This change overrides the rails max to exceed this gems shortening method in order to preserve the...
Add alias to internal_exec_query In rails commit https://github.com/rails/rails/commit/942785fb8b03772dde338cc241af8e5de4d2efbc A method `internal_exec_query` is introduced as the implementation for exec_query. For now this just aliases one to the other. Stacked on #2375
Switch to Arel::Table.name instead of removed alias table_name. Rails removed the table_name alias to Arel::Table.name See https://github.com/rails/rails/commit/1d98bc563a8a7faf26238eaaa54a3257a95d644d