When you generate your rails applicaton, it by default uses sqlite3 as database adapter and generate configuration files config/database.yml based on sqlite adapter. But when you want to deploy your app to production like heroku, you need to convert ...
blog.przbadu.dev3 min readNo responses yet.