Sha256: fe6297cbc9f3add8703fbfe3b75d75b6a1a79a2f8fe332a9ccd2c44ce2a2f7fe

Contents?: true

Size: 553 Bytes

Versions: 5

Compression:

Stored size: 553 Bytes

Contents

# This file is similar to environment.rb and will be loaded
# automatically at the start of each invocation of Origen.
#
# 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 & 3 rubygems

Version Path
origen_memory_image-0.5.2 config/development.rb
origen_memory_image-0.5.0 config/development.rb
atp-0.1.0 config/development.rb
origen_app_generators-0.0.3 templates/app_generators/plugin/config/development.rb
origen_app_generators-0.0.2 templates/app_generators/plugin/config/development.rb