I would like to view the data in my DB while developing with Rails (actually in all 3 of them development, test and production). I have not touched the configs, so it should
To view data on DB, I used an SQLite client called DB Browser for SQLite,here is the link
There is a Linux version of this app too. There should be a database file with sqlite
extension on db
directory of the app. On DB Browser, select Open Database option and choose that file and you should be able to view the data.