Ruby on Rails (Getting Started)

Just followed Getting Started with Rails from the Ruby on Rails guide here. First impression is that, there is quite a bit of magic when using Rails. There are generators that help to generate the necessary files, and even database migration scripts. On top of that, there is also some magical linking happening. Just to sum … More Ruby on Rails (Getting Started)