TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scorched - a lightweight framework for Ruby 2.0

9 pointsby JoshMiloabout 12 years ago
Just ran across this Sinatra inspired framework that "barely" sits on top of rack. It uses controllers as classes which is interesting.

1 comment

effbottabout 12 years ago
Looks really nice but I can't see myself using it. I use Sinatra when I want to throw together a quick "scetch" of an app and Rails when I want to make something that involves a database, controllers, multiple views, etc. I've never felt the need for a middle ground between the two.<p>What are the main advantages over Sinatra?