Understanding Rails
December 13, 2013
I built a couple tiny Rails applications today so that I could continue to learn and master web application development with Rails. I used scaffolding for the apps that I made and I didn’t do any testing, so what I want to do is rebuild the apps that I made with using scaffolding and to add some tests to them. It just seems like there is a lot going on and I need to break things down into smaller individual chunks and make sure I understand what is going on.
I feel like past few days I took a break from programming anything in Rails or maybe I was actually avoiding it without realizing it, but doing TDD in Rails is foreign to me and the only way I’m going to get over this hump is to just write a lot of Rails applications.