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
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]