Ruby & Rails Overview presented by Michal Poczwardowski on 11/05/15. Ruby is a dynamic, object-oriented language that is elegant and easy to read. Rails is a web application framework built on Ruby that follows conventions over configurations. It uses the MVC pattern with models, views, controllers, and routes to quickly develop powerful websites and applications. The presentation demonstrated core Ruby concepts and how to build a basic Rails application.