Ruby on Rails Design Patterns
What are the reasons for using Inheritance and Composition. Speaking of Inheritance, we refer to ...
Software Architecture Ruby on Rails Design Patterns
Have you ever considered about using class inheritance or modules while coding? So, when do we de...
Ruby on Rails
Let's have a look on how to implement singleton methods in Ruby. will = 'Will Nguyen' def will.he...
Ruby on Rails Best Practices
In fact, Ruby on Rails (ROR) does help us a lot. It makes our code shorter. It's close to the nat...
Hook methods is actually the convenient way to help us extend the behaviors of existing class at ...
Rails 5 finally provided an easy way to add realtime communication between Rails 5 server and web...