I want to assemble the data and settings of a Rails application offline and then push it to production. The ideal scenario is if I set up the application state offline locally and then have that exact same data and application code state in the server in production.
Is there a way to automatically generate a seed file based on the data in the current development database?