I'm working on a simple Rails (activeRecord based) application, and i'm testing in locally.
Now it's time to move online, but... do i need to insert all the records again in the app's db? I hope not!
Do you know a if is it possible to make a copy of my entire local db and import it in heroku?
Thanks!