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 [...]
In: Ruby on Rails
14 Jan 2010Was working on a module in one of my Rails projects and I had to find the length of the audio file clients uploaded to that they can be billed accordingly, since this was voice sms it was very crucial. I combed the whole internet for solutions and could not find any, came across a [...]
In: Ruby on Rails
7 Jan 2010I recently updated my rails gem and realised i was getting errors trying to create new rails projects in 2.3.5, below is the error i was getting. I went through a few debug modes checked but came up with no lasting solution. I finally checked for my installed gems “sudo gem list” and realised i [...]
Just tackling programming nightmares with flares. Sometimes the tactics are smooth sometimes their rough.