PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

How to fix uninitialized constant MysqlCompat::MysqlRes

Posted by teejay on January 23, 2012

I've never ever seen an error like this except on the current IMac I've been using. A few internet searches and I've finally found an answer.

Continue reading How to fix uninitialized constant MysqlCompat::MysqlRes

 

Create a Virtual field in Rails

Posted by teejay on March 9, 2011

Being new to Rails, I didn't know how to create a virtual field. In CakePHP you'd need to create a public property and assignment will be there. However, in Rails, this isn't the way.

Continue reading Create a Virtual field in Rails

 

Fixing unexpected kEND

Posted by teejay on March 7, 2011

As a ruby and rails newbie, I have been bugged by this syntax error from the beginning. However, there are things I've found out that I should be looking at when having this error

Continue reading Fixing unexpected kEND

 

no such file to load -- json

Posted by teejay on March 1, 2011

Being new to Rails, I'm still looking a lot new things in my development life. This is again a new error to me. having a few months into Rails, I now know what errors mean. This particular error means that you have a missing gem

Continue reading no such file to load -- json

 

no such file to load -- zlib

Posted by teejay on February 16, 2011

I am quite new to Rails and have been bugged by a lot of `problems` I have never encountered when working with PHP. Basically running and installing a PHP was very very very easy. Rails was a different beast altogether.

Continue reading no such file to load -- zlib

 

Learning Ruby

Posted by teejay on March 10, 2009

Being a PHP programmer for a while, I have decided to try out a great scripting language which is Ruby.

Ruby is a language that was created in the 1990's and is now becoming extremely popular due to Rails.

Continue reading Learning Ruby