Blog Posts on ror
Percent:
Ruby on Rails Developer by CebuLive.com Car Finder on Feb 17, 2012Exvo is a young informal startup running several projects. We have three promising products and ideas: The first is the Exvo.com Cloud Operating System. The idea behind it is that local based operating systems are becoming slowly obsolete. We don’t...
Ruby on Rails Developer by CebuLive.com Car Finder on Jan 31, 2012Exvo is a young informal startup running several projects. We have three promising products and ideas: The first is the Exvo.com Cloud Operating System. The idea behind it is that local based operating systems are becoming slowly obsolete. We don’t...
ReCaptcha for Ruby on Rails by on Jun 22, 2011Spams are almost every website enemies and one way to avoid this is using captcha to filter the forms. For those who don't know, Captcha is a type of challenge-response test used in computing as an attempt to ensure that the response is generated by...
Customized logging in Ruby On Rails Using the Logger Class by on Jun 21, 2011PROBLEM: Create a customized access logging for Ruby On Rails that is human readable and user-friendly. By user-friendly, I mean that is readable by ordinary user and/or contents are filtered. SOLUTION: On config/environment.rb , set up the format...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) by on May 17, 2011Problem occurs when running mysql in an ubuntu box. I did the following checking to solve it:1) Check if mysql is properly installed. Make sure that you have installed both server and client.$ apt-get install mysql-server mysql-client2) Check if both...
extconf.rb:10:in 'require': no such file to load -- mkmf by on May 17, 2011PROBLEM:When trying to install the mysql gem on Ubuntu you might get the error message:extconf.rb:10:in 'require': no such file to load -- mkmf (LoadError)SOLUTION:Install ruby1.8-dev$ sudo aptitude install ruby1.8-dev...
Add Sources to your Gem Source on Rails by on May 17, 2011PROBLEM:ERROR: could not find gem <gemname> locally or in a repositorySOLUTION:$ gem sources -a http://gems.github.comand since rubyforge has moved to a new location might as well add:$ gem sources -a http://rubygems.org...
RubyGems: undefined method ‘manage_gems’ for Gem:Module (NoMethodError) by on May 17, 2011PROBLEM:After updating rubygems, gem command doesn't seem to work anymore resulting to the error:RubyGems: undefined method 'manage_gems' for Gem:Module (NoMethodError)SOLUTION:Open /usr/bin/gem and edit replace this part:Gem.manage_gemswith this:req...
Update your rails and rubygems in InstantRails by on May 4, 2011I was previously working on a Linux box for my Ruby on Rails application (almost a year old project) that runs on Rails 2.3.2, Rails 1.8.7 and RubyGems 1.3.2.Everything was fine until I shifted to Windows lately and I need to look and reprogram the a...
Convert and Receive Series: Golden Age Series by Dee~*'s RO Journal on Feb 13, 2011MECHANICS: ALL SERVERS: Convert 500 pesos worth of ROK points or 2 months worth of Premium Service on February 13 (12am – 11:59pm) and you’ll get 1 Glorious Ring, 1 pc. Ring of Flame Lord and 1pc. Twin Edge of Naught Sieger for FREE! FOR...


