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

WindyCityRails 2012 Lightning Talks

Benjamin Oakes edited this page Sep 6, 2012 · 49 revisions

From WindyCityRails 2012

Notes

From @benjaminoakes:

PowerEnum

by Arthur Shagall

  • At same company as Mike Sandler (TMXCredit)
  • ActiveRecord with slug lookup, basically
  • Something[:foo] gives you an ActiveRecord instance
  • Gem: power_enum

Build your next app using Meteor

by Turiy Dybskiy

PgPower: Rails Postrges for Power Users

by Mike Sandler

  • At same company as Arthur Shagall (TMXCredit)
  • Schema dumping becomes hard when doing migrations with raw SQL
  • PgPower helps out; augments the migrations DSL
  • Gem: pg_power

Under the C: Ruby C Extensions

by Mike Laurence

Why?

  • Low level C libs
  • Faster

Why not?

  • Documentation kinda sucks
  • Intimidating
  • etc

How much work for a C extension?

  • extconf.rb, mkmf (happens as a part of the gem install)

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




Clone this wiki locally