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.
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.
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.
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