Rails Anime List Project v.2

Nakai Hamlin
Jun 1, 2021

Today I tried to recreate my Anime List from my Sinatra Project, but instead I amped it up a bit more with it being a bit basic. I created this with Rails, and it took forever to get the hang of.

My Controllers
All my embedded Ruby html formats

What was the hardest part of all of this was remembering what my local and global variables were and how everything would be formatted after

Starting up the Rails Server with $ rails s
and the website is hosted at localhost:3000

My home page

Had to start from scratch again cause made a simple Blog app

Each underscored word is clickable with the ERB

--

--