Tutorials
Read This Post 'Unless' You're Not A Ruby Developer
The human brain, impressive as it is, grinds to a halt when parsing with double negatives. It’s amazing that we’ve achieved so much as a species despite this embarrassing shortcoming. So we should take any chance we have to reduce the double negat...
Rails now supports routes prefixed with word cable | Saeloun Blog
ActionCable seamlessly integrates WebSockets with the rest of our Rails application. It allows for real-time features to be written in Ruby in the same style and form the rest of our Rails application, while still being performant and scalable. It...
Define Default URL for ActiveStorage to fix Mixed Content Error
Using ActiveStorage with external services like AWS S3 for saving and surfing attachments like images is great. The setup is well explained in Active Storage Overview in Ruby on Rails Guides.But if you start using it, you will maybe encounter some...