Papers & Presentations
Atoms frequently share what they know in journals, at conferences, and in classrooms.
Building Ruby Applications – A Walkthrough
Presented by
Presented at
Additional Presentations:
Written in
GR Dev Day
|
October 2011
In this talk I'll walk you through a command-line Ruby application (Not a Ruby on Rails web application) and look at the tools and techniques that are the current state of the art for Ruby development. We'll look at:
- Dependency management with Bundler
- Database connectivity and management with ActiveRecord and migrations
- Test framework and mock libraries
- Test data management