The Joy of Separation
The thing I probably enjoy most about working with Rails is that it makes it easier to put logic in the right place than not to. To get back in the swing of blogging after a light couple of weeks, I thought it might be useful to run through an example of how that’s worked out for me recently. From time to time I’ve been working on an application that will contain a database of musicians. To be able to add new musicians quickly I’ve been using: ...