[Nitro] Beginning of a tutorial

Jonathan Buch john at oxyliquit.de
Tue May 29 05:06:58 EDT 2007


Hi,

> I spend the afternoon playing around getting to know Nitro. As an aid to
> my future self and for the benefit of others starting out with Nitro I
> started writing a tutorial documenting the things I discovered in the
> source.

many thanks for this new source of documentation, and welcome to the Nitro
community!
I like your tutorial, so far only 1 minor 'issue':

class MyController

This is nice for 'showing off' how nice Nitro reads at the beginning.
When you start using this controller, you'll miss some very necessary
features which make the controller unuseable for anything slightly
more complex than 'hello world'.

class MyController < Nitro::Controller

This enables one to use the session/request/response methods.

(Of course my knowledge may be outdated here with the new dev repo.)

That said, thank you very much again,

Jo

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


More information about the Nitro-general mailing list