Tags Authors About Us
lenin

    Custom Inquirer Similar To ActiveSupport's StringInquirer

    This is in continuation with the ArrayInquirer post. Lets see how to implement a Custom Inquirer for a Rails model similar to ActiveSupport StringInquirer and ArrayInquirer.

    lenin  –  Aug 5, 2016  –  railsactivesupportrubymethod_missingStringInquirer

    Extend Core Classes in Rails

    In my previous post, I have explained how to extend ActiveRecord::Base. In this post, I will explain how to extend core ruby or rails classes in rails.

    lenin  –  Jul 25, 2016  –  railsrubyextend

    Extend ActiveRecord::Base

    In this post, lets see how to extend ActiveRecord::Base class to add custom methods.

    lenin  –  Jun 28, 2016  –  active recordrorrails

    Javascript Inheritance and the prototype chain

    It is often required to extend existing object or class to add new methods or override existing methods. Almost All the Object Oriented Programming Languages provide this feature using inheritance.

    lenin  –  Jun 17, 2016  –  javascriptjsinheritanceprototype

Copyright © 2022 Cybrilla Technologies