Technological journey's of a lonely African Programmer
Adding reCaptcha to rails is quite easy First create an account with reCAPTCHA and get your API keys. Secondly get the ambethia-recaptcha gem from github http://github.com/ambethia/recaptcha You can either install it as a gem by adding config.gem “ambethia-recaptcha”, :lib => “recaptcha/rails”, :source => “http://gems.github.com” to your environment.rb file within the config block, then from your [...]
Just tackling programming nightmares with flares. Sometimes the tactics are smooth sometimes their rough.