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
-

Mark Bates July 23rd, 2008 @ 08:05 AM
- → State changed from new to resolved
- → Tag set to core, generators, rake
(from [5c56a5568e16f35e39daad2a6d7cce40335de96d]) Fixed: rake generator:list displays wrong information [#48 state:resolved]
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.
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.