Syntax Highlighting Test Post

Rails simplelog TechStuff

Wed Feb 13 00:35:00 -0800 2008

This is a test post with some ruby code in it.

  def show
    @product = Product.find(params[:id])
  end

  def new
    @product = Product.new
  end

I used the Google SyntaxHighlighter

Here is an even better example of this in use: http://www.nullable.se/past/2007/12/12/syntax_highlighting_in_posts/

blog comments powered by Disqus