I fixed the problems people were having posting code in comments. You should be able to use coderay now and post your code using the html tags like so:
<typo:coderay lang="ruby">
class RubyCodeTest
def rails
"is fun"
end
end
</typo:coderay>
Enjoy!