public
Description: Makes it harder to do the wrong thing in Rails by privatizing ActiveRecord::Base#find
Homepage:
Clone URL: git://github.com/codeodor/findfail.git
name age message
file README Fri Apr 10 17:05:47 -0700 2009 updated readme [codeodor]
file init.rb Fri Apr 10 16:59:29 -0700 2009 first commit [codeodor]
directory lib/ Fri Apr 10 16:59:29 -0700 2009 first commit [codeodor]
README
Just add the repository files under your Rails app's vendor/plugins directory under a new one called "findfail" and 
you're ready to go. 

Findfail results in less business logic in your views and controllers because it forces you to open a model and add a 
method. Since you're already in the right place, you may as well stay there.

It preys on your laziness that way.