Sha256: 61bbaf13dc906bcb1837073b7999a09a8610f56899668a152f2d247a4661a4ae
Contents?: true
Size: 941 Bytes
Versions: 1
Compression:
Stored size: 941 Bytes
Contents
Description: TheStorages generator will copy files for organize comment's tree in your web project This text: bundle exec rails g the_storages --help Generators: bundle exec rails g the_storages install This will create: config/initializers/the_storages.rb app/models/ip_black_list.rb app/models/user_agent_black_list.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_storages 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_storages:views assets bundle exec rails g the_storages:views helper bundle exec rails g the_storages:views views Migrations: bundle exec rake the_storages_engine:install:migrations
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_storages-0.0.1 | lib/generators/the_storages/USAGE |