Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 300 Bytes

rails.md

File metadata and controls

5 lines (3 loc) · 300 Bytes

Gotchas with Rails

I made a change to config or an initializer and it's not reflected in my dev environment! 😭

The culprit may be spring, Rails' application preloader. Sometimes it's bad at its job. Run spring stop and see if that fixes the problem.