Daily blog

Docs and Testing and Coverage

Day 84 of Flatiron School

Seth

2 minute read

test sheet

I tidied up my app today. I decided to scrub the DB and run a new set of seeds then test everything as best I could. This is where I see automated testing is very useful. I really want to get better acquainted with writing tests. However, I also want to finish this curriculum so I can stop paying tuition. I’m slowly building out my testing resources to take a deeper dive into that once I’m done with Flatiron.

Hitting A Wall & Making A Plan

Day 82 of Flatiron School

Seth

3 minute read

wall

I’m stuck. It’s no fun. I still have things to try but I’ve hit a wall. It’s to be expected and the nested form I’m working on is by no means a simple thing. However, this is basically the BIG problem in this project. In my opinion at least this is the hardest part of this project. Include a nested form writing to an associated model using a custom attribute writer (form URL, model name e.

Rails & Bootstrap & Font Awesome

Day 81 of Flatiron School

Seth

3 minute read

fountain

Today was productive. I was able to create a more in depth TODO file during the day while I was watching my kiddos. This allowed me to think more about how my app was going to function and what I needed/wanted to build into it. It provided me with a better workflow for the evening. I knew exactly what I would be working on tonight. Even if I did get sidetracked a couple times while working it was still always productive.

I Think I Can, I Think I Can...

Day 80 of Flatiron School

Seth

2 minute read

train tracks

Man, it’s hard keeping track of all the tools I’m using as I’m building out this app. I’m finding the biggest thing I’m focusing on right now is getting Devise to look nice by customizing the views and implementing Bootstrap 4. One thing I had to work on was updating the strong params in Devise so my User could register with name. That wasn’t too tricky although I’m implementing it “the lazy way™” which I’m okay with for now.

Rails Project is Underway

Day 79 of Flatiron School

Seth

2 minute read

db wire frame

I didn’t get much done yesterday so I ended up not writing. I did figure out an app to build for my project. However, I wasn’t able to get much done in the way of getting started. I won’t get into it, but, I was frustrated with last night. Tonight has been better. I’m making progress setting the base of the app up. It took a little bit to figure out how to setup PostgreSQL.