Railsflavored Ruby - myronmarston/conferences GitHub Wiki
Presenter: Michael Hartl
Abstract
Based on Chapter 4 of the Ruby on Rails Tutorial by Michael Hartl, “Rails-flavored Ruby” covers the aspects of the Ruby programming language most important for developing Rails applications. Topics include hashes, arrays, and other objects; blocks; functions; and classes.
Notes
- IRB exercises from Ch4