Posts tagged with “ruby-on-rails-development”
Observers in Rails: Ruby on Rails Development
TutorialCodebrahma explaining about the observers in rails. Observer classes respond to life cycle callbacks to implement trigger-like behavior outside the original class.
Ruby Decorators: Add behavior to objects
DevelopmentDecorators allow us to add behavior to objects without affecting other objects of the same class. Codebrahma explaining ruby decorators, a key feature of ruby on rails.