Rails on FreeBSD

Posted by Jonathan

I’ve updated the Rails port to include optional dependencies on ruby-fcgi and memcache-client:

In order to get a Rails installation with FastCGI, MemCache-Client and native MySQL/PostgreSQL/SQLite support just do:

# cd /usr/ports/www/rubygem-rails
# make install clean

That’s it!

The folks at MySQL should know it better...

Posted by Jonathan

Taken from dev.mysql.com while searching the docs:

PHP Warnings at MySQL.com

One of the first things to do on a PHP production server is to turn off the warnings!

Seems like they fixed it now but this shows that even the so-called professionals like the folks at MySQL.com can get it wrong.