mongoid_big_decimal_integer 0.1.0
The default BigDecimal type provided in Mongoid stores BigDecimals as Strings. Because of this, stuff like sorts and range queries don't work. This type multiplies the value by a (configurable) power of 10 and stores the resulting Integer.
Gemfile:
=
install:
=
Development Dependencies (1):
rspec
>= 0