Hello, How does Rake determine the list of tasks that Rake can execute?, in a Rails development environment. My problem has to do with the rake tasks that are provided by the Engines plugin (at least thats my current understanding that the Engines plugin provides additional Rake tasks that help manage vendor plugins). I''ve installed the latest version of the Engines plugin and I''m running Rails v1.2.3 yet none of the Engines plugin, rake tasks are available. IE: I get: "do not know how to build task ....." when I run rake db:migrate:engines and the output from rake -T does not show any of the Engines plugin, rake tasks. script/plugins list --local ... shows that the Engines plugin is installed. I''m sure I''m missing something? Thanks in advance, Jason -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You may be referring to documentation about the plugin that is out of date - the 1.2 release of the engines plugin doesn''t include the "db:migrate:engines" task, for example. See the README and UPGRADING files for more information. - James On Apr 5, 10:12 pm, Jason Tahaney <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hello, > > How does Rake determine the list of tasks that Rake can execute?, in a > Rails development environment. My problem has to do with the rake tasks > that are provided by theEnginesplugin (at least thats my current > understanding that > theEnginesplugin provides additional Rake tasks that help manage > vendor plugins). > > I''ve installed the latest version of theEnginesplugin and I''m running > Rails v1.2.3 yet none of theEnginesplugin, rake tasks are available. > IE: I get: "do not know how to build task ....." when I run rake > db:migrate:enginesand the output from rake -T does not show any of theEnginesplugin, rake tasks. > > script/plugins list --local > ... shows that theEnginesplugin is installed. > > I''m sure I''m missing something? > > Thanks in advance, > > Jason > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
James Adam wrote:> You may be referring to documentation about the plugin that is out of > date - the 1.2 release of the engines plugin doesn''t include the > "db:migrate:engines" task, for example. See the README and UPGRADING > files for more information. > > - James > > On Apr 5, 10:12 pm, Jason Tahaney <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>OK thanks that cleared it up. Appreciate the response, Jason -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---