Nicholas Chmielewski

Results 5 issues of Nicholas Chmielewski

We've been bitten a couple times using Timex when we've been returned an Ambiguous DateTime rather than a regular one. It leads to some hard to track down issues. For...

feature/enhancement

Add functionality to active_enum to be able to use symbols as IDs. Example usage ``` ruby class Sex < ActiveEnum::Base value :id => :m, :name => 'Male' value :id =>...

I've have a custom matcher that I use when comparing hashes/ model objects. The differ functionality is good, but when keys move around, especially when they aren't symbols and strings,...

If you use an Rspec matcher inside a hash, and there is something wrong with the hash, even if the matcher was correct, the ObjectInspector inspects the matcher before passing...