First Rails Presentation

So I was digging through the Wayback Machine and I found the first ever Rails presentation (from March 2004), given before Rails was even released.

Take a look. There's some great stuff in there, from the original name of the basic controller class (AbstractApplicationController), the names of the methods in controllers (do_index, do_authenticate), to passing ivars to the view (@assigns["customer"] = Customer.find(@params["id"])).

Check it out... it's pretty cool :)