How to fix uninitialized constant MysqlCompat::MysqlRes
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
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
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
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
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
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