Still Confused
November 27, 2013
I’m still not sure the best way to go about building the Longest Streak app, but I went ahead in my Rails app for it and created my model today with validations for storing the data I’m gathering from the GitHub API. I’m still doubting myslf if I should even be using Rails at this point for my app since all I really want to be doing is calling a script that dumps data into a database. So, I’m thinking tomorrow that I’m going to go back to working on my command line app and set up the database and start importing data. I feel like I still have a lot to learn and the best thing I can do is get something working and then continue to improve it as I learn better techniques.