Sha256: 5afe9852c0e22f09ea437946e3294f3a6e1939155cef7fccc18150d3a27565b9

Contents?: true

Size: 377 Bytes

Versions: 12

Compression:

Stored size: 377 Bytes

Contents

# This file contains your application, it requires dependencies and necessary
# parts of the application.
#
# It will be required from either `config.ru` or `start.rb`

# Add the directory this file resides in to the load path, so you can run the
# app from any other working directory
$LOAD_PATH.unshift(__DIR__)

# Initialize controllers and models
require 'controller/main'

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
gettalong-webgen-0.5.8.20090507 data/webgen/webgui/app.rb
gettalong-webgen-0.5.9.20090620 data/webgen/webgui/app.rb
gettalong-webgen-0.5.9.20090626 data/webgen/webgui/app.rb
webgen-0.5.17 data/webgen/webgui/app.rb
webgen-0.5.15 data/webgen/webgui/app.rb
webgen-0.5.14 data/webgen/webgui/app.rb
webgen-0.5.13 data/webgen/webgui/app.rb
webgen-0.5.12 data/webgen/webgui/app.rb
webgen-0.5.11 data/webgen/webgui/app.rb
webgen-0.5.10 data/webgen/webgui/app.rb
webgen-0.5.9 data/webgen/webgui/app.rb
webgen-0.5.8 data/webgen/webgui/app.rb