Some of my favorite stuff from around the web this past week:
Author: Tom (Page 420 of 427)
If you’re doing local Rails development and are attempting to setup a database using MySQL (specifically, MySQL2) and you keep getting:
rake aborted! uninitialized constant Mysql2
Here’s what I did to fix the problem:
Continue reading
A number of good things from around the web this week:
Continue reading
Some good things this week on URL design, jQuery documents, and JavaScript namespacing…
I’ve recently begun working on a PHP-based project and wanted to introduce unit testing into the mix to cover some of the core code.
On my local development environment, I’m running an WAMP stack (specifically with XAMPP) and was looking for a solid unit test framework for PHP. Continue reading