Monthly Archives: April 2010
diff, patch and different git repositories
Over the past year we went through a series of different development phases and got to learn a lot of different process techniques – more importantly, how things can spiral out of control and how complicated source code control can … Continue reading
using modules and mixins in ruby
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 … Continue reading
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. … Continue reading
Integrate Gigya Register Widget into your Application
Updated post with source code available here. In today’s world, with everyone managing multiple online accounts, it painful for users to create and remember yet another set of new credential just for your application. To overcome this issue we can … Continue reading
Using Rackspace CloudFiles with paperclip
Thoughtbot (the makers of paperclip) have not yet integrated Rackspace CloudFiles into paperclip. CloufFiles is the Rackspace CDN storage (similar to S3 but with CDN support). CDN support is very critical when we are streaming large files like videos. Assumption: You … Continue reading
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 … Continue reading
Using Thinking Sphinx with rails
Check out this SlideShare Presentation: Using Thinking Sphinx with rails View more presentations from saz wqa.