Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jquery-validation-rails

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-validation-rails

  • 1.19.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Jquery::Validation::Rails

jQuery Validation for the Rails Asset Pipeline.

Installing this Gem

Add the following line to your project's Gemfile:

gem 'jquery-validation-rails'

Run the following in your terminal:

cd ~/path/to/my/project
bundle install

Requiring the Assets

Add, at least, the following to your JavaScript manifest file:

//= require jquery.validate

If you need the accept, creditcard, extension, phoneUS, or require_from_group additional methods, add this line too:

//= require jquery.validate.additional-methods

If you'd like to take advantage of the library's built-in translations, add the ones you need:

//= require jquery.validate.localization/messages_es
//= require jquery.validate.localization/messages_de

Or require all of them:

//= require_tree jquery.validate.localization

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 15 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc