Learning RoR – Rails and MVC
First lines of code in RoR that I’m really proud of….

I know it’s really simple….just validating when a session value is null. I’m proud of it cause its the first rails app that I built from scratch (Creating controllers, views, debug it, etc)
I’m actually enjoying a lot learning RoR and this is just the beginning…..just finished learning some basics of Rails and how the MVC (Model View Controller) works in RoR….created a couple of models, views and controllers (lots of .rb and .rhtml files)….everything worked just fine.
Tomorrow will be an exciting day….I’ll start connecting RoR with a database and all the usual stuff…..inserting, selecting and updating data.
I don’t really want to go to work tomorrow, I would rather stay and learn more RoR hehe.








