Sha256: 99e77808803382f2236b82a4a210db4fb3b1e81e153eb11e8a213f7b0b6287c3

Contents?: true

Size: 866 Bytes

Versions: 3

Compression:

Stored size: 866 Bytes

Contents

Description:
  TheComments generator will copy files for organize comment's tree in your web project

This text:
  bundle exec rails g the_comments --help

Generators:
  bundle exec rails g the_comments install

  This will create:
   config/initializers/the_comments.rb
   app/controllers/comments_controller.rb
   app/controllers/ip_black_lists_controller.rb
   app/controllers/user_agent_black_lists_controller.rb

  bundle exec rails g the_comments controllers

  This will create:
    app/controllers/comments_controller.rb
    app/controllers/ip_black_lists_controller.rb
    app/controllers/user_agent_black_lists_controller.rb

View Generators:
  bundle exec rails g the_comments:views assets
  bundle exec rails g the_comments:views helper
  bundle exec rails g the_comments:views views

Migrations:
  bundle exec rake the_comments_engine:install:migrations

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
the_comments-1.0.0 lib/generators/the_comments/USAGE
the_comments-0.9.9 lib/generators/the_comments/USAGE
the_comments-0.9.0 lib/generators/the_comments/USAGE