<?xml version="1.0" encoding="UTF-8"?>
<tickets type="array">
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2010-02-01T06:55:00-08:00</created-at>
    <creator-id type="integer">59056</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">49</number>
    <permalink>runtimeerror-use-allocinitxxx-to-instantiate-cocoa-object</permalink>
    <priority type="integer">145928</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>&quot;crash cocoa&quot;</tag>
    <title>RuntimeError: use alloc.initXXX' to instantiate Cocoa Object</title>
    <updated-at type="datetime">2010-02-01T06:55:04-08:00</updated-at>
    <user-id type="integer">59056</user-id>
    <user-name>Joey A</user-name>
    <creator-name>Joey A</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/49</url>
    <original-body>Installing from source on Leopard:

Building and installing succeeds, but when starting nub in a git repository, nothing opens. I see messages like &quot;use 'alloc.initXXX' to instantiate Cocoa Object&quot; in syslog and can see the more complete message if I run &quot;rake run&quot;:

(in /Users/joey/tools/gitnub)
=== BUILDING NATIVE TARGET GitNub OF PROJECT GitNub WITH CONFIGURATION Release ===

Checking Dependencies...
** BUILD SUCCEEDED **
&quot;build/Release/GitNub.app/Contents/MacOS/GitNub&quot;
2010-02-01 09:47:26.447 GitNub[43102:613] TreeController#awakeFromNib: RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object
	/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/TreeController.rb:42:in `awakeFromNib'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new': use 'alloc.initXXX' to instantiate Cocoa Object (RuntimeError)
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on'
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/TreeController.rb:42:in `awakeFromNib'
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23
rake aborted!
Command failed with status (1): [&quot;build/Release/GitNub.app/Contents/MacOS/G...]
/Users/joey/tools/gitnub/Rakefile:36
(See full trace by running task with --trace)</original-body>
    <latest-body>Installing from source on Leopard:

Building and installing succeeds, but when starting nub in a git repository, nothing opens. I see messages like &quot;use 'alloc.initXXX' to instantiate Cocoa Object&quot; in syslog and can see the more complete message if I run &quot;rake run&quot;:

(in /Users/joey/tools/gitnub)
=== BUILDING NATIVE TARGET GitNub OF PROJECT GitNub WITH CONFIGURATION Release ===

Checking Dependencies...
** BUILD SUCCEEDED **
&quot;build/Release/GitNub.app/Contents/MacOS/GitNub&quot;
2010-02-01 09:47:26.447 GitNub[43102:613] TreeController#awakeFromNib: RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object
	/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/TreeController.rb:42:in `awakeFromNib'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new': use 'alloc.initXXX' to instantiate Cocoa Object (RuntimeError)
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on'
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/TreeController.rb:42:in `awakeFromNib'
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23
rake aborted!
Command failed with status (1): [&quot;build/Release/GitNub.app/Contents/MacOS/G...]
/Users/joey/tools/gitnub/Rakefile:36
(See full trace by running task with --trace)</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Installing from source on Leopard:&lt;/p&gt;
&lt;p&gt;Building and installing succeeds, but when starting nub in a git
repository, nothing opens. I see messages like &quot;use 'alloc.initXXX'
to instantiate Cocoa Object&quot; in syslog and can see the more
complete message if I run &quot;rake run&quot;:&lt;/p&gt;
&lt;p&gt;(in /Users/joey/tools/gitnub) === BUILDING NATIVE TARGET GitNub
OF PROJECT GitNub WITH CONFIGURATION Release ===&lt;/p&gt;
&lt;p&gt;Checking Dependencies...&lt;br&gt;
&lt;strong&gt;BUILD SUCCEEDED&lt;/strong&gt;
&quot;build/Release/GitNub.app/Contents/MacOS/GitNub&quot; 2010-02-01
09:47:26.447 GitNub[43102:613] TreeController#awakeFromNib:
RuntimeError: use 'alloc.initXXX' to instantiate Cocoa
Object&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new'
/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on'
/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/TreeController.rb:42:in `awakeFromNib'
/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
/Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in
&lt;code&gt;new': use 'alloc.initXXX' to instantiate Cocoa Object
(RuntimeError)&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on'
from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/TreeController.rb:42:in `awakeFromNib'
from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
from /Users/joey/tools/gitnub/build/Release/GitNub.app/Contents/Resources/rb_main.rb:23&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;rake aborted!&lt;br&gt;
Command failed with status (1):
[&quot;build/Release/GitNub.app/Contents/MacOS/G...]&lt;br&gt;
/Users/joey/tools/gitnub/Rakefile:36 (See full trace by running
task with --trace)&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer" nil="true"></assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-12-12T07:52:54-08:00</created-at>
    <creator-id type="integer">12926</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">48</number>
    <permalink>can-you-do-binary-releases</permalink>
    <priority type="integer">145884</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Can you do binary releases?</title>
    <updated-at type="datetime">2010-01-20T14:56:42-08:00</updated-at>
    <user-id type="integer">83408</user-id>
    <user-name>Kevin Cannon</user-name>
    <creator-name>J. Pablo Fernandez</creator-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/48</url>
    <original-body>Can you please do binary releases, that is, releasing and easily installable .app file?</original-body>
    <latest-body>Can you please do binary releases, that is, releasing and easily installable .app file?</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Can you please do binary releases, that is, releasing and easily
installable .app file?&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-11-11T10:49:54-08:00</created-at>
    <creator-id type="integer">76238</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">47</number>
    <permalink>crash-at-start</permalink>
    <priority type="integer">145927</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>crash</tag>
    <title>Crash at start</title>
    <updated-at type="datetime">2010-01-05T18:39:13-08:00</updated-at>
    <user-id type="integer">31483</user-id>
    <user-name>Ravi</user-name>
    <creator-name>Juan Falgueras</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/47</url>
    <original-body>Finder opening doesn't work&#8230;

Opening in Terminal

 $ pwd
/Applications/GitNub.app/Contents/MacOS
 $ GitNub 
2009-11-11 19:44:48.102 GitNub[9112:903] TexturedWindow#initWithContentRect_styleMask_backing_defer: NameError: uninitialized constant TexturedWindow::NSMinYEdge
	/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing'
	/Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer'
	/Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	/Applications/GitNub.app/Contents/Resources/rb_main.rb:23
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing': uninitialized constant TexturedWindow::NSMinYEdge (NameError)
	from /Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer'
	from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23</original-body>
    <latest-body>Finder opening doesn't work&#8230;

Opening in Terminal

 $ pwd
/Applications/GitNub.app/Contents/MacOS
 $ GitNub 
2009-11-11 19:44:48.102 GitNub[9112:903] TexturedWindow#initWithContentRect_styleMask_backing_defer: NameError: uninitialized constant TexturedWindow::NSMinYEdge
	/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing'
	/Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer'
	/Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	/Applications/GitNub.app/Contents/Resources/rb_main.rb:23
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing': uninitialized constant TexturedWindow::NSMinYEdge (NameError)
	from /Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer'
	from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
	from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;Finder opening doesn't work&amp;#8230;&lt;/p&gt;
&lt;p&gt;Opening in Terminal&lt;/p&gt;
&lt;p&gt;$ pwd /Applications/GitNub.app/Contents/MacOS $ GitNub
2009-11-11 19:44:48.102 GitNub[9112:903]
TexturedWindow#initWithContentRect_styleMask_backing_defer:
NameError: uninitialized constant
TexturedWindow::NSMinYEdge&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing'
/Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer'
/Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
/Applications/GitNub.app/Contents/Resources/rb_main.rb:23&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in
&lt;code&gt;const_missing': uninitialized constant
TexturedWindow::NSMinYEdge (NameError)&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;from /Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer'
from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain'
from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">4</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-03-31T08:53:03-07:00</created-at>
    <creator-id type="integer">3</creator-id>
    <milestone-due-on type="datetime">2008-05-01T00:00:00-07:00</milestone-due-on>
    <milestone-id type="integer">8277</milestone-id>
    <number type="integer">10</number>
    <permalink>easier-navigation-of-file-list</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>@featurerequest</tag>
    <title>Easier Navigation of File List</title>
    <updated-at type="datetime">2009-12-18T14:04:54-08:00</updated-at>
    <user-id type="integer">3</user-id>
    <user-name>Justin Palmer</user-name>
    <creator-name>Justin Palmer</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/10</url>
    <milestone-title>1.0 (Clio)</milestone-title>
    <original-body>I think this relates to #6, but I'm also thinking about doing something else here.  Basically if your commit changed and/or added a bunch of files, it's really hard to navigate those files.

Some options might be
* Find as you type file names (go to the proper diff block)
* Some type of &quot;Back to top&quot; arrow that'll scroll you back to the top of the WebView.
* Some quick autocomplete dialog (e.g. TextMate's &amp;#x2318; t)</original-body>
    <latest-body>I think this relates to #6, but I'm also thinking about doing something else here.  Basically if your commit changed and/or added a bunch of files, it's really hard to navigate those files.

Some options might be
* Find as you type file names (go to the proper diff block)
* Some type of &quot;Back to top&quot; arrow that'll scroll you back to the top of the WebView.
* Some quick autocomplete dialog (e.g. TextMate's &amp;#x2318; t)</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
I think this relates to &lt;a href=&quot;/projects/8791/tickets/6&quot; title=&quot;Ticket #6&quot;&gt;#6&lt;/a&gt;, but I'm also thinking about doing something else here.  Basically if your commit changed and/or added a bunch of files, it's really hard to navigate those files.
&lt;/p&gt;&lt;p&gt;
Some options might be
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
Find as you type file names (go to the proper diff block)
&lt;/li&gt;&lt;li&gt;
Some type of &quot;Back to top&quot; arrow that'll scroll you back to the top of the WebView.
&lt;/li&gt;&lt;li&gt;
Some quick autocomplete dialog (e.g. TextMate's &amp;#x2318; t)
&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">77</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-09-07T23:52:59-07:00</created-at>
    <creator-id type="integer">69015</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">39</number>
    <permalink>ttttttttttt</permalink>
    <priority type="integer">98115</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>ttttttttttt</title>
    <updated-at type="datetime">2009-09-07T23:53:05-07:00</updated-at>
    <user-id type="integer">69015</user-id>
    <user-name>ssh123</user-name>
    <creator-name>ssh123</creator-name>
    <assigned-user-name>Will Duncan</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/39</url>
    <original-body>ttttttttttttttttttttttttttt</original-body>
    <latest-body>ttttttttttttttttttttttttttt</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;ttttttttttttttttttttttttttt&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-07-21T10:18:44-07:00</created-at>
    <creator-id type="integer">23667</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">38</number>
    <permalink>version-091-crashes-on-launch-from-nub-command</permalink>
    <priority type="integer">96830</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>crash launching rubycocoa</tag>
    <title>Version 0.9.1 crashes on launch from nub command</title>
    <updated-at type="datetime">2009-07-21T10:18:46-07:00</updated-at>
    <user-id type="integer">23667</user-id>
    <user-name>Brian Landau</user-name>
    <creator-name>Brian Landau</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/38</url>
    <original-body>I found this error in the console log: `ApplicationController#awakeFromNib: SystemStackError: stack level too deep`  
Happens in `/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_attachments.rb`

In a call that originates from:

     /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:55:in 'awakeFromNib'</original-body>
    <latest-body>I found this error in the console log: `ApplicationController#awakeFromNib: SystemStackError: stack level too deep`  
Happens in `/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_attachments.rb`

In a call that originates from:

     /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:55:in 'awakeFromNib'</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I found this error in the console log:
&lt;code&gt;ApplicationController#awakeFromNib: SystemStackError: stack
level too deep&lt;/code&gt;&lt;br&gt;
Happens in
&lt;code&gt;/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_attachments.rb&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;In a call that originates from:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt; /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:55:in 'awakeFromNib'
&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-04-30T17:37:53-07:00</created-at>
    <creator-id type="integer">146</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">37</number>
    <permalink>rubycocoa-load-bug</permalink>
    <priority type="integer">96829</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>crash launching</tag>
    <title>RubyCocoa Load bug?</title>
    <updated-at type="datetime">2009-04-30T17:57:59-07:00</updated-at>
    <user-id type="integer">146</user-id>
    <user-name>James Cox</user-name>
    <creator-name>James Cox</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/37</url>
    <original-body>not sure which this is related to- but is a pain none the less.


Warning 30/04/2009 17:33:19 com.apple.launchd[66] ([0x0-0x277277].com.alternateidea.rubycocoa.GitNubApp[8130]) Exited with exit code: 1 
Warning 30/04/2009 17:33:42 GitNub[8221] RBCocoaInstallRubyThreadSchedulerHooks: couldn't find autoreleasePool ivar 
Warning 30/04/2009 17:33:42 GitNub[8221] ApplicationController#awakeFromNib: RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object 
Warning 30/04/2009 17:33:42 GitNub[8221] ApplicationController#awakeFromNib: RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:68:in `awakeFromNib' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221] /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new': use 'alloc.initXXX' to instantiate Cocoa Object (RuntimeError) 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:68:in `awakeFromNib' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
Warning 30/04/2009 17:33:42 com.apple.launchd[66] ([0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]) Exited with exit code: 1</original-body>
    <latest-body>not sure which this is related to- but is a pain none the less.


Warning 30/04/2009 17:33:19 com.apple.launchd[66] ([0x0-0x277277].com.alternateidea.rubycocoa.GitNubApp[8130]) Exited with exit code: 1 
Warning 30/04/2009 17:33:42 GitNub[8221] RBCocoaInstallRubyThreadSchedulerHooks: couldn't find autoreleasePool ivar 
Warning 30/04/2009 17:33:42 GitNub[8221] ApplicationController#awakeFromNib: RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object 
Warning 30/04/2009 17:33:42 GitNub[8221] ApplicationController#awakeFromNib: RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:68:in `awakeFromNib' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221] /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in `new': use 'alloc.initXXX' to instantiate Cocoa Object (RuntimeError) 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in `on' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:68:in `awakeFromNib' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
Notice 30/04/2009 17:33:42 [0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
Warning 30/04/2009 17:33:42 com.apple.launchd[66] ([0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]) Exited with exit code: 1</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;not sure which this is related to- but is a pain none the
less.&lt;/p&gt;
&lt;p&gt;Warning 30/04/2009 17:33:19 com.apple.launchd&lt;a href=&quot;%5B0x0-0x277277%5D.com.alternateidea.rubycocoa.GitNubApp%5B8130%5D&quot;&gt;66&lt;/a&gt;
Exited with exit code: 1 Warning 30/04/2009 17:33:42 GitNub[8221]
RBCocoaInstallRubyThreadSchedulerHooks: couldn't find
autoreleasePool ivar Warning 30/04/2009 17:33:42 GitNub[8221]
ApplicationController#awakeFromNib: RuntimeError: use
'alloc.initXXX' to instantiate Cocoa Object Warning 30/04/2009
17:33:42 GitNub[8221] ApplicationController#awakeFromNib:
RuntimeError: use 'alloc.initXXX' to instantiate Cocoa Object
Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]
/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in
&lt;code&gt;new' Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]
/Applications/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in&lt;/code&gt;on'
Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]
/Applications/GitNub.app/Contents/Resources/ApplicationController.rb:68:in
&lt;code&gt;awakeFromNib' Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]
/Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in&lt;/code&gt;NSApplicationMain'
Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]
/Applications/GitNub.app/Contents/Resources/rb_main.rb:23 Notice
30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221]
/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:251:in
&lt;code&gt;new': use 'alloc.initXXX' to instantiate Cocoa Object
(RuntimeError) Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221] from
/Applications/GitNub.app/Contents/Resources/lib/osx_notify.rb:8:in&lt;/code&gt;on'
Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221] from
/Applications/GitNub.app/Contents/Resources/ApplicationController.rb:68:in
&lt;code&gt;awakeFromNib' Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221] from
/Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in&lt;/code&gt;NSApplicationMain'
Notice 30/04/2009 17:33:42
[0x0-0x279279].com.alternateidea.rubycocoa.GitNubApp[8221] from
/Applications/GitNub.app/Contents/Resources/rb_main.rb:23 Warning
30/04/2009 17:33:42 com.apple.launchd&lt;a href=&quot;%5B0x0-0x279279%5D.com.alternateidea.rubycocoa.GitNubApp%5B8221%5D&quot;&gt;66&lt;/a&gt;
Exited with exit code: 1&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-04-08T14:54:04-07:00</created-at>
    <creator-id type="integer">16711</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">12</number>
    <permalink>showing-branches-in-visual-tree-like-gitk</permalink>
    <priority type="integer">10098</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>@featurerequest</tag>
    <title>Showing branches in visual tree like gitk</title>
    <updated-at type="datetime">2009-04-23T06:36:33-07:00</updated-at>
    <user-id type="integer">15729</user-id>
    <user-name>triconium (at gmail)</user-name>
    <creator-name>Matthew Kanwisher</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/12</url>
    <original-body>The one feature thats missing from GitNub to completely switch is a way to visual merges between branches like in GitK</original-body>
    <latest-body>The one feature thats missing from GitNub to completely switch is a way to visual merges between branches like in GitK</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
The one feature thats missing from GitNub to completely switch is a way to visual merges between branches like in GitK
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-04-22T20:29:08-07:00</created-at>
    <creator-id type="integer">50354</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">36</number>
    <permalink>gitnub-fails-in-repos-with-spaces-in-their-path</permalink>
    <priority type="integer">96828</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>GitNub Fails in Repos With Spaces in Their Path</title>
    <updated-at type="datetime">2009-04-22T20:29:15-07:00</updated-at>
    <user-id type="integer">50354</user-id>
    <user-name>Alex Pretzlav</user-name>
    <creator-name>Alex Pretzlav</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/36</url>
    <original-body>If I execute
@@@ shell
 ~/School Now/169/feedback/coreapp alex$ nub
@@@
I get the following in console.log:

	4/22/09 8:23:29 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] sh: line 0: cd: /Users/alex/School: No such file or directory 
	4/22/09 8:23:29 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] sh: line 0: cd: /Users/alex/School: No such file or directory 
	4/22/09 8:23:38 PM GitNub[95323] InfoWindowController#awakeFromNib: NoMethodError: undefined method `git' for false:FalseClass 
	4/22/09 8:23:38 PM GitNub[95323] CommitsController#perform_utility_action: NoMethodError: undefined method `git' for false:FalseClass 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib': undefined method `git' for false:FalseClass (NoMethodError) 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
	4/22/09 8:23:38 PM com.apple.launchd[168] ([0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]) Exited with exit code: 1

However, if I
@@@ shell
~/School Now/169/feedback/coreapp alex$ cd ~/Desktop
~/Desktop alex$ ln -s ~/School\ Now/169/feedback/coreapp coreapp
~/Desktop alex$ cd coreapp
~/Desktop/coreapp alex$ nub
@@@

Then everything works splendidly.  I imagine the fix is fairly simple...</original-body>
    <latest-body>If I execute
@@@ shell
 ~/School Now/169/feedback/coreapp alex$ nub
@@@
I get the following in console.log:

	4/22/09 8:23:29 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] sh: line 0: cd: /Users/alex/School: No such file or directory 
	4/22/09 8:23:29 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] sh: line 0: cd: /Users/alex/School: No such file or directory 
	4/22/09 8:23:38 PM GitNub[95323] InfoWindowController#awakeFromNib: NoMethodError: undefined method `git' for false:FalseClass 
	4/22/09 8:23:38 PM GitNub[95323] CommitsController#perform_utility_action: NoMethodError: undefined method `git' for false:FalseClass 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib': undefined method `git' for false:FalseClass (NoMethodError) 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
	4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
	4/22/09 8:23:38 PM com.apple.launchd[168] ([0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]) Exited with exit code: 1

However, if I
@@@ shell
~/School Now/169/feedback/coreapp alex$ cd ~/Desktop
~/Desktop alex$ ln -s ~/School\ Now/169/feedback/coreapp coreapp
~/Desktop alex$ cd coreapp
~/Desktop/coreapp alex$ nub
@@@

Then everything works splendidly.  I imagine the fix is fairly simple...</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;If I execute&lt;/p&gt;


&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;
 ~/School Now/169/feedback/coreapp alex$ nub
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I get the following in console.log:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;4/22/09 8:23:29 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] sh: line 0: cd: /Users/alex/School: No such file or directory
4/22/09 8:23:29 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] sh: line 0: cd: /Users/alex/School: No such file or directory 
4/22/09 8:23:38 PM GitNub[95323] InfoWindowController#awakeFromNib: NoMethodError: undefined method `git' for false:FalseClass 
4/22/09 8:23:38 PM GitNub[95323] CommitsController#perform_utility_action: NoMethodError: undefined method `git' for false:FalseClass 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323] /Applications/GitNub.app/Contents/Resources/InfoWindowController.rb:23:in `awakeFromNib': undefined method `git' for false:FalseClass (NoMethodError) 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `ocm_send' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_wrapper.rb:50:in `method_missing' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/ApplicationController.rb:91:in `show_info_panel' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/CommitsController.rb:55:in `perform_utility_action' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' 
4/22/09 8:23:38 PM [0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]  from /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 
4/22/09 8:23:38 PM com.apple.launchd[168] ([0x0-0x6e06e].com.alternateidea.rubycocoa.GitNubApp[95323]) Exited with exit code: 1
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;However, if I&lt;/p&gt;


&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;
~/School Now/169/feedback/coreapp alex$ cd ~/Desktop
~/Desktop alex$ ln -s ~/School\ Now/169/feedback/coreapp coreapp
~/Desktop alex$ cd coreapp
~/Desktop/coreapp alex$ nub
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then everything works splendidly. I imagine the fix is fairly
simple...&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-03-11T14:42:36-07:00</created-at>
    <creator-id type="integer">50354</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">35</number>
    <permalink>rubycocoa-bus-error-on-start</permalink>
    <priority type="integer">90839</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>RubyCocoa Bus Error on Start</title>
    <updated-at type="datetime">2009-04-22T20:21:38-07:00</updated-at>
    <user-id type="integer">50354</user-id>
    <user-name>Alex Pretzlav</user-name>
    <creator-name>Alex Pretzlav</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/35</url>
    <original-body>OS X 10.5.6
As I understand it, I don't need to install RubyCocoa -- the version bundled with Leopard is recent enough, right?

When I launch GitNub from the command line I get
~/School Now/169/feedback alex$ nub
LSOpenFromURLSpec() failed with error -10810 for the file /Users/alex/School Now/169/feedback.

In Console I see:

3/11/09 2:08:16 PM [0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738] /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:157: [BUG] Bus Error 
3/11/09 2:08:16 PM [0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738] ruby 1.8.6 (2008-03-03) [universal-darwin9.0] 
3/11/09 2:08:26 PM com.apple.launchd[164] ([0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738]) Exited abnormally: Abort trap 

I have macports ruby installed, but I was careful to use /usr/bin/gem to install Open4 into the built in ruby.   If I bypass nub I get the same result:

$ open -b com.alternateidea.rubycocoa.GitNubApp .
LSOpenFromURLSpec() failed with error -10810 for the file /Users/alex/School Now/169/feedback.</original-body>
    <latest-body>OS X 10.5.6
As I understand it, I don't need to install RubyCocoa -- the version bundled with Leopard is recent enough, right?

When I launch GitNub from the command line I get
~/School Now/169/feedback alex$ nub
LSOpenFromURLSpec() failed with error -10810 for the file /Users/alex/School Now/169/feedback.

In Console I see:

3/11/09 2:08:16 PM [0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738] /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:157: [BUG] Bus Error 
3/11/09 2:08:16 PM [0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738] ruby 1.8.6 (2008-03-03) [universal-darwin9.0] 
3/11/09 2:08:26 PM com.apple.launchd[164] ([0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738]) Exited abnormally: Abort trap 

I have macports ruby installed, but I was careful to use /usr/bin/gem to install Open4 into the built in ruby.   If I bypass nub I get the same result:

$ open -b com.alternateidea.rubycocoa.GitNubApp .
LSOpenFromURLSpec() failed with error -10810 for the file /Users/alex/School Now/169/feedback.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;OS X 10.5.6 As I understand it, I don't need to install
RubyCocoa -- the version bundled with Leopard is recent enough,
right?&lt;/p&gt;
&lt;p&gt;When I launch GitNub from the command line I get ~/School
Now/169/feedback alex$ nub LSOpenFromURLSpec() failed with error
-10810 for the file /Users/alex/School Now/169/feedback.&lt;/p&gt;
&lt;p&gt;In Console I see:&lt;/p&gt;
&lt;p&gt;3/11/09 2:08:16 PM
[0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738]
/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:157:
[BUG] Bus Error 3/11/09 2:08:16 PM
[0x0-0x21021].com.alternateidea.rubycocoa.GitNubApp[738] ruby 1.8.6
(2008-03-03) [universal-darwin9.0] 3/11/09 2:08:26 PM
com.apple.launchd&lt;a href=&quot;%5B0x0-0x21021%5D.com.alternateidea.rubycocoa.GitNubApp%5B738%5D&quot;&gt;164&lt;/a&gt;
Exited abnormally: Abort trap&lt;/p&gt;
&lt;p&gt;I have macports ruby installed, but I was careful to use
/usr/bin/gem to install Open4 into the built in ruby. If I bypass
nub I get the same result:&lt;/p&gt;
&lt;p&gt;$ open -b com.alternateidea.rubycocoa.GitNubApp .
LSOpenFromURLSpec() failed with error -10810 for the file
/Users/alex/School Now/169/feedback.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer" nil="true"></assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-08-21T10:33:15-07:00</created-at>
    <creator-id type="integer">29667</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">26</number>
    <permalink>fast-scrolling-through-commits-crashes-gitnub</permalink>
    <priority type="integer">24375</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>error</tag>
    <title>Fast scrolling through commits crashes gitnub</title>
    <updated-at type="datetime">2009-01-17T04:18:52-08:00</updated-at>
    <user-id type="integer">44009</user-id>
    <user-name>Andrew Erickson</user-name>
    <creator-name>Philipp Schmid</creator-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/26</url>
    <original-body>If you have a commit selected and you use the curser keys to scroll up and down, gitnub crashes.</original-body>
    <latest-body>If you have a commit selected and you use the curser keys to scroll up and down, gitnub crashes.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;If you have a commit selected and you use the curser keys to scroll up and down, gitnub crashes.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2009-01-15T11:21:29-08:00</created-at>
    <creator-id type="integer">15820</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">34</number>
    <permalink>feature-wish-show-uncommited-changes-at-the-top</permalink>
    <priority type="integer">43856</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Feature wish: Show uncommited changes at the top</title>
    <updated-at type="datetime">2009-01-15T11:21:31-08:00</updated-at>
    <user-id type="integer">15820</user-id>
    <user-name>ahaller</user-name>
    <creator-name>ahaller</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/34</url>
    <original-body>The only thing missing on nub is that is does not show the uncommitted changes of the current repo. 
Just like gitk does it would be very nice. Just show the uncommited changes at the top of the list (but in that nice nub style).

Thank you.</original-body>
    <latest-body>The only thing missing on nub is that is does not show the uncommitted changes of the current repo. 
Just like gitk does it would be very nice. Just show the uncommited changes at the top of the list (but in that nice nub style).

Thank you.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;The only thing missing on nub is that is does not show the
uncommitted changes of the current repo. Just like gitk does it
would be very nice. Just show the uncommited changes at the top of
the list (but in that nice nub style).&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-11-10T05:47:14-08:00</created-at>
    <creator-id type="integer">944</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">33</number>
    <permalink>crash-with-commits-with-no-message</permalink>
    <priority type="integer">33853</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Crash with commits with no message</title>
    <updated-at type="datetime">2008-11-10T06:36:17-08:00</updated-at>
    <user-id type="integer">944</user-id>
    <user-name>Erin Staniland</user-name>
    <creator-name>Erin Staniland</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/33</url>
    <original-body>I've imported an old svn repository into git and some of the commits have a blank commit message. When I view these commits in GitNub it crashes instantly.

Just thought I'd let you know. It's quite an edge case as git only allows commits with messages.</original-body>
    <latest-body>I've imported an old svn repository into git and some of the commits have a blank commit message. When I view these commits in GitNub it crashes instantly.

Just thought I'd let you know. It's quite an edge case as git only allows commits with messages.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I've imported an old svn repository into git and some of the
commits have a blank commit message. When I view these commits in
GitNub it crashes instantly.&lt;/p&gt;
&lt;p&gt;Just thought I'd let you know. It's quite an edge case as git
only allows commits with messages.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-10-15T11:40:17-07:00</created-at>
    <creator-id type="integer">34722</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">31</number>
    <permalink>start-error</permalink>
    <priority type="integer">33850</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>open</state>
    <tag>launching</tag>
    <title>Start error</title>
    <updated-at type="datetime">2008-11-03T13:53:36-08:00</updated-at>
    <user-id type="integer">36079</user-id>
    <user-name>Alexis</user-name>
    <creator-name>r13</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/31</url>
    <original-body>When i try to start GitNub for a first time (from console, using nub script), I got:

 LSGetApplicationForInfo() failed with error -10814 while trying to determine the application with bundle identifier com.alternateidea.rubycocoa.GitNubApp.

My GitNub.app is on my /Applications folder</original-body>
    <latest-body>When i try to start GitNub for a first time (from console, using nub script), I got:

 LSGetApplicationForInfo() failed with error -10814 while trying to determine the application with bundle identifier com.alternateidea.rubycocoa.GitNubApp.

My GitNub.app is on my /Applications folder</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;When i try to start GitNub for a first time (from console, using
nub script), I got:&lt;/p&gt;
&lt;p&gt;LSGetApplicationForInfo() failed with error -10814 while trying
to determine the application with bundle identifier
com.alternateidea.rubycocoa.GitNubApp.&lt;/p&gt;
&lt;p&gt;My GitNub.app is on my /Applications folder&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-10-24T05:35:47-07:00</created-at>
    <creator-id type="integer">35536</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">32</number>
    <permalink>make-it-possible-to-open-a-git-clone-from-finder</permalink>
    <priority type="integer">33851</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Make it possible to open a git clone from finder</title>
    <updated-at type="datetime">2008-10-24T05:35:48-07:00</updated-at>
    <user-id type="integer">35536</user-id>
    <user-name>Damien Pollet</user-name>
    <creator-name>Damien Pollet</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/32</url>
    <original-body>By right-click/open with, or drag-n-drop to gitnub's icon or window&#8230;

NB. GitX registers as the editor for *.git folders, so double-clicking the folder opens it in GitX, but then you have to use &quot;show package contents&quot; to browse from the finder&#8230; http://gitx.lighthouseapp.com/projects/17830-gitx/tickets/19</original-body>
    <latest-body>By right-click/open with, or drag-n-drop to gitnub's icon or window&#8230;

NB. GitX registers as the editor for *.git folders, so double-clicking the folder opens it in GitX, but then you have to use &quot;show package contents&quot; to browse from the finder&#8230; http://gitx.lighthouseapp.com/projects/17830-gitx/tickets/19</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;By right-click/open with, or drag-n-drop to gitnub's icon or
window&amp;#8230;&lt;/p&gt;
&lt;p&gt;NB. GitX registers as the editor for *.git folders, so
double-clicking the folder opens it in GitX, but then you have to
use &quot;show package contents&quot; to browse from the finder&amp;#8230;
&lt;a href=&quot;http://gitx.lighthouseapp.com/projects/17830-gitx/tickets/19&quot;&gt;http://gitx.lighthouseapp.com/pr...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-08-23T12:09:59-07:00</created-at>
    <creator-id type="integer">21493</creator-id>
    <milestone-due-on type="datetime" nil="true"></milestone-due-on>
    <milestone-id type="integer" nil="true"></milestone-id>
    <number type="integer">28</number>
    <permalink>some-markup-for-commit-messages</permalink>
    <priority type="integer">24923</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>@featurerequest gui</tag>
    <title>Some Markup For Commit Messages </title>
    <updated-at type="datetime">2008-08-23T12:09:59-07:00</updated-at>
    <user-id type="integer">21493</user-id>
    <user-name>Pascal</user-name>
    <creator-name>Pascal</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/28</url>
    <original-body>I usally include lists and url's in my commit messages (some kind of markdown markup) and would love to see GitNub display it a bit nicer. :)</original-body>
    <latest-body>I usally include lists and url's in my commit messages (some kind of markdown markup) and would love to see GitNub display it a bit nicer. :)</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;I usally include lists and url's in my commit messages (some kind of markdown markup) and would love to see GitNub display it a bit nicer. :)&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-04-27T23:23:04-07:00</created-at>
    <creator-id type="integer">3</creator-id>
    <milestone-due-on type="datetime">2008-05-01T00:00:00-07:00</milestone-due-on>
    <milestone-id type="integer">8277</milestone-id>
    <number type="integer">18</number>
    <permalink>drag-drop-operations-from-github-etc</permalink>
    <priority type="integer">2</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag>@ideas</tag>
    <title>Drag/Drop operations from GitHub, etc.</title>
    <updated-at type="datetime">2008-05-01T14:52:31-07:00</updated-at>
    <user-id type="integer">7145</user-id>
    <user-name>Tim Dysinger</user-name>
    <creator-name>Justin Palmer</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/18</url>
    <milestone-title>1.0 (Clio)</milestone-title>
    <original-body>I was thinking of some cool ideas to make my life easier when working with GitHub (or Gitorious?).  The idea is to remove the utility work that's required when you receive a pull request.  So, if you get a pull request and drag the git url to GitNub, GitNub will ask if you want to create a branch for this repo and pull.  It will perform these actions and swap to your shiny new branch.

Still uncertain if this is even possible, but I wanted to take down the idea before I forgot.</original-body>
    <latest-body>I was thinking of some cool ideas to make my life easier when working with GitHub (or Gitorious?).  The idea is to remove the utility work that's required when you receive a pull request.  So, if you get a pull request and drag the git url to GitNub, GitNub will ask if you want to create a branch for this repo and pull.  It will perform these actions and swap to your shiny new branch.

Still uncertain if this is even possible, but I wanted to take down the idea before I forgot.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
I was thinking of some cool ideas to make my life easier when working with GitHub (or Gitorious?).  The idea is to remove the utility work that's required when you receive a pull request.  So, if you get a pull request and drag the git url to GitNub, GitNub will ask if you want to create a branch for this repo and pull.  It will perform these actions and swap to your shiny new branch.
&lt;/p&gt;&lt;p&gt;
Still uncertain if this is even possible, but I wanted to take down the idea before I forgot.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-03-20T19:48:41-07:00</created-at>
    <creator-id type="integer">3</creator-id>
    <milestone-due-on type="datetime">2008-04-15T00:00:00-07:00</milestone-due-on>
    <milestone-id type="integer">8276</milestone-id>
    <number type="integer">6</number>
    <permalink>better-keyboard-navigation-of-the-commit-list</permalink>
    <priority type="integer">3</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>open</state>
    <tag>@featurerequest</tag>
    <title>Better keyboard navigation of the commit list</title>
    <updated-at type="datetime">2008-03-20T19:55:45-07:00</updated-at>
    <user-id type="integer">3</user-id>
    <user-name>Justin Palmer</user-name>
    <creator-name>Justin Palmer</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/6</url>
    <milestone-title>0.9 (Euterpe)</milestone-title>
    <original-body>Should have some way to change commits and to scroll without having to switch the &#8216;active&#8217; pane, perhaps &#8593;/&#8595; should switch commits and page up/down could scroll. Also spacebar currently scrolls the window, it should work with either pane active and should switch to the next commit once fully scrolled down.</original-body>
    <latest-body>Should have some way to change commits and to scroll without having to switch the &#8216;active&#8217; pane, perhaps &#8593;/&#8595; should switch commits and page up/down could scroll. Also spacebar currently scrolls the window, it should work with either pane active and should switch to the next commit once fully scrolled down.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
Should have some way to change commits and to scroll without having to switch the &#8216;active&#8217; pane, perhaps &#8593;/&#8595; should switch commits and page up/down could scroll. Also spacebar currently scrolls the window, it should work with either pane active and should switch to the next commit once fully scrolled down.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
  <ticket>
    <assigned-user-id type="integer">3</assigned-user-id>
    <attachments-count type="integer">0</attachments-count>
    <closed type="boolean">false</closed>
    <created-at type="datetime">2008-03-20T19:34:33-07:00</created-at>
    <creator-id type="integer">3</creator-id>
    <milestone-due-on type="datetime">2008-04-15T00:00:00-07:00</milestone-due-on>
    <milestone-id type="integer">8276</milestone-id>
    <number type="integer">2</number>
    <permalink>periodically-check-for-updates</permalink>
    <priority type="integer">1</priority>
    <project-id type="integer">8791</project-id>
    <raw-data type="binary" nil="true" encoding="base64"></raw-data>
    <state>new</state>
    <tag nil="true"></tag>
    <title>Periodically check for updates</title>
    <updated-at type="datetime">2008-03-20T19:34:33-07:00</updated-at>
    <user-id type="integer">3</user-id>
    <user-name>Justin Palmer</user-name>
    <creator-name>Justin Palmer</creator-name>
    <assigned-user-name>Justin Palmer</assigned-user-name>
    <url>http://activereload.lighthouseapp.com/projects/8791/tickets/2</url>
    <milestone-title>0.9 (Euterpe)</milestone-title>
    <original-body>Check for commit updates periodically without the need to manually refresh.</original-body>
    <latest-body>Check for commit updates periodically without the need to manually refresh.</latest-body>
    <original-body-html>&lt;div&gt;&lt;p&gt;
Check for commit updates periodically without the need to manually refresh.
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  </ticket>
</tickets>
