cd994eff9a343df376bfaec59de5b24a2ab51256
Allow conditions on multiple tables to be specified using hash.
Sometimes I love old code! When going through an old project today, I stumbled upon this gem. Priceless
case rand(2) when 0: do_something when 1: do_something_else else throw
For a project at Openminds we needed an implementation for filtering some data from a list with the aid of checkboxes. Our first solution looked like this:
def index session[...