say I\'ve got my rails app on github and am deploying the github repo on heroku.
I\'ve got a situation where I have a simple text file with bunch of words (it is in my g
If you want to run arbitrary local Ruby files on Heroku, check out the blog post at
http://www.22ideastreet.com/debug/run-local-scripts-on-heroku
There are some things to watch out for (long run times, etc.) but it might be useful if you have a file that you haven't checked in that you want to test or run on a Heroku instance.