em
Fiber aware EventMachine clients and convenience classes
Fiber aware EventMachine clients and convenience classes
Have you ever face a situation where unique validations in your #rails app didn't work? Under the cut a little story about this situation in project that I maintain and solution how broken records (duplicates) were fixed. More under the cut
I really hate email notifications, but they were necessary. I think email needs only for human messages and there is a better place for notifications - Notification Center (introduced in OS X Mountain Lion).
So. What's coming: More under the cut
On your website's main page could be hundreds of links and sometimes some broken ones appeared there. If you have perfect test coverage - it is not a problem. In this post I will show a simple script which will help you to "click" on every link on your website and check if it is broken. More under the cut