[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Irb in Firefox tab

Marc Heiler

2/22/2007 12:21:00 AM

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

--
Posted via http://www.ruby-....

2 Answers

Lincoln Anderson

2/22/2007 12:40:00 AM

0

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

Marc Heiler wrote:
> 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 ;) 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.)
>
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....

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

Harold Hausman

2/22/2007 12:45:00 AM

0

On 2/22/07, Marc Heiler <shevegen@linuxmail.org> wrote:
> Irb in a firefox tab is on my todo list ;) 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/ohYeahIrbA...

hth,
-Harold