Re: [Rails] How do you execute rails runner in Heroku?

2011-11-14 Thread Norbert Melzer
2011/11/13 Jason Hsu, Mr. Swift Linux jhsu802...@gmail.com: What's the command for running this in the deployed Heroku application? I did a quick peek in the heroku docs: http://devcenter.heroku.com/articles/oneoff-admin-ps BUT! I cant use heroku run rails anything, some further digging in

[Rails] How do you execute rails runner in Heroku?

2011-11-13 Thread Jason Hsu, Mr. Swift Linux
I'm going through the 4th edition of the book _Agile Web Development in Rails_. One of the exercises involves automatically creating 100 orders. The command to run locally is rails runner script/load_orders.rb.I have no problems here - it works. What's the command for running this in the