Re: what is the best non-rails web/ruby development environm

From: Edward [mailto:[email protected]]

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.

On 9/7/06, Gavin K. [email protected] wrote:

From: Edward [mailto:[email protected]]

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.

Ruby Web: http://ruby-web.org/
+
SQLite3: http://rubyforge.org/projects/sqlite-ruby/
+
ArrayFields: http://rubyforge.org/projects/arrayfields/

ftw.

-Harold