PC Environment
I created a virtual development environment with dot installation.
I would like to make sure that the password is properly encrypted in the has_secure_password of Rails.
I heard that there is a software that allows you to view the database through the GUI, but is it possible to use it because it is a virtual development environment?
ruby-on-rails sqlite
Cross-platform
if you want to review SQLite data
such as DB Browser for SQLite.
DB Browser for SQLite
"SQLite Database Browser" - Window Forest
Self-Solution
Download the database file from the virtual machine. Open in DB Browser for SQLite.
Download database files from virtual machines using Cyberduck in my environment.
Please let me know if there is a better way.
And I found out that you don't have to go out of your way to install the above software to see if an encrypted password was created. If you built your environment with a dot installation, it should have sqlite in it.
© 2024 OneMinuteCode. All rights reserved.