public
Description: Easily search you ActiveRecord models with a simple query language using a named scope.
Homepage: http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/
Clone URL: git://github.com/wvanbergen/scoped_search.git
wvanbergen (author)
Thu Jun 18 10:53:27 -0700 2009
commit  d0d47fbd52bf631d8b17673c185b3c5766ca95e3
tree    4a433266a1224087591078a857d7afd508bb8309
parent  147896f9f23a6f691673e106c6e4cb9c60f1d074
scoped_search / Rakefile
100644 6 lines (3 sloc) 0.124 kb
1
2
3
4
5
6
Dir['tasks/*.rake'].each { |file| load(file) }
 
desc 'Default: run unit tests for only sqlite.'
task :default => [:test]