Is there any particular reason why you want to do it?
Something I do with almost all of my Rails apps (thanks to a tip from Yehuda Katz) is to create a classes
folder in my app
directory and this is where all my non-Rails functionality lives - you may find this is sufficient