Sha256: 4135e5b6c4275e9c26bdf4525adb1a528f592370f117541d7bf25bca595ee6a2

Contents?: true

Size: 987 Bytes

Versions: 11

Compression:

Stored size: 987 Bytes

Contents

Description:
    Generates the primary RestfulX directory structure, sets up Flex Builder
    specific descriptor files and options fetches the latest published 
    RestfulX Framework SWC file.
    
    You can generate Flex Builder configuration for either *pure* Flex
    project or an AIR project. To generate AIR configuration pass the -a
    (--air) option to the generator.

Examples:
    `./script/generate rx_config` # generates project structure and a 
                                  # default Flex app configuration. Fetches 
                                  # latest RestfulX framework SWC to "lib" 
                                  # folder
    `./script/generate rx_config -a` # as above but generates an AIR app
                                     # and configuration
    `./script/generate rx_config --skip-framework` # generates Flex app 
                                     # but does not fetch
                                     # the RestfulX framework SWC.

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
captproton-restfulx-1.2.3 rails_generators/rx_config/USAGE
dima-restfulx-1.2.2 rails_generators/rx_config/USAGE
dima-restfulx-1.2.3 rails_generators/rx_config/USAGE
dima-restfulx-1.2.4 rails_generators/rx_config/USAGE
rlmattax-restfulx-1.2.4.1 rails_generators/rx_config/USAGE
restfulx-1.3.1 rails_generators/rx_config/USAGE
restfulx-1.3.0 rails_generators/rx_config/USAGE
restfulx-1.2.5 rails_generators/rx_config/USAGE
restfulx-1.2.3 rails_generators/rx_config/USAGE
restfulx-1.2.4 rails_generators/rx_config/USAGE
restfulx-1.2.2 rails_generators/rx_config/USAGE