Hi all, All this talk about integrating this app or that app with InstantRails has caused me to do a Horseshack-like "Ooh! Ooh!" How about getting Trac to play nice with IR? I''ve got Trac running fine using the Apache2Triad all-in-one WAMP system, http://www.apache2triad.com. However, I can''t help thinking I''m viotating DRY by having 2 WAMP systems running (worse, they cant be run concurrently). It looks like Trac needs Python plus a couple of extra libraries to run. It doesn''t sound too unreasonable to think that these can all be put into the InstantRails folder in keeping with the all-in-one philosophy. So, how ''bout it? How cool would it be to have an IDE, a project management system, *and* the app server available all in one package? I come seeking guidance, i.e. has anyone tried and/or succeeded in getting this setup to work. If no, I''d be happy to jump in and give it a shot. Figured I''d throw it out to you all first before I go reinventing the wheel. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/c7484ec5/attachment.htm
Instant Rails is only three months old and no one has tried this yet, so you are welcome to forge ahead. I can tell from your enthusiam, that Instant Rails 2.0 is really going to need a formal add-on or plug-in system. I want to keep the core Instant Rails focused and avoid the kitchen-sink mentality, but still allow for extensions (think of the Firefox model). Curt On 1/4/06, Paul Abbot <datapanix at gmail.com> wrote:> > Hi all, > > All this talk about integrating this app or that app with InstantRails has > caused me to do a Horseshack-like "Ooh! Ooh!" How about getting Trac to > play nice with IR? I''ve got Trac running fine using the Apache2Triad > all-in-one WAMP system, http://www.apache2triad.com. However, I can''t > help thinking I''m viotating DRY by having 2 WAMP systems running (worse, > they cant be run concurrently). It looks like Trac needs Python plus a > couple of extra libraries to run. It doesn''t sound too unreasonable to > think that these can all be put into the InstantRails folder in keeping with > the all-in-one philosophy. > > So, how ''bout it? How cool would it be to have an IDE, a project > management system, *and* the app server available all in one package? I > come seeking guidance, i.e. has anyone tried and/or succeeded in getting > this setup to work. If no, I''d be happy to jump in and give it a shot. > Figured I''d throw it out to you all first before I go reinventing the > wheel. > > Thanks. > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/d7ad8d6c/attachment.htm
On 1/4/06, Paul Abbot <datapanix at gmail.com> wrote:> > Hi all, > > All this talk about integrating this app or that app with InstantRails has > caused me to do a Horseshack-like "Ooh! Ooh!" How about getting Trac to > play nice with IR? I''ve got Trac running fine using the Apache2Triad > all-in-one WAMP system, http://www.apache2triad.com. However, I can''t > help thinking I''m viotating DRY by having 2 WAMP systems running (worse, > they cant be run concurrently). It looks like Trac needs Python plus a > couple of extra libraries to run. It doesn''t sound too unreasonable to > think that these can all be put into the InstantRails folder in keeping with > the all-in-one philosophy. >Given that Trac is Python based and Instant Rails is focused on Rails deployment I think it unlikely to expect Trac to come by default with Instant Rails anytime soon. That said, hopefully with 2.0 it will be easier for third parties to integrate software like Trac into the IR system, but that is all just talk at this stage. So, how ''bout it? How cool would it be to have an IDE, a project management> system, *and* the app server available all in one package? I come seeking > guidance, i.e. has anyone tried and/or succeeded in getting this setup to > work. If no, I''d be happy to jump in and give it a shot. Figured I''d throw > it out to you all first before I go reinventing the wheel. > > Thanks. > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > >-- ===Tanner Burson==tanner.burson at gmail.com http://tannerburson.com <---Might even work one day... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/c1701382/attachment-0001.htm
On 1/4/06, Tanner Burson <tanner.burson at gmail.com> wrote:> > > > On 1/4/06, Paul Abbot <datapanix at gmail.com> wrote: > > > > Hi all, > > > > All this talk about integrating this app or that app with InstantRails > > has caused me to do a Horseshack-like "Ooh! Ooh!" How about getting Trac to > > play nice with IR? I''ve got Trac running fine using the Apache2Triad > > all-in-one WAMP system, http://www.apache2triad.com. However, I can''t > > help thinking I''m viotating DRY by having 2 WAMP systems running (worse, > > they cant be run concurrently). It looks like Trac needs Python plus a > > couple of extra libraries to run. It doesn''t sound too unreasonable to > > think that these can all be put into the InstantRails folder in keeping with > > the all-in-one philosophy. > > > > Given that Trac is Python based and Instant Rails is focused on Rails > deployment I think it unlikely to expect Trac to come by default with > Instant Rails anytime soon. That said, hopefully with 2.0 it will be > easier for third parties to integrate software like Trac into the IR system, > but that is all just talk at this stage. >I''ve tried several times to get various people interested in writing a Trac clone in Rails, but so far no takers! :-( Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/ece0957b/attachment.htm
On 1/4/06, Curt Hibbs <curt.hibbs at gmail.com> wrote:> > On 1/4/06, Tanner Burson <tanner.burson at gmail.com> wrote: > > > > > > > > On 1/4/06, Paul Abbot < datapanix at gmail.com> wrote: > > > > > > Hi all, > > > > > > All this talk about integrating this app or that app with InstantRails > > > has caused me to do a Horseshack-like "Ooh! Ooh!" How about getting Trac to > > > play nice with IR? I''ve got Trac running fine using the Apache2Triad > > > all-in-one WAMP system, http://www.apache2triad.com. However, I can''t > > > help thinking I''m viotating DRY by having 2 WAMP systems running (worse, > > > they cant be run concurrently). It looks like Trac needs Python plus a > > > couple of extra libraries to run. It doesn''t sound too unreasonable to > > > think that these can all be put into the InstantRails folder in keeping with > > > the all-in-one philosophy. > > > > > > > Given that Trac is Python based and Instant Rails is focused on Rails > > deployment I think it unlikely to expect Trac to come by default with > > Instant Rails anytime soon. That said, hopefully with 2.0 it will be > > easier for third parties to integrate software like Trac into the IR system, > > but that is all just talk at this stage. > > > > I''ve tried several times to get various people interested in writing a > Trac clone in Rails, but so far no takers! :-(Well now that supposedly the Ruby bindings to Subversion have improved it might be a possible project. Not that I''m volunteering or anything ;) Curt> > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > >-- ===Tanner Burson==tanner.burson at gmail.com http://tannerburson.com <---Might even work one day... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/814294b3/attachment.htm
Curt Hibbs wrote:> Instant Rails is only three months old and no one > has tried this yet, so you are welcome to forge ahead. > > I can tell from your enthusiam, that Instant Rails 2.0 is > really going to need a formal add-on or plug-in system.[BW] What are the current testing capabilities / practices related to new releases? I''d be interested in learning more about contributing on that front.> I want to keep the core Instant Rails focused and avoid > the kitchen-sink mentality, but still allow for extensions > (think of the Firefox model).[BW] Is Firefox or Eclipse a more appropriate model? Or do you see them as roughly equivalent? Best regards, Bill
On 1/4/06, Bill Walton <bill.walton at charter.net> wrote:> > Curt Hibbs wrote: > > > Instant Rails is only three months old and no one > > has tried this yet, so you are welcome to forge ahead. > > > > I can tell from your enthusiam, that Instant Rails 2.0 is > > really going to need a formal add-on or plug-in system. > > [BW] What are the current testing capabilities / practices related to new > releases? I''d be interested in learning more about contributing on that > front. > > > I want to keep the core Instant Rails focused and avoid > > the kitchen-sink mentality, but still allow for extensions > > (think of the Firefox model). > > [BW] Is Firefox or Eclipse a more appropriate model? Or do you see them > as > roughly equivalent?I don''t know... this will require thought. I do know that, in typical agile style, I would want to do the simplest thing that works. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/38cd6cfe/attachment.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul Abbot wrote:> Hi all, > > All this talk about integrating this app or that app with InstantRails > has caused me to do a Horseshack-like "Ooh! Ooh!" How about getting > Trac to play nice with IR? I''ve got Trac running fine using theInstead of Trac, I''m planning on throwing some weight behind Collaboa: http://dev.collaboa.org/ - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDvC9rSIxC85HZHLMRAun9AJ4nOKV2wlOfGsrpfeRe3NBOxCzSWQCgiV0q F0xcutGW/p+uI61IErXDaRI=pniI -----END PGP SIGNATURE-----
On 1/4/06, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Paul Abbot wrote: > > Hi all, > > > > All this talk about integrating this app or that app with InstantRails > > has caused me to do a Horseshack-like "Ooh! Ooh!" How about getting > > Trac to play nice with IR? I''ve got Trac running fine using the > > Instead of Trac, I''m planning on throwing some weight behind Collaboa: > > http://dev.collaboa.org/ >Yeah... looks nice! Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/69911f1b/attachment.htm
> > Instead of Trac, I''m planning on throwing some weight behind Collaboa: > > > > http://dev.collaboa.org/ > > > > Yeah... looks nice![FH] I second that
On 1/4/06, Frank Hale <frankhale at gmail.com> wrote:> > > > Instead of Trac, I''m planning on throwing some weight behind Collaboa: > > > > > > http://dev.collaboa.org/ > > > > > > > Yeah... looks nice! > > [FH] I second thatAs do I; didn''t even know it existed, will look into it! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060104/bcac2b0e/attachment.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Curt Hibbs wrote:> http://dev.collaboa.org/ > > > Yeah... looks nice!It does. It''s still missing some things that seem rather important to me, but I hope to help fix it up, and maybe he''ll add some of my changes. :) It certainly seems to run better than trac, and so far it looks a little easier to understand... but maybe that''s just rails for ya. lol - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDvFw8SIxC85HZHLMRAix3AJ4s7i3tAA+PxHEsWAcUYRtupwGPJwCfa2Ti gY4eRXQFiqC4MeuBc5OhbVw=R5ZE -----END PGP SIGNATURE-----