Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4000
| From | Brian Candler <b.candler@pobox.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Run time programming |
| Date | 2011-05-05 10:43 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <9fa9956046240c11f5caffd302a4ab27@ruby-forum.com> (permalink) |
| References | <4a3b01fe4541e66cacac809c4625a46b@ruby-forum.com> <BANLkTingGEBkPVcWWkyWyQNRqOk3saNVJA@mail.gmail.com> |
Robert K. wrote in post #996572: > $ ri eval And you might also want to think about who is entering that code and what it does: cautionary tale at http://www.ruby-doc.org/docs/ProgrammingRuby/html/taint.html So, re-implementing tryruby.org is not as simple as you might think. Look for the ruby sandbox gem. If only fully trusted users are entering data into this text box, then it's not a problem. -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Run time programming Karolis Juodele <zulupineapple@gmail.com> - 2011-05-04 05:39 -0500
Re: Run time programming Roger Pack <rogerpack2005@gmail.com> - 2011-05-04 05:58 -0500
Re: Run time programming Robert Klemme <shortcutter@googlemail.com> - 2011-05-04 05:58 -0500
Re: Run time programming Brian Candler <b.candler@pobox.com> - 2011-05-05 10:41 -0500
Re: Run time programming Brian Candler <b.candler@pobox.com> - 2011-05-05 10:43 -0500
Re: Run time programming Stu <stu@rubyprogrammer.net> - 2011-05-05 15:30 -0500
Re: Run time programming Josh Cheek <josh.cheek@gmail.com> - 2011-05-05 15:58 -0500
Re: Run time programming Stu <stu@rubyprogrammer.net> - 2011-05-07 15:57 -0500
Re: Run time programming Steve Klabnik <steve@steveklabnik.com> - 2011-05-07 16:07 -0500
csiph-web