Irb in Firefox tab

Hi,

I want to embed IRB in a Firefox tab. I know that its feasible as _why
has done so already, but the code was said to be too flawed to release
it to the wild public.

My question now is, as to how to realize it?

Irb in a firefox tab is on my todo list :wink: but unfortunately, I am not
sure how difficult it would be. I am not even sure where to start, any
pointers are welcome. (I dont care about fancy stuff, only about the
base functionality of having exactly an irb-like widget thing in a
firefox tab. And I am perfectly fine with it running only on my pc.)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Marc H. wrote:

pointers are welcome. (I dont care about fancy stuff, only about the
base functionality of having exactly an irb-like widget thing in a
firefox tab. And I am perfectly fine with it running only on my pc.)

Are you referring to a permanent add on that is dependent on a local run
of irb, or a server based instance of irb that is accessed over http?
Either should be fairly doable, itโ€™s just a matter of whether weโ€™re
talking a plugin or a web app.

Lincoln Anderson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF3OZNR8wmeqHdtdcRArYAAJ9kgyCWERkknCqiJOk2ee/sQykxaQCdGka7
T22a0mICSiuW1SVvqvDV0PI=
=VWOB
-----END PGP SIGNATURE-----

On 2/22/07, Marc H. [email protected] wrote:

Irb in a firefox tab is on my todo list :wink: but unfortunately, I am not
sure how difficult it would be. I am not even sure where to start, any
pointers are welcome. (I dont care about fancy stuff, only about the
base functionality of having exactly an irb-like widget thing in a
firefox tab. And I am perfectly fine with it running only on my pc.)

This may be the shortest path:
http://redhanded.hobix.com/inspect/ohYeahIrbApplet.html

hth,
-Harold