Live data from Hacker News

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

blog.codegram.com

1–10 of 57 posts

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

#4
post #2

This is a very bad idea.

It is meant for development environments only. Nobody would risk putting a Ruby console in production :)

In fact, when using it with Rails, it is loaded only in development environment. With other frameworks you should take care of what middlewares you use in which environment.

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

#6
post #4
post #2

This is a very bad idea.

It is meant for development environments only. Nobody would risk putting a Ruby console in production :) In fact, when using it with Rails, it is loaded only in development environment. With other frameworks you should take care of what middlewares you use in which environment.

I would think long and hard about whether giving code execution privileges on your local machine to anyone who can convince you to click on a link is a good idea. Actually, this should not be either long or hard.

Edit to add: You don't even need to click on the link, you just need to view an image whose src I can manipulate. Ugh. Seriously: do not install on any environment anywhere.

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

#7
post #4
post #2

This is a very bad idea.

It is meant for development environments only. Nobody would risk putting a Ruby console in production :) In fact, when using it with Rails, it is loaded only in development environment. With other frameworks you should take care of what middlewares you use in which environment.

I think you can achieve the same thing using shellinabox. Take a look at http://blog.servermonitoringhq.com/posts/the_ultimate_web_ba...
Post reply on HN