From: Harp Oon Date: 2008-03-16T14:20:33+09:00 Subject: Rake Task: passing params and return values 1. Is there a way to pass params to a rake task and have it return values? 2. I have seen the ENV var being used to pass in the args to rake. Is it thread safe? Are there any unintended consequences if two controllers execute a new task? 3. Is it advisable to invoke a rake task (from a controller) to update the DB? -- Posted via http://www.ruby-forum.com/.