I am currently have a running site. However, I need to do some task to sync some data to my friend's site.
So that, I need another app for fetching data from my running app's DB and submit data to another site using a gem call mechanize.
My problem will be:
- Do I need a whole Rails app to do the job? If not, what would be the best practice in my case?
- Is there any easy way for accessing my running app's DB? For now, the only thing I know is AR.
Thanks