I have the following problem:
- I use the command
rails dbconsolequite often. - Every time I do that for my production database, I have to enter a password.
- My password is a long string that I have to look up and copy paste every time.
It feels like it should be possible to circumvent that and have rails automatically authenticate. But I haven't found anything useful for this. Is there a solution to this?