If you want your session to be valid across multiple sub-domains, here is how you do it:
config.action_controller.session = {
The default mysql prefpane doesn't work with leopard.
Here is one that works:
ftp://ftp.mysql.com/pub/mysql/download/gui-tools/MySQL.prefPane-leopardfix.zip
if you get this error after upgrading to Rails 2.2.2:
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
sudo env ARCHFLAGS="-arch i386" gem install mysql -- \ --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \ --with-mysql-include=/usr/local/mysql/include

