Maybe it's because rake tasks don't handle arguments well? It would be a pain to do this:
rake plugins:install PATH='path/to/plugin' rake generate:model NAME='User' ATTRIBUTES='name:string' Regards, Ryan On Dec 7, 7:36 pm, "Carlos Henrique Palhares" <[EMAIL PROTECTED]> wrote: > Hi all! > > I'll get straight to the point. Was good to see some scripts being > moved to a plugin, but some others still not making much sense (for me > :D) to be a script.... such as "generate", or "plugin"..... Wouldn't > be better if they were rake tasks? > > Such as "rake plugins:install", "rake plugins:uninstall", "rake > generate:controller", "rake generate:model", "rake > generate:plugin".... and others... ? > > Bye! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
