Codeminer42's Engineering Blog
Best Practices

Auto-Saving Forms Done Right 1/2
Auto-Saving is a way to ensure that data provided by a user is persisted without needing them to click on "Send" or "Submit". You may have come across multiple websites…
Controller Best Practices: Don’t Hide Instance Variables
This is something I often mention in code reviews, and it’s also mentioned in some Rails guidelines elsewhere without further explanation: please, don’t hide instance variables. Everyone who has dealt…