Several things in this commit: 1. New scope() functionality, works very similar …
…to ActiveRecord's scope. 2. Big internal changes (but as of right now only related to scope()) made for the {where} object when using finders. Could be useful for some, it basically breaks down several where objects into one concise object. 3. New where finders.. 'eq', 'like', 'nlike', 'notlike', and 'not' (not in). 4. New finder shortcuts, '..' for between and '..' for not between
Showing
with
610 additions
and
64 deletions
-
Please register or sign in to post a comment