Sha256: 1b2dc1a032a2fe4a8dce6d23366fef0c5444795ea6d054e19c87f650a22c81c8

Contents?: true

Size: 600 Bytes

Versions: 8

Compression:

Stored size: 600 Bytes

Contents

= Tutorial

Nitro is an elegant and efficient web application framework.
In the spirit of Ruby, Nitro supports multiple programming paradigms 
and does not force design decisions to the developer. Nitro
provides an elegant solution to all problems. 

This tutorial presents a step by step guide for building
a simple blog using Nitro. 

== Install Nitro and Og.

Nitro is distributed as a RubyGem or an archived file (tar.gz or zip)
distribution. The latest release 

== Create new app directory structure

== Create the homepage

== Create the models

class BlogEntry
end

== Create the controller

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
nitro-0.20.0 doc/tutorial.txt
nitro-0.21.0 doc/tutorial.txt
nitro-0.21.2 doc/tutorial.txt
nitro-0.26.0 doc/tutorial.txt
nitro-0.22.0 doc/tutorial.txt
nitro-0.23.0 doc/tutorial.txt
nitro-0.24.0 doc/tutorial.txt
nitro-0.25.0 doc/tutorial.txt