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.

June 18th, 2009 at 16:44
Well, i think that no ones wanna go to work when learning new stuff it’s so interesting. lol.
RoR, since when u’d started to learn and practice ?
June 19th, 2009 at 05:07
That would be June 7….Just 11 days since i’ve been playing around with RoR. Still understanding bits and pieces of how MVC works in RoR….but I’m getting there.
ATM I’m on chapter 8 of “Beginning Ruby on Rails” (Validating and Testing :-S). That’s 224 pages out of 361
.