Category database
-
HABTM before_filter in rails models
How to automatically add an object to a habtm field on save... read more
-
Compiling mysql-python on OS X leopard
How to get around a few of the problems you may encounter trying to install mysql-python bindings on OS X Leopard... read more
-
'Hello World' with Scala and Lift on OSX
How to install Scala and Lift on OS X, and create a simple sample project... read more
-
mysql select random row with join
A couple of attempts to select random rows via a join in MySQL... read more
-
InnoDB as default MySQL table type
How to change the default MySQL table type... read more
-
MySQL table 'is marked as crashed'
What to do if you are getting an error similar to 'mysqldump: Got error: 145: Table xxxxx is marked as crashed and should be repaired when using LOCK TABLES'... read more
-
Exclude tables from mysqldump
How to exclude certain tables from mysqldump... read more
-
undefined method assert_valid_keys in Rails
How to fix 'undefined method assert_valid_keys' errors in Rails... read more
-
Installing Trac on CentOS
How to set up Trac and Subversion on CentOS... read more
-
Setup 64bit CentOS (PHP5, MySQL, memcached, ketama)
A script to setup 64bit CentOS with PHP5, MySQL, memcached and ketama... read more
-
Force MySQL Encoding to UTF8
How to force MySQL to use UTF8 encoding by default... read more
-
Default Values With Hibernate Annotations
How to set the default value of a field with Hibernate... read more
-
MySQL Delete On Joined Tables
How to delete records from MySQL using joined fields... read more
-
Appfuse "failed to lazily initialize a collection of role"
Fix the 'failed to lazily initialize a collection of role' error in AppFuse... read more
-
Hibernate OneToMany Relationships
An example of a one-to-many relationship using Spring MVC and Hibernate... read more
-
Hibernate 'TYPE=storage_engine is deprecated'
Fixing 'TYPE=storage_engine is deprecated' warnings in Hibernate... read more
-
Multiple DBs in CakePHP
How to hack cake to use different databases for different models... read more
-
Installing MySql/PDO for PHP
How to install PDO/MySql to fix Zend_Db_Adapter_Exception errors in Zend Framework... read more
-
Installing Trac
Trac can be a little tricky to install. Here's the steps that worked for me... read more
-
Svn server w/ Apache
A walk-through for setting up a subversion server hosted by http/apache... read more
-
Recover Corrupted Svn DB
How to recover your repository if you're getting 'Corrupted' error messages... read more