[Nitro] Nitro Structure Graphics
George Moschovitis
george.moschovitis at gmail.com
Thu Jul 19 02:37:29 EDT 2007
These images are great...
Some minor remarks:
you don't have to extend from Nitro::Controller, ie no need for:
class MyController < Nitro::Controller
end
just
class MyController
end
does the trick.
Moreover, I would suggest that you use the cookie based session system
introduced in 0.50.0
So you don't need a session/state server any more...
Finaly your css files now reside in the tremplate dir, ie:
template/css/style.cssx
that typically gets rendered and cached in
public/css/style.css
you can use all Nitro templating features in a .cssx file (and typically in
.*X files)
thanks again for these great images,
-g.
On 7/18/07, Jonathan Buch <john at oxyliquit.de> wrote:
>
> Hi,
>
> as promised, slightly updated graphs from quite some time ago, they
> were planned for a tutorial (or rather, a whole walkthrough) for which
> I never got enough ideas as energy to write it.
>
> Jo
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
>
>
--
http://phidz.com
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/nitro-general/attachments/20070719/0ad8ddd3/attachment.html
More information about the Nitro-general
mailing list