OR query with multiple conditions on same column using Sequel
A handy trick to use Sequel library to generate OR query with multiple conditions on same column
Read MoreA handy trick to use Sequel library to generate OR query with multiple conditions on same column
Read MoreCreate unlogged tables to improve performance especially in test environments in Rails and PostgreSQL
Read MoreWe can increase efficiency of the background jobs by meticulously enqueuing only those jobs which are actually going to be executed and avoid jobs getting enqueued and discarded immediately.
Read MoreMy strategy of writing tests for Rails applications. Integration tests over unit tests. No to 100% test coverage.
Read MoreIt is now possible to customize the Webpacker directory in Rails apps using the source_path configuration option.
Read MoreRails routes by default do not support dot character. This post describes a way to support them while explaining how Rails parses request URLs.
Read MoreFilter out logging of sensitive parameters in background jobs handled by Active Job
Read MorePassing Rails controller params to Sidekiq jobs
Read MoreRails supports conditionally creating indexes based on whether they exist or not, without raising any error
Read MoreGet to know latest features from Webpacker 5 including multiple files per entry
Read More