Archives for Home
-
Override helpers in Rails
Sooner or later need to override some built in Rails helpers would occur. For example, I like to use number_to_currency helper to format prices in...
-
Running database migration individually
Rails migrations are great, they allow continual evolution of database schema. Sometimes, especially when prototyping, I hate to run migrations down and up and load...
February 21, 2007 | migrations, rails, rake | read on »
I am Bojan Mihelac and this blog is dedicated to share code, thoughts, tools and advices I came up with while working in