Done, and gets things smart.
I have a contract that I’m working on that requires I work with rails. That, in itself, isn’t so bad. But I think what bothers me most about rails can be summed up in one word: partials. For example, let’s say I have the following: render :partial => ‘employee’, :collection => @employees What this means [...]