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: Rails
All articlesTransferring a Rails App to a new Server
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
Using 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.