How do most of your develop non-rails ruby webs locally?
(I'll get into rails later, I want to get the basics of Ruby down
first.)
I mentioned ruby-web in another response. I thought I'd also mention that it's quite convenient to pair it with SQLite (as my coworker did) for simple, fast DB transactions without having to install a full RDBMS.
···
From: Edward [mailto:edward@tanguay.info]
Ruby Web: http://ruby-web.org/
···
On 9/7/06, Gavin Kistner <gavin.kistner@anark.com> wrote:
From: Edward [mailto:edward@tanguay.info]
> How do most of your develop non-rails ruby webs locally?
> (I'll get into rails later, I want to get the basics of Ruby down
> first.)
I mentioned ruby-web in another response. I thought I'd also mention that it's quite convenient to pair it with SQLite (as my coworker did) for simple, fast DB transactions without having to install a full RDBMS.
ftw.
-Harold