Posts tagged simplelog

Mar11

Bloggy Blog

BigNerdRanch Merb Rails Ruby TechStuff simplelog | comments

I spent the last week playing with Mephisto (a Rails blogging engine turned CMS). I thought it would be a good platform for a site that I may be about to work on.

I spent the last week fighting with Mephisto trying to get it to behave the way I want it to work in production on my host.

Continue reading »

Feb13

Syntax Highlighting Test Post

Rails simplelog TechStuff | comments

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
Continue reading »

Feb10

Typo: No, SimpleLog: YES

Rails DreamHost Typo simplelog TechStuff | comments

Hello, World. There - I said it. This is the first post on my shiny new blog. It’s actually my second run at a blog, but you wouldn’t know that because I couldn’t get the first run to deploy. I will admit that I am not a Rails jedi (yet), but I did spend a LOT of time crawling through Google to get the thing running. I even found a nice blog that was written about a week and a half ago for the EXACT steps I needed to do to get it to work on the host that I am using (Dreamhost).

Continue reading »