johnnyshields / validates_timeliness-mongoid

Mongoid ORM support for ValidatesTimeliness gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValidatesTimeliness::Mongoid

This the extracted mongoid adapter code from the validates_timeliness gem.

WARNING: The specs are not wired up properly and may not run. I will not be supporting this gem.

REQUEST: Someone who wants mongoid support is welcome to take over ownership of this gem.

Installation

Add this line to your application's Gemfile:

gem 'validates_timeliness-mongoid'

And then execute:

$ bundle

Or install it yourself as:

$ gem install validates_timeliness-mongoid

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake false to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/adzpa/validates_timeliness-mongoid.

About

Mongoid ORM support for ValidatesTimeliness gem


Languages

Language:Ruby 99.2%Language:Shell 0.8%