Archive for the ‘ruby’ Category

Exploring the ruby frameworks

Posted in ruby on Saturday, February 21st, 2009. Comments Off

I’ve started learning Ruby on Rails after reading a book about ruby. But I was soon disappointed by the fact that I wasn’t learning ruby, but ‘rails’, which is not the same thing for me.

So, I’ve decided to go without rails for a little while. Having experience in web development I did choose to try [...]

Why I’m playing with Ramaze

Posted in perso, ruby on Friday, January 16th, 2009. One comment so far

Why Ramaze instead or Rails or Merb? Because it’s a learning process, a Ruby learning process. I have build a website with Ruby on Rails, and I`ve thought: “Wow, this Ruby is a really nice language, let’s do something else with it.” Then I’ve realized how little I knew about the language, I knew rails, [...]

Ramaze with Passenger on Dreamhost

Posted in ruby on Tuesday, September 23rd, 2008. Comments Off

It’s easy to get Ramaze running on Dreamhost, as they are using Passenger. Here’s how:

Enabling Passenger

First log in to your Dreamhost control panel and go to you domain, you have to activate the option

Ruby on Rails Passenger (mod_rails)?

Then the setting for

Specify your web directory:

should point to the public folder in the directory where your ramaze [...]