-
will_paginate
is replaced bykaminari
. -
The detached filter API has changed. No more magical invocation of the
grid
helper two times. First,define_grid
is 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 to the plugin.