Sha256: 8d8eaf154d7d8ccf814fec518f57b344eef44a23f5d1e66dc79f73f3da45b6c7

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

formvalidation-rails (0.6.1.1)
=================================

Provides client side validations for forms with the http://formvalidation.io/ library.

The original formvalidation repo can be found here: https://github.com/formvalidation/formvalidation.
This is only a gem containing a release version (same version as original formvalidation) for easier use


### How to Use

#### Add and install this gem

**Add into your Gemfile**

`gem 'formvalidation-rails'`

**In your Rails directory run**

`bundle install`

#### Add the needed parts to your asset pipeline

**Add into your application.js**

`//= require formvalidation.min`

And if needed the extension (for html frameworks) and language packs you need:

```
//= require formvalidation/framework/bootstrap.min
//= require formvalidation/language/de_DE.min
```

**Add into your application.css**

`*= require formvalidation.min`


### License

**Important** for commercial use a commercial license for formvalidation.io needs to be purchased at http://formvalidation.io/


### Credits

This gem was build after the example of https://rubygems.org/gems/bootstrap-validator-rails, a earlier version of formvalidation.io under a different name.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formvalidation-rails-0.6.1.1 README.md