How to access default Rails sqlite db?

前端 未结 8 1730
清酒与你
清酒与你 2020-12-13 03:37

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

8条回答
  •  萌比男神i
    2020-12-13 04:19

    There is a great application to browse sqlite3 databases. SQLite Database Browser.

    P.S. You mentioned that you are using Aptana studio. I have started my RoR learning with this IDE as well but later have discovered Sublime Text and never wanted to use anything else since, I advise you to check it out.

    Cheers

提交回复
热议问题