Bypassing User Authentication in Your System with a Master UserWhen working in a support or administrative role, there are times when you need to bypass user authentication to assist a user effectively…Aug 21Aug 21
Installing R/shinny in Mac OS (Intel)to start from somewhere in a new language, you must make a suitable environment for it. sometimes it can be a headache to kick off.Feb 20Feb 20
Rails Upgrade: From 4.0 to 6.1 to 7.1 and Ruby 2.0 to 3.0 to 3.1.3In the ever-evolving world of web development, keeping your tech stack up-to-date is crucial. Legacy frameworks like Rails often require…Sep 19, 2023Sep 19, 2023
How to Access a Hash with both String and Symbol Keys in RailsSometimes, you receive a hash key as a method parameter or via user input, and you want to make your hash understand that key as-is…Aug 21, 2023Aug 21, 2023
How to Compress a File in Ruby and Rails SeparatelyYou can compress large strings using the Zlib module provided by Ruby’s standard library.Aug 21, 2023Aug 21, 2023
The Difference Between nil?, empty?, and blank? in RubyIn ruby, you can use the nil? method on an instance to check if it’s nil. However, ruby also provides empty? and there’s a blank? method in…Aug 18, 2023Aug 18, 2023
Most Demanding Ruby GemsI have been working with Ruby on Rails for the last 6 years and every time I shift on some project they are many mistakes and poor code…Aug 16, 2023Aug 16, 2023
Ruby On Rails 12 most important key Aspects.1: Explain the Model-View-Controller (MVC) architecture in Ruby on Rails:Aug 1, 2023Aug 1, 2023
Integration of jQuery | javaScript| bootstrap | CSS in Rails 7In Rails 7 webpack is retired and there is default assest pipeline to render the javaScript content (importmaps)and it’s become complex…Jul 14, 2023Jul 14, 2023