AUGUST 04, 2012
Here comes WiceGrid version 3.2.0.pre2.
Differences from 3.2.0.pre1:
will_paginateis replaced bykaminari.- The detached filter API has changed. No more magical invocation of the
gridhelper two times. First,define_gridis used in the same way asgrid, thengrid_filter, and thenrender_grid(grid)to actually output the grid table . - No more polluting core Ruby classes like Hash and Array with methods. All such methods are now private for the plugin.