Sha256: 6df843cf985a7db552a38c3dacaf2b10ccfedf42bbf3cf3522ac95dee1f5e3e4

Contents?: true

Size: 654 Bytes

Versions: 10

Compression:

Stored size: 654 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. In essence,
Nitro is Ruby Web Development 'off rails'!

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

10 entries across 10 versions & 1 rubygems

Version Path
nitro-0.12.0 doc/tutorial.txt
nitro-0.11.0 doc/tutorial.txt
nitro-0.13.0 doc/tutorial.txt
nitro-0.15.0 doc/tutorial.txt
nitro-0.14.0 doc/tutorial.txt
nitro-0.16.0 doc/tutorial.txt
nitro-0.17.0 doc/tutorial.txt
nitro-0.18.1 doc/tutorial.txt
nitro-0.18.0 doc/tutorial.txt
nitro-0.19.0 doc/tutorial.txt