development

A Delay?

Yeah! sad at it is, I wasn’t able to write any code for OneWeek of Awesomeness (What’s it? Read here). Why? Well, its like, On Monday, I came to know that I had an interview on Thursday and didn’t want to miss the Interview and the job. Now that I think back, the interview was

Continue Reading

SASS to CSS

Normally, Every web developer is accustomed to use CSS, but as simple it might be to write CSS, SASS provides a few benefits, that are difficult to miss. Benefits like? First Things First, Why is Sass called Syntactically Awesome Stylesheets. Now people who would have used haml to define their views for rails applications would

Continue Reading

Autotest Problems

Here is some problem that I encountered while ruby on rails development. You might know about TDD (Test Driven Development). Now since autotest can be used to speed up and automate the testing process somewhat and spork can be used to reduce the amount of time require d to run the tests. This becomes crucial

Continue Reading