authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

Ruby 3.4, No More TypeError With **nil As It Is Treated As An Empty Hash.

When double splat ** operator used with nil, it is treated similarly to **{}, which passes no keywords and does not call any conversion methods.
authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

Enhancing Data Integrity With validate_foreign_key In Rails

validate_foreign_key validates foreign key constraint and is designed to reduce the impact of adding foreign keys on high-traffic tables in PostgreSQL.
authorImg Prasanth Chaduvula

I'm a React, Javascript & Rails full-stack Software Engineer. I have been working remotely for the past two years in a remote village. Before joining as a Software Engineer I founded kwiq - a hyperlocal delivery startup to deliver things in remote villages.

Rails Adds GitHub CI Workflow By Default To New Applications

All new applications using Rails 7.2 will have GitHub CI workflow by default.
authorImg Nishant Samel
authorImg Nishant Samel

Nishant is a Ruby on Rails Developer.

ActiveRecord::Base#pluck adds support for hash values in Rails 7.2

ActiveRecord pluck and pick can accept hash values for specifying columns from Rails 7.2
authorImg Apoorv Tiwari
authorImg Apoorv Tiwari

Apoorv is a Ruby on Rails and React Developer.

Enhancing Rails Log Output with SQL Query Count

Rails adds SQL query counts to logs, improving developers ability to optimize application performance by providing more detailed data on database interactions
authorImg Siddharth Shringi

Siddharth is a Ruby on Rails and ReactJs Developer.

A Quick Guide to Ruby's Time and DateTime Classes

Let's examine when to use the Time class and when to use the DateTime class
authorImg Siddharth Shringi

Siddharth is a Ruby on Rails and ReactJs Developer.

Rails 7.2 adds Rubocop by default to new applications

All new applications using Rails 7.2 will have rubocop gem by default.
authorImg Siddharth Shringi

Siddharth is a Ruby on Rails and ReactJs Developer.

Rails 7.2 Adds Rate Limiting to Action Controller

Rails 7.2 provides in built method rate_limit to define rate limiting rules in the controller itself.
authorImg Jijo Bose
authorImg Jijo Bose

I'm a Ruby on Rails and React Native enthusiast with over four years of experience creating innovative software solutions. I work well in teams and am always up for challenging projects. I enjoy playing chess and gaming in my free time.

Rails 7.2 adds allow_browser to set minimum browser version

Rails 7.2 allows us to set minimum browser version for compatibility.
authorImg Swaathi Kakarla
authorImg Swaathi Kakarla

Swaathi Kakarla is a Ruby on Rails Developer.

Rails 7.1.2 now ignores implicitly passed locals in templates that use strict local definitions

Templates that use strict locals can not accept anything other than those defined. This previously raised exceptions for implicitly passed locals that a user is unaware of.