cognitiveflux
cognitiveflux
The [greater or less than](https://github.com/sxross/MotionModel/blob/master/motion/adapters/array_finder_query.rb#L95-137) comparisons are reversed. Example -- the `gt()` method as currently implemented: ``` ruby def gt ... ... do |comparator, item| comparator > item ``` which...
There doesn't appear to be a hook or notification if using the `bulk_update {}` block. Perhaps there's a recommended way to do this that's not documented? Otherwise, I'm willing to...
*User can specify a parsing format to be used when type casting a date string into an NSDate object
A `date` column type will initialize a timestamp of `2014-10-28T22:30:00.000-07:00` to `nil`. Rather than limit the type casting to specific formats, the model should allow the specification of a format...