I try to run my rails c but for some reason, I get this error:
rails c
https://gist.github.com/anonymous/166713e8cde860fb188a8dffb98a1563
ᐅ rails c
In my case readline was installed but not linked after a MacOS migration. This command fixed it:
brew link --force readline