Sha256: 03fff874630f56c336e7a7dbc43e37ab43ca3e68d1bdd077ee3f84a2d81d4eaa
Contents?: true
Size: 706 Bytes
Versions: 5
Compression:
Stored size: 706 Bytes
Contents
= Your application Here comes the README file for your application. == Configuration Edit the file conf/webapp.rb as needed. By default this skeleton app uses the PostgreSQL backend. If you want to use a different backend dont forget to change it for the DEBUG and LIVE configurations. == Run Exec the following command: ruby app.rb --start then point your browser to: http://127.0.0.1:8080 (if you want to change the server address/port, edit the config.rb file) == Discussion If you want to modify the skeleton app it is a nice idea to switch to debug mode. Edit the following line in the file app.rb: $DBG = true In debug mode the view files (xhtml/xsl/etc) are automatically reloaded.
Version data entries
5 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.6.0 | bin/proto/README |
nitro-0.7.0 | examples/flash/README |
nitro-0.8.0 | bin/proto/README |
nitro-0.8.0 | examples/flash/README |
nitro-0.7.0 | bin/proto/README |