Re: [Rails] rails runner giving problem

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 7:44 AM, Mike Disuza wrote: > Hi, > I have a rails 2.3.8 application, which has some ruby script in scripts > folder which has ran through the cron. > > I just upgraded my application to rails 3. My problem is I am not able > found a solution to run these scripts. > > In R

[Rails] rails runner giving problem

2011-04-18 Thread Mike Disuza
Hi, I have a rails 2.3.8 application, which has some ruby script in scripts folder which has ran through the cron. I just upgraded my application to rails 3. My problem is I am not able found a solution to run these scripts. In Rails 2.3.8:- ruby script/runner test.rb In Rails 3:- rails runner t