On Tue, Mar 31, 2009 at 6:40 PM, gaoxt1983 <[email protected]> wrote: > > in vendor/plugings/ruote_plugin/init.rb > in > > h[:logger] = Logger.new("log/ruote_#{RAILS_ENV}.log", 10, 1024000) > > this line, it should be > h[:logger] = Logger.new("#{RAILS_ROOT}/log/ruote_#{RAILS_ENV}.log", > 10, 1024000) > > because you can't assume that you always in rails directory. Some of > the applications don't make this assumption. > > (...)
Hello, excellent feedback. http://rubyforge.org/tracker/index.php?group_id=2609&atid=10023 I will fix that as soon as possible. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
