My Blog

All about my activities, Ideas and everything.

Category: Rails

Rails lost session after doing a POST

I might be the only silly person on the Internet, because I haven’t found anyone having the same problem as I had before. So, in the future there might be someone like me. Basically, you have a rails application, you didn’t realise that if you do a POST from a plain without using 123form_for(@some) … [...]

Thoughts on jQuery Mobile

Last week I helped out my friends Eewei and Jill in Future of web app conference in London. Unfortunately, I couldn’t be in the conference. They presented this really amazing called jQuery Mobile So, you’re allowed to transform a simple html website to be operational in modern mobile devies, such as iPhone, BB or Android [...]

Rails Tutorial : Add testing data by using migration

From previous tutorial Rails Tutorial : Beer shop Part I – Scaffolding I have show how to create a very simple scaffolding. This tutorial I will show how to create a testing data. Nobody wants to type SQL statement or add item manually every time they want to use the data. Rails has provided a [...]