Repository is archived
No commit activity in last 3 years
No release in over 3 years
MongoMapper Plugin for ClientSideValidaitons
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 3.2.0

Runtime

 Project Readme

This library is no longer being maintained. Use at your own risk

ClientSideValidations-MongoMapper

Build Status Dependency Status Code Climate

MongoMapper plugin for ClientSideValidations

Installation

In your Gemfile add the following:

gem 'mongo_mapper'
gem 'client_side_validations'
gem 'client_side_validations-mongo_mapper'

Order matters here. MongoMapper and ClientSideValidations need to be required before ClientSideValidations-MongoMapper.

Follow the remaining installation instructions for ClientSideValidations

Nested forms

Validation will work on nested forms (using fields_for) only if you add the mongo_mapper-accepts_nested_attributes gem and set it up appropriately in your model.

Authors

Brian Cardarella

We are very thankful for the many contributors

Versioning

This gem follows Semantic Versioning

Major and minor version numbers will follow Rails's major and minor version numbers. For example, client_side_validations-mongo_mapper-0.11.0 will be compatible up to ~> mongo_mapper-0.11.0

Want to help?

Please do! We are always looking to improve this gem. Please see our Contribution Guidelines on how to properly submit issues and pull requests.

Legal

DockYard, LLC © 2012

@dockyard

Licensed under the MIT license