Videos tagged with Ruby Hoedown


Ruby Hoedown 2007: Keynote: What makes code beautiful?

Ruby Hoedown 2007: Keynote: What makes code beautiful?

Posted in Development

Marcel Molina Jr. is a language enthusiast who went from being a literature major to a programmer. In his transition from natural language to machine language he found Ruby an elegant balance of dynamic, pragmatic and "humane". And then came along Rails. Marcel tumblelogs on Projectionist and tries to help keep your apps running smoothly as a developer at FiveRuns.

Tags: Ruby, Lectures, Ruby Hoedown




Ruby Hoedown 2007: Building Games with Ruby

Ruby Hoedown 2007: Building Games with Ruby

Posted in Conferences, Development

There's been a lot of discussion lately about putting Ruby to work in a corporate setting, but this talk is about Ruby at play. Andrea Wright will evaluate Ruby's potential as a platform for game programming, looking at a variety of frameworks for integrating graphics (2D and 3D) and analyzing the architecture of Ruby-based game servers. If you're not into gaming, there will still be plenty of ...

Tags: Conferences, Ruby, Lectures, Ruby Hoedown


Ruby Hoedown 2007: Exploring Merb

Ruby Hoedown 2007: Exploring Merb

Posted in Networking, Conferences, Development, Frameworks, Databases

Merb is the new kid on the block of ruby web frameworks. In this talk we will explore some of the design goals of the framework and look at how it's put together. Merb is a small core designed to give the basic infrastructure for dealing with HTTP requests/responses along with routing, controllers and template rendering. The basic premise is simple hackable framework code that you build up to y...

Tags: Networking, Conferences, Ruby, Ruby On Rails, Frameworks, Technologies, Databases, Scalability, Lectures, Ruby Hoedown, Merb, ...


Ruby Hoedown 2007: Next-Gen VoIP Development with Ruby and Adhearsion

Ruby Hoedown 2007: Next-Gen VoIP Development with Ruby and Adhearsion

Posted in Networking, Conferences, Development, Frameworks

Adhearsion's creator Jay Phillips will discuss Ruby's work in VoIP and how even complete telephony novices can powerfully develop their own VoIP system with Asterisk and Adhearsion using pure-Ruby for all application logic. Attendees will see Jay develop a sophisticated Adhearsion application that integrates and handles calls from the public telephone network and integrates with a Rails applica...

Tags: Networking, Conferences, Ruby, Ruby On Rails, Frameworks, Technologies, Lectures, VoIP, Ruby Hoedown



Ruby Hoedown 2007: Charity Workshop: Ruby and Rails Testing Techniques

Ruby Hoedown 2007: Charity Workshop: Ruby and Rails Testing Techniques

Posted in Project Management, Testing, Conferences, Development, Databases

The Ruby language is growing exponentially, partially because it offers more flexibility than other more common languages. All of that flexibility comes at a price: Ruby has no compiler to catch certain kinds of basic mistakes. Automated testing makes those disadvantages obsolete. Now, testing is firmly ingrained in the Ruby culture. In this session, we'll cover Test::Unit, the standard Ruby di...

Tags: Practices, Q&A, Conferences, Ruby, Databases, Lectures, TDD, Ruby Hoedown, BDD