This is something that I’ve discovered as I was building hushyhushy. After I upgraded to Rails 2, I began using authenticity tokens. So far so good. But in the course of testing the app, I would encounter the infamous ‘InvalidAuthenticityToken Error’. That’s weird! It usually happened in the middle of testing the app, and after [...]
This plugin is calculates the shipping rate for a given location and weight. It is useful for cases where the postal service in your country doesn’t provide APIs for calculating shipping rates. This is actually extracted code from my website hushyhushy.com. I needed some sort of a calculator for shipping rates. But there isn’t any. [...]