How-To

How-To Articles

How to Get RDoc to Use Your README file

in

I was setting up a Ruby project with RDoc today and ran into a problem.

Every time RDoc ran, I saw the following:

Turning off the 'Posted By XXX on XX/XX/XXXX' on drupal nodes

in

Once you know where the settings are at, it is quite easy.

Go to:
Themes | Configure | Global Settings

There is a block of checkboxes to turn the 'posted by' settings on/off for each content type.

EXCEPT unions in MySQL

in

Today, I figured out how to do a EXCEPT union equivilant in MySQL:

How do you get all of the rows in a table that DON'T exist in another? Here it is folks!