One Rails app recently generated loads of exceptions with “Security warning: an embedded <script> tag on another site requested protected JavaScript.” Once we understood the cause, it was easy to fix.
Category: Ruby
All articlesUsing CarrierWave with ActiveModel
Why it is Important to dig in Deep
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.
Save Your Future Self Some Debugging Time
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.