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 5 lines (3 sloc) 0.104 kb
1
2
3
4
5
Dir['tasks/*.rake'].each { |file| load(file) }
 
GithubGem::RakeTasks.new(:gem)
task :default => [:spec]