June 2007
May 2007
March 2007
February 2007
Rails Envy: Acts_As_Ferret Tutorial
by greut & 1 otherFerret: is a Ruby high-performance text search engine library based on Apache Lucene
January 2007
December 2006
How to Build a Ruby on Rails Engine
by jlemoine & 3 othersAn engine is a type of plugin which can handle an entire MVC slice of a Rails application. Engines let developers separate complete chunks of functionality and are easily shared between programs. Engines are one of the cryptic areas of Rails. Only a handf
Basic User Authentication in Rails
by jlemoine & 1 otherThe question of user authentication comes up regularly on the rails mailing list and there are several articles and discussions around the web on whether it should be part of the rails framework. Its not included in rails and it is not likely to be.