Learnings
New Learning
About The App
Hire Me
Writing Samples
Edit Learning
Title
Body
Context: `rbenv exec rails db:create` failed with `ActiveRecord::ConnectionNotEstablished`. The PostgreSQL server was not running or accessible. Resolution: I started the PostgreSQL service (e.g., `brew services start postgresql`). Learning: I learned to ensure required background services like databases are running before Rails attempts to connect to them (e.g., `rails db:create`, `rails server`). Checking service status (`brew services list`) is important.
Learned on (YYYY-MM-DD)
Tags
Add comma-separated tags. They help filter learnings later.
Back to Learnings