'Design' Category
Case for an Environment object
After working on RoR for close to an year I can’t stop applying many of the learnings I gathered while I was in that camp.
On my current codebase I decided to solve the issue of configuring things differently in different environments with some inspiration from Rails.
One insightful way of look at Rails itself is to [...]