Before getting started with modules and mixins, lets first find out theneed of module & mixins in OOP.In object oriented programming languages multiple inheritance is basic paradigm (child class extends behavior of base class).C++ supports multiple inheritance.Java does support same using interfaces.In ruby language, multiple inheritance is achieved very easily using mixin of modules & … Continue reading using modules and mixins in ruby
Author: sandipransing
Modules and mixins in ruby
Before getting started with modules and mixins, lets first find out the need of module & mixins in OOP. In object oriented programming languages multiple inheritance is basic paradigm (child class extends behavior of base class). C++ supports multiple inheritance. Java does support same using interfaces. In ruby language, multiple inheritance is achieved very easily … Continue reading Modules and mixins in ruby
using thinking sphinx search in rails app
I am using acts_as_ferret and ferret server as of now with my rails application and it just works fine for me. The ONLY problem is performance as it takes a lot time to build index and to rebuild index when it gets screwed up and that's where sphinx rocks! To get started with thinking sphinx … Continue reading using thinking sphinx search in rails app
