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.

The Rails 3 router: Rack it up

66 pointsby indirectover 15 years ago

4 comments

MartinMondover 15 years ago
There was a talk by Yehuda Katz where he predicted that most plugins that modify the router in Rails 2.3 will either be unnecessary in Rails 3 or reduced from 200 lines to 2.<p>With what I've seen so far this seems to be absolutely the case and shows how much one can gain from switching to a clean architecture.
tlrobinsonover 15 years ago
It's really great Rack is used so heavily in the router, it really makes Rails more modular, and demonstrates the value of Rack.<p>I'm looking forward to some of the same ideas being applied to server-side JavaScript / JSGI.
mark_l_watsonover 15 years ago
I have been occasionally building Rails 3 and trying it - can't wait to switch work projects (probably do this a month after official release). There is obviously a lot of talent on the rails dev team and it shows with the willingness to keep improving the architecture.
mydustytrailover 15 years ago
I am very much looking forward to release.