testdouble / suture

🏥 A Ruby gem that helps you refactor your legacy code
MIT License
1.41k stars 29 forks source link

Document rails env-specific settings #44

Closed searls closed 8 years ago

searls commented 8 years ago

A lot of Suture's settings make more sense for one RACK_ENV/RAILS_ENV than another, and I imagine a lot of stuff (like logging or database_path) will be set differently in development.rb than test.rb or production.rb

There's nothing Suture needs to do to support this but it should probably be documented.

searls commented 8 years ago

Welp, I decided not to do this. That makes docs easy!