From garethpriede at gmail.com Sun Aug 2 15:15:24 2009 From: garethpriede at gmail.com (Gareth Priede) Date: Sun, 2 Aug 2009 19:15:24 +0000 Subject: [ditz-talk] running sheila Message-ID: hi, can anyone assist in running sheila? I tried downloading sheila.rb from http://github.com/wmorgan/sheila/tree/master, then from where i downloaded it: $ camping sheila.rb !! trouble loading sheila: [MissingSourceFile] no such file to load -- camping/server /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:156:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:156:in `require' /home/gtp/temp/dixt/sheila.rb:8 /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:145:in `load_without_new_constant_marking' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:145:in `load' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:145:in `load' /usr/lib/ruby/gems/1.8/gems/camping-1.5.180/lib/camping/reloader.rb:61:in `load_app' /usr/lib/ruby/gems/1.8/gems/camping-1.5.180/lib/camping/reloader.rb:40:in `initialize' /usr/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:88:in `new' /usr/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:88 /usr/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:88:in `map!' /usr/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:88 /usr/bin/camping:19:in `load' /usr/bin/camping:19 ** No apps successfully loaded So clearly I'm not running it from the right place, I also tried cloning the ditz repo which i notice has it's own sheila.rb. however again i'm not sure how to get it going. thanks for any help. From garethpriede at gmail.com Mon Aug 3 01:41:20 2009 From: garethpriede at gmail.com (Gareth Priede) Date: Mon, 3 Aug 2009 07:41:20 +0200 Subject: [ditz-talk] running sheila In-Reply-To: <391a49da0908021506r754e2fffwcdee22fb80bee21d@mail.gmail.com> References: <391a49da0908021506r754e2fffwcdee22fb80bee21d@mail.gmail.com> Message-ID: thankyou, working now. From garethpriede at gmail.com Wed Aug 5 04:33:30 2009 From: garethpriede at gmail.com (Gareth Priede) Date: Wed, 5 Aug 2009 08:33:30 +0000 Subject: [ditz-talk] estimating time In-Reply-To: References: <1249033034-sup-9312@ganimoide> Message-ID: I've written a time-estimating plugin, can check-it-out from http://gitorious.org/~ploppy/ditz/ploppy-clone plugin name is issue-timeplanner and adds ditz time-left and ditz time-left-release. It seems to work ok, at least for what i want it to do. I updated the html output but didn't update sheila. If this is useful, I can make a push request into mainline, i'm not sure of the protocol for doing that. i'm not a ruby programmer so i doubt my code is up to scratch. From hhausman at gmail.com Sat Aug 15 15:37:57 2009 From: hhausman at gmail.com (Harold Hausman) Date: Sat, 15 Aug 2009 13:37:57 -0600 Subject: [ditz-talk] Fwd: is there a windows installer? In-Reply-To: References: <4573e0900908150057v15ccbc80o3af1f6e5b0736ae6@mail.gmail.com> Message-ID: On Sat, Aug 15, 2009 at 1:57 AM, linjie nie wrote: > Hi list: > I have not any knowledge on ruby, but really interested by ditz and > distributed issue tracking concept. I really want a try on this cool tool. > Could you guys please provide a windows installer?? Thanks very much. > Hi, Ditz is written in a language called Ruby. You need to install Ruby to use Ditz. A nice Windows 'one-click' installer of Ruby can be had from here: http://www.ruby-lang.org/en/downloads/ Once you've installed Ruby, installing Ditz is quite simple. You can use Ruby's package manager (gem) to install Ditz by typing the following command on the command line: gem install ditz Once that completes, you're ready to use Ditz. Try the commands: ditz help ditz init Hope that helps, -Harold