Sha256: a5f15b762cf70b7cbcf0108d8c131d93bdd7b0ac57b9624feb8739f7949f2c52

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

Description:
    Generates MyGengo scaffold for your app

Example:
    rails generate mugen

    This will update routes.rb    
    This will create:
      config/initializers/mugen.rb
      app/controllers/mygengo
      app/controllers/mygengo/account_controller.rb
      app/controllers/mygengo/comments_controller.rb
      app/controllers/mygengo/jobs_controller.rb
      app/helpers/mugen_helper.rb
      app/views/layouts/mygengo.html.erb
      app/views/mygengo/account
      app/views/mygengo/comments
      app/views/mygengo/jobs
      app/views/mygengo/account/index.haml
      app/views/mygengo/account/_balance.haml
      app/views/mygengo/account/_stats.haml
      app/views/mygengo/comments/_comment.haml
      app/views/mygengo/comments/_form.haml
      app/views/mygengo/jobs/_comments.haml
      app/views/mygengo/jobs/_feedback.haml
      app/views/mygengo/jobs/_revision.haml
      app/views/mygengo/jobs/index.haml
      app/views/mygengo/jobs/new.haml
      app/views/mygengo/jobs/reject_form.haml
      app/views/mygengo/jobs/review_form.haml
      app/views/mygengo/jobs/revise_form.haml
      app/views/mygengo/jobs/revision.haml
      app/views/mygengo/jobs/show.haml
      README
      

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mugen-0.2.1 lib/generators/mugen/USAGE