Five Newly Listed Homes for Sale


[[“validates_presence_of”,{“message”:”Please enter your name.”}],[“validates_length_of”,{“too_long”:”Your name must be shorter than 100 characters.”,”maximum”:100,”allow_nil”:true}]]


[[“validates_presence_of”,{“message”:”Please enter your email address.”}],[“validates_length_of”,{“too_long”:”Your email address must contain between 5 and 100 characters.”,”maximum”:100,”allow_nil”:true}],[“validates_email_format_of”,{“message”:”Your email address is not properly formatted. Mind giving it another shot?”}],[“validates_uniqueness_of”,{“message”:”The email address you entered is being used by another member. Please try a different address.”,”client_can_validate”:true,”exists_url”:”/users/exists?email=”}]]


[[“validates_presence_of”,{“message”:”Please enter your password.”}],[“validates_length_of”,{“too_short”:”Your password must contain between 4 and 40 characters.”,”too_long”:”Your password must contain between 4 and 40 characters.”,”allow_nil”:true,”minimum”:4,”maximum”:40}],[“validates_format_of”,{“message”:”Your password may contain only letters, numbers, underscores, and hyphens. No emoticons, please. :p”,”with”:[“^[a-zA-Z0-9_-]*?$”,””]}]]


[[“validates_presence_of”,{“message”:”Please confirm your password.”}]]

By clicking Sign up, you agree to the Terms of Use and Privacy Policy