Skip to content

Instantly share code, notes, and snippets.

@leikind
Created January 4, 2015 23:09
Show Gist options
  • Select an option

  • Save leikind/f0021982bb13c2d40447 to your computer and use it in GitHub Desktop.

Select an option

Save leikind/f0021982bb13c2d40447 to your computer and use it in GitHub Desktop.
WiceGrid version 3.2.0.pre2

AUGUST 04, 2012

Here comes WiceGrid version 3.2.0.pre2.

Differences from 3.2.0.pre1:

  • will_paginate is replaced by kaminari.
  • 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 as grid, then grid_filter, and then render_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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment