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
Pull from Git and Push to Heroku without Creating A Heroku Repo
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
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
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
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
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
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