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.

Rack-webconsole: a Ruby/Rails console inside your browser

104 pointsby rohitarondekaralmost 14 years ago

8 comments

txusalmost 14 years ago
On the CSRF concern, which is totally valid, I've pushed a patch. From version 0.0.5 it uses a token to prevent this kind of attacks.<p><a href="https://github.com/codegram/rack-webconsole/commit/d5060d0e8f69a335fd6c501dfd2d6562ab342a4f" rel="nofollow">https://github.com/codegram/rack-webconsole/commit/d5060d0e8...</a>
patio11almost 14 years ago
This is a very bad idea.
评论 #2802993 未加载
评论 #2802526 未加载
评论 #2802519 未加载
评论 #2802709 未加载
damoncalialmost 14 years ago
Nice way to introduce Rack. Much better than the usual hello world.<p>I wouldn't use it for obvious reasons, but I like the demo.
masylumalmost 14 years ago
Cool! Firebug for the frontend, rack-webconsole for the backend.
mefalmost 14 years ago
Reading the headline, I was hoping this was a ruby-debug console in the localhost browser for the current request. Perhaps that can be shoehorned into rack-webconsole?
评论 #2804038 未加载
jromalmost 14 years ago
I think this is a pretty cool tool, for both development/staging and also for production in a very restricted way. Every site has some kind of admin panel. I see this like a phpMyAdmin on asteroids for rack apps.<p>Definitely interesting.
评论 #2802829 未加载
评论 #2803962 未加载
评论 #2802715 未加载
ghayesalmost 14 years ago
It's sweet to see internet browsers opening up for development within themselves. We can surely do this securely with some amount of effort. I'd love to see a world without the need for Eclipse / Aptana.
hemancusoalmost 14 years ago
This seems like a boon for anyone trying to develop and debug issues on Heroku