Sha256: c90461a0bf1c913b0b877230b73f2eb3c809eb6fdf3f05e2db71010bb313ed7f
Contents?: true
Size: 801 Bytes
Versions: 34
Compression:
Stored size: 801 Bytes
Contents
Description: Used to create stubs for creating a new Organizer application within the Compass AE framework Example: rails g organizer_application [application_name] [description] [icon-cls] This will create: 1. A controller 2. Public folder structures public/javascripts/erp_app/organizer/applications/[YOUR APP NAME] public/stylesheets/erp_app/organizer/applications/[YOUR APP NAME] public/images/erp_app/organizer/applications/[YOUR APP NAME] 3. A template for javascript class needed for organizer 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
34 entries across 34 versions & 1 rubygems