[Rails] Re: Rake tasks + plugins

2008-09-26 Thread Alexey Skoblikov
Thank you very much! On 26 Септ, 18:44, Frederick Cheung <[EMAIL PROTECTED]> wrote: > On Sep 26, 4:13 pm, Alexey Skoblikov <[EMAIL PROTECTED]> wrote: > > > > > What is the simplest way to hook up the whole environment during the > > rake task? > > Make

[Rails] Rake tasks + plugins

2008-09-26 Thread Alexey Skoblikov
In my rake task I try to use the classes and methods defined in a plugin. Seems that plugins are not hooked up during the rake task run. Models are also not hooked up. I can require 'ModelName' I can require 'activerecord' But my Model depends a lot on the plugin (globalize) and initiation of t