Sha256: 7afce1aa1696cff6ad39efcab2da58a329f9d5f41778578ef974e42d06942520

Contents?: true

Size: 551 Bytes

Versions: 5

Compression:

Stored size: 551 Bytes

Contents

# This file is similar to environment.rb and will be loaded
# automatically at the start of each invocation of RGen.
#
# However the major difference is that it will not be loaded
# if the application is imported by a 3rd party app - in that
# case only environment.rb is loaded.
#
# Therefore this file should be used to load anything you need
# to setup a development environment for this app, normally
# this would be used to load some dummy classes to instantiate
# your objects so that they can be tested and/or interacted with
# in the console.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
origen_ahb-0.2.0.pre6 config/development.rb
origen_ahb-0.2.0.pre5 config/development.rb
origen_ahb-0.2.0.pre4 config/development.rb
origen_ahb-0.2.0.pre3 config/development.rb
origen_ahb-0.2.0.pre2 config/development.rb