Hi Guys,

Is there a reason why the eager_load option is hardcoded to false for the 
rake tasks?
https://github.com/rails/rails/blob/master/railties/lib/rails/application.rb#L344

I am in a situation when I need to turn that on for an import rake tasks 
which would take ages without multithreading but with multiple threads my 
code has race conditions with eager_load=false. In the moment my task is 
just not depending on the environment task rather I load the environment in 
that task. It all works well but the fact this value is hardcoded makes me 
think maybe there is something I am not aware of and it can cause problems 
later.
So my question is: Is that option false just for performance reasons or is 
there something else I am not aware of? Is it safe to turn eager_load on 
for a rake task?(I guess this is depending on what that task does).

I appreciate any help and advise!


Greg

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to