Sha256: 8d7a449a0f7b0cb6e1d2df4e0ddc29672d88571aa261aebb8f9ad6eae78743dc
Contents?: true
Size: 766 Bytes
Versions: 33
Compression:
Stored size: 766 Bytes
Contents
Description: Used to create stubs for creating a new Desktop application within the Compass AE framework Example: rails g desktop_application [application_name] [description] [icon-cls] This will create: 1. A controller 2. Public folder structures public/javascripts/erp_app/desktop/applications/[YOUR APP NAME] public/stylesheets/erp_app/desktop/applications/[YOUR APP NAME] public/images/erp_app/desktop/applications/[YOUR APP NAME] 3. A Javascript template for a desktop application 4. A data migration 5. Append to the routes file Run the migration with rake db:migrate_data and start adding functionality
Version data entries
33 entries across 33 versions & 1 rubygems