#48 √ resolved
Mark Bates

rake generator:list displays wrong information

Reported by Mark Bates | July 23rd, 2008 @ 07:47 AM | in 0.6.1

If you run rake generator:list you see a list like this:

Available Generators:

MackApplicationGenerator
	rake generate:mack_application_generator
MigrationGenerator
	rake generate:migration_generator
ModelGenerator
	rake generate:model_generator
PluginGenerator
	rake generate:plugin_generator
ScaffoldGenerator
	rake generate:scaffold_generator

The actual names of the rake tasks does not include _generator. The list should look like this:

Available Generators:

MackApplicationGenerator
	rake generate:mack_application
MigrationGenerator
	rake generate:migration
ModelGenerator
	rake generate:model
PluginGenerator
	rake generate:plugin
ScaffoldGenerator
	rake generate:scaffold

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.

Shared Ticket Bins

People watching this ticket