Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

eji/encodable_validator

Open more actions menu

Repository files navigation

<img src=“https://travis-ci.org/eji/encodable_validator.png?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/eji/encodable_validator.png” /> <img src=“https://gemnasium.com/eji/encodable_validator.png” alt=“Dependency Status” />

A string validator for ActiveModel to verify it can be converted to the specified encodings.

In your Gemfile:

gem 'encodable_validator', :git => "git://github.com/eji/encodable_validator.git"

In your model:

validates :name, :encodable => {:encodings => [Encoding::EUC_JP, Encoding::ISO_2022_JP]}

or

validates_encodable_of :name, :encodings => [Encoding::EUC_JP, Encoding::ISO_2022_JP]

see VERSION (using semver.org (… possible))

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.

  • Fork the project.

  • Start a feature/bugfix branch.

  • Commit and push until you are happy with your contribution.

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own

Copyright © 2013 Koji Ejiri. See LICENSE.txt for further details.

About

A string validator for ActiveModel to verify it can be converted to the specified encodings.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.