Mongoid::Ip
Storing IP in MongoDB done right - as integers
Installation
Add this line to your application's Gemfile:
gem 'mongoid-ip'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mongoid-ip
Usage
Do:
field :ip, type: Mongoid::Ip
And than just use it as you would a regular text string (only change is sort order).
Contributing
- Fork it ( http://github.com/rs-pro/mongoid-ip/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request