No commit activity in last 3 years
No release in over 3 years
Ruby binding for parsley
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

> 0.0.0
 Project Readme
ABOUT

Ruby bindings for Parsley.

INSTALLATION

= Get Parsley and Dependancies = 

Download Parsley from http://github.com/fizx/parsley/tree/master following the installation directions located at http://github.com/fizx/parsley/blob/master/INSTALL

= Install parsley-ruby =

From source:
  sudo rake install

From GitHub: DEPRECATED!

From GemCutter

  Run the following if you haven't already:
  gem sources -a http://gemcutter.org
  Install the gem:
  sudo gem install parsley-ruby

PARSLETS.COM INTEGRATION

We also recommend installing the free online_parselets rubygem in order to use other people's parselets and to share your own:
  Run the following if you haven't already:
  gem sources -a http://gems.github.com
  Install the gem:
  sudo gem install iterationlabs-online_parslets