-1

I'm using windows 10 and rails 5.2.8

I'm in a bootcamp and I had a problem where to get postgres to work I needed to change the name of the account I was using from School to school. Now that we've introduced Rails, it's still expecting to find School so the directory path it takes is C:\Users\School\desktop\food_products> when it now needs to take C:\Users\school\desktop\food_products>. I was able to figure this out thanks to this post Strange error in rails - missing helper but I can't find out how to change the account name in my rails where this person was able to do it with just changing their file name to match rails.

  • 1
    Show some code. Show the actual exception. Many filesystems are case sensitive, but we can't possibly guess where your code is looking for something unless you provide actual source or backtraces. Have you tried grepping for "School" and "school" to find it in your code? – Todd A. Jacobs May 29 '22 at 05:33

0 Answers0