If you decide that you want to add captcha validation to the user registration of your ruby on rails application its really not that difficult. Make sure first to install the gem using gem install captcha. After installing the gem you can use / modify the following code to add captcha protection to your user signups: class NewCustomerController < ApplicationController require_gem 'captcha' layout