RailsCasts Pro episodes are now free!

Learn more or hide this

Mahmoud Khaled's Profile

GitHub User: mahkhaled

Site: www.badrit.com

Comments by Mahmoud Khaled

Avatar

I liked the article so much, thanks you.

I found a problem when I try to use uniqueness validation. It requests an ajax request http://localhost:3000/validators/uniqueness?case_sensitive=true&book%5Bname%5D=test but i receive 404 Not Found.

Should I implement this request myself from rails side?