↧
Introduction to Ruby on Rails
Ruby on Rails (ROR) is a web framework that uses the Ruby language to build database-agnostic websites very quickly. As far as agile web development goes, ROR is one of if not the fastest way to...
View ArticleBeginner Rails – Creating a new application
It’s quick to get up and running in ROR – more so than any other web stack. This example takes on a photo blog application to show the basic commands on getting a site up and running. First, declare a...
View ArticleCreating model associations in Rails
Model associations are an extremely important part of a rails app that identify how models interact with each other and the relationships between them. If you’ve ever worked with ORM providers, or even...
View Article