#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Conditionals control the flow of execution of your program based on conditions that you define. In Ruby we have conditional statements such as if,...
In the project I'm currently working on, we use Rails for our main application and the AWS SDK for Ruby to seamlessly integrate with their services,...