Skip to content

Commit

Permalink
Mentioning where to save those .js files.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustl committed Feb 26, 2009
1 parent 6c5ed9f commit e0949d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -8,8 +8,8 @@ Installation instructions

The plugin is adapter based. Currently, there's only one workind adapter. It uses jQuery. Here's the procedure:

* Download jQuery from http://jquery.com
* Download the jQuery validations plugin, http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* Download jQuery from http://jquery.com. Save it as public/javascripts/jquery.js
* Download the jQuery validations plugin, http://bassistance.de/jquery-plugins/jquery-plugin-validation/. Save it as public/javascirpts/jquery.validate.js
* Add this to app/views/layouts/application.html.erb: <%= javascript_include_tag "jquery", "jquery.validate.js" %>
* Run "ruby script/plugin install git://github.com/leethal/live-validations.git"
* Run "ruby script/generate live_validator" (skip this step if you're on 2.3)
Expand Down

0 comments on commit e0949d8

Please sign in to comment.