Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

ActiveSupport and ActiveModel

Zach Morek edited this page Apr 23, 2012 · 2 revisions

Presenter: Bryan Liles

Abstract

Have you ever wondered what makes Rails tick? Bryan Liles will cover two of the pillars of the Rails foundation: ActiveSupport and ActiveModel. Together we will discover where some of Rails’ ease and power originates and how make use of it in your projects.

Notes

  • ActiveSupport gives us pluralization and more, makes ruby better
  • Use pry instead of IRB
  • include ActiveSupport::Benchmarks, Rails uses benchmark for asset times
  • include ActiveSupport::Callbacks

External Links

A crowd-sourced conference wiki!
Working together is better. :)




Clone this wiki locally