Sha256: 69868a6d507d858a513e1ed26697a0649e8539ff99fe202fc64ac193182007dd

Contents?: true

Size: 577 Bytes

Versions: 42

Compression:

Stored size: 577 Bytes

Contents

#!/usr/bin/env ruby
require 'rhoconnect/application/init'

# secret is generated along with the app
Rhoconnect::Server.set     :secret,      'not a secret'

# !!! Add your custom initializers and overrides here !!!
# For example, uncomment the following line to enable Stats
#Rhoconnect::Server.enable  :stats
# uncomment the following line to disable Resque Front-end console
#Rhoconnect.disable_resque_console = true
# uncomment the following line to disable Rhoconnect Front-end console
#Rhoconnect.disable_rc_console = true

# run RhoConnect Application
run Rhoconnect.app

Version data entries

42 entries across 23 versions & 1 rubygems

Version Path
rhoconnect-7.6.0 spec/apps/rhotestapp/config.ru
rhoconnect-7.6.0 spec/apps/jstestapp/config.ru
rhoconnect-7.5.1 spec/apps/jstestapp/config.ru
rhoconnect-7.5.1 spec/apps/rhotestapp/config.ru
rhoconnect-7.4.1 spec/apps/rhotestapp/config.ru
rhoconnect-7.4.1 spec/apps/jstestapp/config.ru
rhoconnect-7.1.17 spec/apps/jstestapp/config.ru
rhoconnect-7.1.17 spec/apps/rhotestapp/config.ru
rhoconnect-6.2.0 spec/apps/jstestapp/config.ru
rhoconnect-6.2.0 spec/apps/rhotestapp/config.ru
rhoconnect-6.0.11 spec/apps/rhotestapp/config.ru
rhoconnect-6.0.11 spec/apps/jstestapp/config.ru
rhoconnect-5.5.18 spec/apps/jstestapp/config.ru
rhoconnect-5.5.18 spec/apps/rhotestapp/config.ru
rhoconnect-5.5.17 spec/apps/jstestapp/config.ru
rhoconnect-5.5.17 spec/apps/rhotestapp/config.ru
rhoconnect-5.5.15 spec/apps/jstestapp/config.ru
rhoconnect-5.5.15 spec/apps/rhotestapp/config.ru
rhoconnect-5.5.0.22 spec/apps/rhotestapp/config.ru
rhoconnect-5.5.0.22 spec/apps/jstestapp/config.ru