Sha256: a807b196553a0cb9270f1d7360ba5d7fb21a1ba6bf7a1b0ad1dcefbc13634e20

Contents?: true

Size: 705 Bytes

Versions: 7

Compression:

Stored size: 705 Bytes

Contents

# RestfulX 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 RestfulX controller is typically named AppicationController. 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: ApplicationController

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
dima-restfulx-1.2.0 rails_generators/rx_config/templates/restfulx.yml
dima-restfulx-1.2.1 rails_generators/rx_config/templates/restfulx.yml
emergent-core-0.1.0 rails_generators/emergent_config/templates/core/restfulx.yml
emergent-core-0.1.02 rails_generators/emergent_config/templates/core/restfulx.yml
emergent-core-0.1.01 rails_generators/emergent_config/templates/core/restfulx.yml
restfulx-1.2.0 rails_generators/rx_config/templates/restfulx.yml
restfulx-1.2.1 rails_generators/rx_config/templates/restfulx.yml