<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Tracks</title>
    <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.rousette.org.uk/projects/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:rousette.org.uk,2008:12:01</id>


    <entry>
      <title>public Tracks Tra.in installation</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/19/" />      
      <id>tag:rousette.org.uk,2006:projects/forums/viewthread/.19</id>
      <published>2006-07-16T20:10:07Z</published>
      <updated></updated>
      <author><name>chris</name></author>
      <content type="html">
      <![CDATA[
        <p>hi bsag&#8212;thanks so much for Tracks!&nbsp; i&#8217;ve been really happy with it since installing it last week.</p>

<p>i started out with the Mac/Locomotive method at first, but then wanted to access it from anywhere&#8212;so i put it up on <a href="http://tracks.tra.in">http://tracks.tra.in</a> and told all my non-techie friends about it.&nbsp; it&#8217;s open/free for all, especially those who wouldn&#8217;t otherwise install it themselves.</p>

<p>based on their feedback, i&#8217;ve been tweaking small interface elements just a bit (like using the context/project name instead of &#8220;[C]&#8220; or &#8220;[P]&#8220; in item view) and hacked it to allow open signups.&nbsp; i&#8217;m also working on an (optional) &#8220;gmail-esque&#8221; layout.&nbsp; though Tracks is already so elegant and simple&#8212;i don&#8217;t want to spoil it.</p>

<p>but i hope this is all OK with you&#8212;i&#8217;ll send patches of the tweaks, though they&#8217;re currently pretty small.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Tracks using SSL</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/282/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.282</id>
      <published>2008-10-05T19:04:27Z</published>
      <updated></updated>
      <author><name>rudedog830</name></author>
      <content type="html">
      <![CDATA[
        <p>Has anyone installed Tracks with SSL.&nbsp; My installation is on a hosted site and I would prefer to have SSL implemented.&nbsp; I do not want to implement it for my entire domain, just for the Tracks application.&nbsp; Comments or suggestions would be appreciated.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to install Tracks on a Cpanel / WHM server&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/250/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.250</id>
      <published>2008-07-20T04:36:57Z</published>
      <updated></updated>
      <author><name>Chronic Infoholic</name></author>
      <content type="html">
      <![CDATA[
        <p>I hope someone can answer my question or provide so tip to guide me on installing Tracks on my cPanel / WHM based virtual private server.</p>

<p>I have full root access to this server so I can install whatever I like.</p>

<p>The version of the OS, cPanel  and WHM are:</p>

<p>- CENTOS Enterprise 4.6 i686 on virtuozzo - WHM X v3.1.0<br />
- WHM 11.23.2<br />
- cPanel 11.23.4-S26138</p>

<p>The cPanel server is running Apache 2.2.8 with FastCGI implemented</p>

<p>I have installed Ruby on Rail using these instructions:</p>

<p><a href="http://www.cpanel.net/docs/ror/index.html">http://www.cpanel.net/docs/ror/index.html</a></p>

<p>Everything appeared to complete successfully. Ruby is version 1.8.7 and Gem is version 1.2.0.</p>

<p>I have installed Tracks using the instructions on this page:</p>

<p><a href="http://www.rousette.org.uk/projects/manual/index#signup_install">http://www.rousette.org.uk/projects/manual/index#signup_install</a></p>

<p>The Tracks configuration files were edited. The MySQL DB was successfully created and the !# line dispatch.* files were edited so that is pointed to the correct location of the dispatch.rb file:</p>

<p>#!/usr/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/dispatcher</p>

<p>The Tracks software is installed in the following directory:</p>

<p>/home/username/public_html/tracks-1.6/</p>

<p>I have created a symbolic link called &#8216;tracks&#8217; which points to:</p>

<p>/home/username/public_html/tracks-1.6/public</p>

<p>I have set up a sub-domain called &#8216;tracks.mydomain.com&#8217; and made the appropriate DNS entry changes.</p>

<p>I went to the page &#8220;http://tracks.mydomain.com:3000/signup&#8221; and was able to create and account.</p>

<p>I then went to the page &#8220;http://tracks.mydomain.com:3000/login&#8221; and entered the credentials of the new account.&nbsp; I recevied the following error page.</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">Application&nbsp;error&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">Apache</span><span style="color: #007700">)<br /><br /></span><span style="color: #0000BB">Change&nbsp;this&nbsp;error&nbsp;message&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #0000BB">exceptions&nbsp;thrown&nbsp;outside&nbsp;of&nbsp;an&nbsp;action&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">like&nbsp;in&nbsp;Dispatcher&nbsp;setups&nbsp;</span><span style="color: #007700">or&nbsp;</span><span style="color: #0000BB">broken&nbsp;Ruby&nbsp;code</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">in&nbsp;</span><span style="color: #007700">public/</span><span style="color: #0000BB">500.html&nbsp;</span>
</span>
</code></div><p></p>

<p>Interestingly if I can use the mobile version of with the URL of <a href="http://tracks.mydomain.com:3000/mobile">http://tracks.mydomain.com:3000/mobile</a> I can login successfully and use all of the mobile functions.</p>

<p>I have a copy of the Tracks server log showing the errors generated but apparently I am unable to add it as an attachment to this post. If someone needs to see it please ask.</p>

<p>Thanks in advance to all who take the time to read my question and reply.</p>

<p>Regards,<br />
Steve</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Howto reset a user password&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/83/" />      
      <id>tag:rousette.org.uk,2006:projects/forums/viewthread/.83</id>
      <published>2006-10-26T01:41:36Z</published>
      <updated></updated>
      <author><name>cmontour</name></author>
      <content type="html">
      <![CDATA[
        <p>SUMMARY:</p>

<p>I need to reset my password!</p>

<p>GORY BACKGROUND:</p>

<p>I moved tracks from my home server to a Dreamhost account.&nbsp; I dumped my MySQL tracks db, uploaded it to Dreamhost, and reimported it.&nbsp; I then used instructions at <a href="http://www.javaconsulting.eu/">http://www.javaconsulting.eu/</a>.&nbsp; Everything is swell, I get the login screen, but I can&#8217;t login :)</p>

<p>I think I just need to reset the password.&nbsp; I am clueless on how the password encryption works.&nbsp; This is where my faith takes over.&nbsp; I&#8217;m thinking I can just do a SQL UPDATE on my row in the &#8216;users&#8217; table and reset the &#8216;password&#8217; and &#8216;word&#8217; field.&nbsp; But before I commit to breaking something, I thought I&#8217;d ask!</p>

<p>BTW, the production.log file reports the following when I try to login (if this is helpful):</p>

<p>Processing LoginController#login (for [snip_ip_address] at 2006-10-25 18:37:09) [P<br />
OST]<br />
&nbsp; Session ID: [snip_session_id]<br />
&nbsp; Parameters: &#123;&#8220;user_login&#8221;=&gt;&#8220;[snip_username]&#8220;, &#8220;action&#8221;=&gt;&#8220;login&#8221;, &#8220;controller&#8221;=&gt;&#8220;logi<br />
n&#8221;, &#8220;user_password&#8221;=&gt;&#8220;&#8221;, &#8220;login&#8221;=&gt;&#8220;Login \302\273&#8221;&#125;<br />
Rendering  within layouts/login<br />
Rendering login/login<br />
Completed in 0.00375 (266 reqs/sec) | Rendering: 0.00186 (49%) | DB: 0.00118 (3<br />
1%) | 200 OK [http://[snip_url]/login]</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Litespeed optimization</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/272/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.272</id>
      <published>2008-08-30T23:25:39Z</published>
      <updated></updated>
      <author><name>tomfowler</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello,</p>

<p>I moved over to a litespeed host because fcgi was leaving hanging processes and dispatch.cgi was just too slow.&nbsp; Some things that I read here led me to believe that litespeed was faster.&nbsp; So, I purchased some space at Steadfast.net and set up the application there.&nbsp; But, now the application is slower than it was on the old host using dispatch.cgi.&nbsp; And when I try to implement dispatch.fcgi, it just displays the dispatch.fcgi file in text format as the web page.</p>

<p>What can I do to speed up the application under litespeed?&nbsp; It is a vanilla version of tracks 1.6.&nbsp; What configuration files need to be changed?</p>

<p>Thanks in advance,</p>

<p>Tom</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Moving Tracks info from web host to personal computer&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/81/" />      
      <id>tag:rousette.org.uk,2006:projects/forums/viewthread/.81</id>
      <published>2006-10-21T13:41:07Z</published>
      <updated></updated>
      <author><name>Betsey Biggs</name></author>
      <content type="html">
      <![CDATA[
        <p>I posted this in the tips and tricks last night but haven&#8217;t gotten a response, so I thought I&#8217;d try here.</p>

<p>I&#8217;ve been using the hosted version of Tracks at tracks.tra.in and have been really happy. Chris does a great job. However, I&#8217;ve found myself needing access to Tracks without a web connection recently and have been thinking of switching to running it on my own laptop.</p>

<p>I have a lot of information already stored on the hosted version - is there a way to move my information to my local installation?</p>

<p>Thanks,<br />
Betsey</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Installing Tracks on Webhost &#45; Server Error 500</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/262/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.262</id>
      <published>2008-08-14T16:37:16Z</published>
      <updated></updated>
      <author><name>Juicy</name></author>
      <content type="html">
      <![CDATA[
        <p>First, please excuse my bad english. <img src="http://www.rousette.org.uk/projects/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /><br />
I tried to install Tracks on my webhosting, but if i want to open the url i get a 500 Server Error.</p>

<p>What is wrong?</p>

<p><br />
Here is my developer.log:</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>RailsPlayground 500 errors after install</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/225/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.225</id>
      <published>2008-04-22T14:41:25Z</published>
      <updated>2008-04-22T14:52:03Z</updated>
      <author><name>JeremyL</name></author>
      <content type="html">
      <![CDATA[
        <p>Railsplayground was nice enough to do initial install of Tracks for me. I setup my first user and I can go to the root of the app when I am not logged in and I see the login form, but when I login, the root of the app (I guess it&#8217;s the dashboard) gives me 500 errors. There are a a couple of other places that also give me 500 errors but let&#8217;s start here and see if the fix for this also fixes those. Here is the log from when I open the index page while logged in.</p>

<p>Ideas on the problem? I condensed the log info in this post. Unfortunatly the forum wont let me upload the rest of the txt log file as an attachment :(</p>

<p><br />
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">Processing&nbsp;TodosController</span><span style="color: #FF8000">#index&nbsp;(for&nbsp;198.211.192.162&nbsp;at&nbsp;2008-04-22&nbsp;10:32:29)&nbsp;&#91;GET&#93;<br />&nbsp;&nbsp;</span><span style="color: #0000BB">Session&nbsp;ID</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">8a0291f8ead3a9ad1d1f58d9b0dd1544<br />&nbsp;&nbsp;Parameters</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #DD0000">"action"</span><span style="color: #007700">=&gt;</span><span style="color: #DD0000">"index"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"controller"</span><span style="color: #007700">=&gt;</span><span style="color: #DD0000">"todos"</span><span style="color: #0000BB">&#125;<br /><br /><br />ActiveRecord</span><span style="color: #007700">::</span><span style="color: #0000BB">ConfigurationError&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">Association&nbsp;named&nbsp;</span><span style="color: #DD0000">'tags'&nbsp;</span><span style="color: #0000BB">was&nbsp;not&nbsp;found</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">perhaps&nbsp;you&nbsp;misspelled&nbsp;it</span><span style="color: #007700">?):<br />&nbsp;<br />...<br /><br /></span><span style="color: #0000BB">Rendering&nbsp;actionindexlayoutfalse&nbsp;within&nbsp;layouts</span><span style="color: #007700">/</span><span style="color: #0000BB">standard<br />Rendering&nbsp;todos</span><span style="color: #007700">/</span><span style="color: #0000BB">index<br /><br /><br />Processing&nbsp;TodosController</span><span style="color: #FF8000">#index&nbsp;(for&nbsp;198.211.192.162&nbsp;at&nbsp;2008-04-22&nbsp;10:32:29)&nbsp;&#91;GET&#93;<br />&nbsp;&nbsp;</span><span style="color: #0000BB">Session&nbsp;ID</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">8a0291f8ead3a9ad1d1f58d9b0dd1544<br />&nbsp;&nbsp;Parameters</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #DD0000">"action"</span><span style="color: #007700">=&gt;</span><span style="color: #DD0000">"index"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"controller"</span><span style="color: #007700">=&gt;</span><span style="color: #DD0000">"todos"</span><span style="color: #0000BB">&#125;<br /><br /><br />ActionView</span><span style="color: #007700">::</span><span style="color: #0000BB">TemplateError&nbsp;</span><span style="color: #007700">(private&nbsp;</span><span style="color: #0000BB">method&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">select'&nbsp;called&nbsp;for&nbsp;nil:NilClass)&nbsp;on&nbsp;line&nbsp;#1&nbsp;of&nbsp;app/views/contexts/_context.rhtml:<br />1:&nbsp;&lt;%&nbsp;@not_done&nbsp;=&nbsp;@not_done_todos.select&nbsp;&#123;|t|&nbsp;t.context_id&nbsp;==&nbsp;context.id&nbsp;&#125;&nbsp;%&gt;<br />2:&nbsp;&lt;div&nbsp;id="c&lt;%=&nbsp;context.id&nbsp;%&gt;"&nbsp;class="container&nbsp;context"&nbsp;&lt;%=&nbsp;"style=\"display:none\""&nbsp;if&nbsp;collapsible&nbsp;&amp;&amp;&nbsp;@not_done.empty?&nbsp;%&gt;&gt;<br />3:&nbsp;&nbsp;&nbsp;&lt;h2&gt;<br />4:&nbsp;&lt;%&nbsp;if&nbsp;collapsible&nbsp;-%&gt;<br /><br />...<br /><br />Rendering&nbsp;actionindexlayoutfalse&nbsp;within&nbsp;layouts/standard<br />Rendering&nbsp;todos/index<br /><br /><br />ActionView::TemplateError&nbsp;(private&nbsp;method&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">select</span><span style="color: #007700">'</span><span style="color: #0000BB">&nbsp;called&nbsp;for&nbsp;nil:NilClass)&nbsp;on&nbsp;line&nbsp;#1&nbsp;of&nbsp;app/views/contexts/_context.rhtml:<br />1:&nbsp;&lt;%&nbsp;@not_done&nbsp;=&nbsp;@not_done_todos.select&nbsp;&#123;|t|&nbsp;t.context_id&nbsp;==&nbsp;context.id&nbsp;&#125;&nbsp;%&gt;<br />2:&nbsp;&lt;div&nbsp;id="c&lt;%=&nbsp;context.id&nbsp;%&gt;"&nbsp;class="container&nbsp;context"&nbsp;&lt;%=&nbsp;"style=\"display:none\""&nbsp;if&nbsp;collapsible&nbsp;&amp;&amp;&nbsp;@not_done.empty?&nbsp;%&gt;&gt;<br />3:&nbsp;&nbsp;&nbsp;&lt;h2&gt;<br />4:&nbsp;&lt;%&nbsp;if&nbsp;collapsible&nbsp;-%&gt;<br /><br />...<br /><br />On&nbsp;line&nbsp;#1&nbsp;of&nbsp;app/views/contexts/_context.rhtml<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;1:&nbsp;&lt;%&nbsp;@not_done&nbsp;=&nbsp;@not_done_todos.select&nbsp;&#123;|t|&nbsp;t.context_id&nbsp;==&nbsp;context.id&nbsp;&#125;&nbsp;%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;2:&nbsp;&lt;div&nbsp;id="c&lt;%=&nbsp;context.id&nbsp;%&gt;"&nbsp;class="container&nbsp;context"&nbsp;&lt;%=&nbsp;"style=\"display:none\""&nbsp;if&nbsp;collapsible&nbsp;&amp;&amp;&nbsp;@not_done.empty?&nbsp;%&gt;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;3:&nbsp;&nbsp;&nbsp;&lt;h2&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;4:&nbsp;&lt;%&nbsp;if&nbsp;collapsible&nbsp;-%&gt;&nbsp;</span>
</span>
</code></div><p></p>

<p></code></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Site5: Redirected to http://:/login</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/247/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.247</id>
      <published>2008-07-11T16:18:31Z</published>
      <updated></updated>
      <author><name>Dentharg</name></author>
      <content type="html">
      <![CDATA[
        <p>Please see<br />
<a href="http://dev.rousette.org.uk/ticket/745">http://dev.rousette.org.uk/ticket/745</a></p>

<p>for details.</p>

<p>I got latest version from git, configured database.conf, environment.rb (only changed seed and put RAILS_ENV to production), switched .htaccess to use .fcgi.</p>

<p>From the browser the app doesn&#8217;t start (Rails error).</p>

<p>Running dispatch.fcgi from commandline gives the code with &#8220;Redirected to http://:/login&#8221; link.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>tracks install for dummies&#63;&#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/forums/viewthread/229/" />      
      <id>tag:rousette.org.uk,2008:projects/forums/viewthread/.229</id>
      <published>2008-05-09T06:09:14Z</published>
      <updated></updated>
      <author><name>pon10</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there any who can help me installing on af nas server?</p>

<p>i tried but faild&#8230; is it simply to get things done?</p>

<p>Best regards!</p>
      ]]>
      </content>
    </entry>


</feed>