I have a main app and a forum app. I wanted to include forums in my main website. I manually copied all files from forum into my main app. I created proper routes and copied everything from db/migrate.
Now, I can see that everything is included and it works. But the problem is that whatever was originally stored in my forum apps that is questions and categories are no longer stored in the main app after merging. Its like a new copy.
Is there a better way to merge two rails apps along with stored data? or is there any way i can resolve this issue