[Rails] Re: Rails.logger is nil when invoking rake tasks

2014-02-18 Thread maurizio de magnis
On Tuesday, February 18, 2014 11:51:54 AM UTC+1, Frederick Cheung wrote: > > > > On Tuesday, February 18, 2014 10:35:26 AM UTC, maurizio de magnis wrote: >> >> Good morning everybody, >> >> is it expected for the Rails.logger to be left uninitialized before >> executing a rake task? >> These are t

[Rails] Re: Rails.logger is nil when invoking rake tasks

2014-02-18 Thread Frederick Cheung
On Tuesday, February 18, 2014 10:35:26 AM UTC, maurizio de magnis wrote: > > Good morning everybody, > > is it expected for the Rails.logger to be left uninitialized before > executing a rake task? > These are the steps to reproduce my test: > https://gist.github.com/olistik/9068351 > > With a