#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Font Awesome has always been my favorite icon library for React and Rails projects. It is surely easy to use and makes the user interface much more...
There are many available Active Record CallBacks in Ruby on Rails that we can use to do particular tasks when an object is created, saved, updated,...
When you happen to check if the attribute's value is unique before it is saved, you can use active record validation helper uniqueness. class User <...
In my use case, I have to validate age from a date of birth in the model. The date of birth can be either a string or a date object. As I think the...
I worked on an external API experiment that requires posting an image for reality analysis. I started this evaluation in Ruby on Rails using a very...
In Rails, Action Text allows us to work seamlessly with the rich text editor (known as Trix editor) alongside our model. If you are to render the rich...