Sha256: 7c4fd560ec8f2f5fdae9e4c0cc6f752099c471cfbcf95c12a2a794fb869b9899

Contents?: true

Size: 877 Bytes

Versions: 10

Compression:

Stored size: 877 Bytes

Contents

# Ruboss code generation configuration options

# By default flex models, commands, controllers and components are genearated into
# app/flex/<your rails project name> folder. If you'd like to customize the target folder 
# (to say append a "com" package before your rails project name) uncomment the line below
# base-package must follow the usual flex package notation (a string separated by ".")

#base-package: com.pomodo

# Main ruboss controller is typically named after your rails project name (camel-cased with a word
# Controller appended at the end, e.g. if your application is called "pomodo" the flex application
# controller will be called "PomodoController"). This controller is created in 
# <base-package>.controllers folder. You can customize the name by uncommenting the following line 
# and changing the controller name.

#controller-name: PomodoController

Version data entries

10 entries across 6 versions & 2 rubygems

Version Path
dima-ruboss4ruby-1.0.5 merb_generators/templates/ruboss_config/ruboss.yml
ruboss4ruby-1.0.2 rails_generators/ruboss_config/templates/ruboss.yml
ruboss4ruby-1.0.2 merb_generators/templates/ruboss_config/ruboss.yml
ruboss4ruby-1.0.1 rails_generators/ruboss_config/templates/ruboss.yml
ruboss4ruby-1.0.4 merb_generators/templates/ruboss_config/ruboss.yml
ruboss4ruby-1.0.3 merb_generators/templates/ruboss_config/ruboss.yml
ruboss4ruby-1.0.4 rails_generators/ruboss_config/templates/ruboss.yml
ruboss4ruby-1.0.3 rails_generators/ruboss_config/templates/ruboss.yml
ruboss4ruby-1.0.5 merb_generators/templates/ruboss_config/ruboss.yml
ruboss4ruby-1.0.5 rails_generators/ruboss_config/templates/ruboss.yml