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.

Ask HN: How do you create an admin part to your site in Rails

2 pointsby mhidalgoover 16 years ago
Django has a nice admin setup that comes with it, while Rails leaves it up to you. I was wondering what strategies were used to create an admin part to your web app.

1 comment

qhoxieover 16 years ago
I roll my own each time. That is not to say I don't reuse common parts like user management, but I have found that my scenarios are diverse enough to warrant this.