Sha256: 6e14a8a8de948fd2581c4ddfa379f6979568dbb6b68ee06feddf45716c3f63a8
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
Almost a skeleton of an app, this is the ever beloved "Hello World" with a touch of the dynamic thrown in. To run it: cd iowa ruby iowa_hello_world.rb -r webrick Then point your web browser at http://127.0.0.1:2000 By default, this application will be running using the webrick web server. If you have installed Mongrel (gem install mongrel), though, you may also run it with Mongrel: ruby iowa_hello_world.rb -r mongrel
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
IOWA-1.0.3 | examples/hello_world/README |
IOWA-1.0.2 | examples/hello_world/README |
IOWA-1.0.0 | examples/hello_world/README |