Comment on Flask 0.7 Released (Python Web Framework)parentComments−cageface15yThe debugger is badass. I built a few simple sites with Flask year and it was the thing I wished most I could have in Rails.−draegtun15yFor Perl developers - The debugger has been ported to PSGI/Plack - http://blog.plackperl.org/2011/05/miyagawaplack-middleware-i...−maaku15yCan't help you with Rails, but in case you or anyone else didn't know the Django-Extensions app adds the Flask (Werkzeug) debugger to Django projects with the run_plus command.
Comments
The debugger is badass. I built a few simple sites with Flask year and it was the thing I wished most I could have in Rails.
For Perl developers - The debugger has been ported to PSGI/Plack - http://blog.plackperl.org/2011/05/miyagawaplack-middleware-i...
Can't help you with Rails, but in case you or anyone else didn't know the Django-Extensions app adds the Flask (Werkzeug) debugger to Django projects with the run_plus command.