Transferring a small Rails application to a new server is no big deal. However, you have to be careful to not overlook anything. Here’s a checklist.
– #Rails, #Operations, #How-To
Transferring a small Rails application to a new server is no big deal. However, you have to be careful to not overlook anything. Here’s a checklist.
– #Rails, #Operations, #How-To
Why code that behaves differently from what it looks like at first glance is particularly nasty during upgrades. Bonus: A look at option hashes vs. keyword arguments in Ruby.
How we try to prepare the code we’re writing now for the errors we’re likely to make in some not-so-distant future.