#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Sometimes I have this issue of parsing JSON that contains the string representation of Ruby hash for whatever reason. Problem It happens obviously...
Today my coworker pointed out that confusing behavior of where.not query dealing with nil. We need extra care when filtering SQL queries with nil....
This is my note about how to implement a basic contact form using a form object. dependencies used in the example ruby 2.5.3 rails...
This is my note on how to set up iziToast in rails 5.2 app. system used ruby 2.5.3 rails 5.2.2 webpacker get started install iziToast yarn add...
While the snake case Hash keys are conventionally used in Ruby world, sometimes we prefer camel case keys in the front end. Here is my note on how to...
This is my memo about page specific assets. Single asset bundle vs multiple asset bundles We can create a multiple asset bundles instead of default...