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.

Fredit: Let collaborators edit your Rails front-end through the web browser

49 pointsby jsavimbiover 13 years ago

6 comments

xutopiaover 13 years ago
The amount of times I edit my CSS right from the browser console and then copy it over manually to the SASS file would make something like this for SASS totally amazing.
评论 #3158939 未加载
Mizzaover 13 years ago
Dan Choi - you're unstoppable!
tjriley82over 13 years ago
This seems like an awful lot of work to solve a really small problem - that your front end developer doesn’t have a working Ruby installation and is shy about using the command line. Just teach them. It won’t take long, they’ll learn something new and they’ll be able to use the correct tools for their job.
danmaz74over 13 years ago
This is an interesting idea. If only it was possible to make it wysiwyg... ;)
评论 #3159286 未加载
sgerrandover 13 years ago
the 'security' block should really be at the top of the README. lines like "fredit has rudimentary security features." just underline how much ruby needs perl's taint option.<p>while I could use the private 'secure_path' method in the fredits controller as a initial point where the gem could be improved, I think that it's better to just say 'do not use this' instead.<p>tjriley82's comment paraphrasing the "teach a man to fish" aphorism makes more sense to me.
a235over 13 years ago
well known pain, I did similar prototype a month ago to introspect templates in python/django: <a href="https://github.com/235/django-template-introspection" rel="nofollow">https://github.com/235/django-template-introspection</a> it shows for each html tag the templates which include it (processing chain) and corresponding views in python code that rendered them