Sha256: 41394779e422d657e245260c3c1ca32adc4b8ec38dcd187295c1fc0fe97eb9fe

Contents?: true

Size: 532 Bytes

Versions: 10

Compression:

Stored size: 532 Bytes

Contents

Description:
    Creates js.erb view files necessary for modal CRUD to work and invokes haml:scaffold generator.

Example:
    rails generate haml_modal_crud Thing name size:integer

    This will create:
        app/views/<model>/create.js.erb
        app/views/<model>/destroy.js.erb
        app/views/<model>/update.js.erb
        app/views/<model>/_form.html.haml
        app/views/<model>/edit.html.haml
        app/views/<model>/index.html.haml
        app/views/<model>/new.html.haml
        app/views/<model>/show.html.haml

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.2.0 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.7 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.6 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.5 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.4 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.3 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.2 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1.1 lib/generators/rails/haml_modal_crud/USAGE
bootbox_crud-0.1.1 lib/generators/rails/haml_modal_crud/USAGE