PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

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

 

Pull from Git and Push to Heroku without Creating A Heroku Repo

Posted by teejay on February 17, 2011

Since working with Github and Heroku for a few days, I've been really learning a lot. This is one thing that I need not forget in the future.

Continue reading Pull from Git and Push to Heroku without Creating A Heroku Repo

 

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

 

Prototype shortcut for Observe

Posted by teejay on February 11, 2011

I just posted some shortcut on observing events in PrototypeJS

Continue reading Prototype shortcut for Observe

 

Moving options from one select dropdown to another select dropdown in Javascript

Posted by teejay on February 10, 2011

This tutorial aims to show some code on how to move options from one select dropdown to another.

Continue reading Moving options from one select dropdown to another select dropdown in Javascript

 

Option From Collection For Select Magic

Posted by teejay on February 10, 2011

Being new to Rails, I've been working in some project I inherited from other RoR developers. I was stuck on how to create a select dropdown in haml

Continue reading Option From Collection For Select Magic

 

How to Change a date field type in a Rails Application

Posted by teejay on February 4, 2011

I've been studying Ruby on Rails for about a month now and I have been learning a lot. One thing I found out is that Ruby is a weird language. Some people may love it. Some people may hate it.

Today, I was faced by something. Changing a data field type in a Rails application

Continue reading How to Change a date field type in a Rails Application