Skip to content

Instantly share code, notes, and snippets.

@dmix
Created December 4, 2009 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmix/248814 to your computer and use it in GitHub Desktop.
Save dmix/248814 to your computer and use it in GitHub Desktop.
#new.html.erb
<label>Username </label>
<%= f.text_field :username %><span id="username_message" class="live_validation"> </span>
<%= observe_field :form_username,
:url => { :controller => :live_validations, :action => :validate_username },
:frequency => 0.5,
:update => :username_message,
:with => "username" %>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment