The 7 RESTful things

Ruby on Rails makes developing modern applications for the web easier. It provides you with almost everything you will need. One of the most important features given to you is the ability to create routes.…

Read this article

ActiveRecord, Models and Grammar

My weekend project consisted of me creating something with ActiveRecord. That something took me a a bit of time to figure out. I knew my time was limited so I did not want to pursue a gargantuan task. From experience, I came to the conclusion that a game would not be a good option. However,…

Read this article

each vs map vs select vs find

I must admit, since I've began programming in Ruby, if you were to track stats on the iterator I use the most, embarrassingly it would be each.…

Read this article