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 / TODO
100644 23 lines (12 sloc) 0.255 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO items for named_scope
==========================
Contact willem AT vanbergen DOT org if you want to help out
 
0.6.0
- Add test for Postgres
- Add test for MySQL
 
 
0.7.0
 
 
0.8.0
 
 
0.9.0
 
 
1.0.0
 
 
Documentation & testing:
- Add rdoc en comments to code