Ruby 3.3 fixes duplicate keyword argument warning bug
Ruby 3.3 fixes inconsistent warnings for duplicate keyword argumentsRails 7.1 Allows ActiveRecord reselect Query Method To Accept Hash
Use of hash syntax for specifying columns and aliases with the ActiveRecord::QueryMethods#reselect method makes it easier for querying.Ruby 3.3 Introduces Range#overlap? method
Compare two ranges and see if they overlap each other. overlap? returns true if two ranges overlap each other, otherwise false.Optimizing System Performance by Implementing a Dual Database Setup in Rails
Implementing a Replica Database solution, the article highlights overcoming system strain with a dual DB approach, ensuring streamlined operations and improved performance efficiencyRuby 3.3 resolves the Range#size bug for rational endpoints
Ruby 3.3 addresses a bug in the Range#size method related to rational endpoints, ensuring accurate counting. Learn how this fix enhances functionality and resolves issues in working with ranges.Rails 7.1 Introduces Default Dockerfiles
Dockerfiles facilitate the deployment of Rails applications in production environments using Docker.Rails 7.1 Adds ActiveJob#perform_all_later To Enqueue Multiple Jobs At Once
perform_all_later allows us to enqueue multiple jobs that belong to different classes simultaneously within ActiveJob.Understanding Generators, Iterators, and Iterator Helpers in JavaScript
Understand JavaScript generators for pausing functions, ideal with large datasets. Learn iterator basics, next() method, and efficient iteration with helpersRails 7.1 Expands ActiveRecord API with Async Query Support
With the Active Record API for general async queries we can efficiently query not so fast queries asynchronously to improve the performance.Integrate Google Calendar API into rails application
Read about how we can integrate Google Calendar API.