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.
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.