Posts Tagged ‘Architecture’

Joe McGlynn from CodeGear wrote a great article for Dr. Dobbs Journal.

He lists 10 reasons to love Ruby on Rails. The first reason really resonated with me since I’m a systems architect, and I understand the dangers of over-architecting solutions

“1. Many line-of-business applications do not require over-architected, complex and costly software systems to operate. Over-engineering applications increases costs, wastes time and dilutes competitive advantage. Rapidly-constructed software applications that deliver essential functionality with good scalability and low maintenance costs are easily achievable using Ruby and the RoR framework.”

Check out all 10 reasons in the DDJ article.

  • Michael Hartl’s Rails 3 Tutorial Book July 28, 2010
    The Ruby on Rails Tutorial: Learn Rails by Example (a.k.a. railstutorial.org) by Michael Hartl has become a must read for developers learning how to build Rails apps. Michael has put together a great Rails 2.3 tutorial, releasing it all for free online chapter by chapter. Now, Michael's going three steps further: […]
  • Mailman – Like Sinatra for E-mail July 28, 2010
    Mailman is an incoming email processing microframework. You point it at a source of email, such as a POP3 account or a Maildir, and it will execute routes based on the messages that come in. […]