<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Tracks</title>
    <link>http://www.rousette.org.uk/projects/forums/</link>
    <description>Tracks</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-10-08T23:12:01+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>How to install Tracks on a Cpanel / WHM server&#63;</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/250/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/250/#When:04:36:57Z</guid>
      <description>&lt;p&gt;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.
&lt;/p&gt;
&lt;p&gt;
I have full root access to this server so I can install whatever I like.
&lt;/p&gt;
&lt;p&gt;
The version of the OS, cPanel  and WHM are:
&lt;/p&gt;
&lt;p&gt;
&#45; CENTOS Enterprise 4.6 i686 on virtuozzo &#45; WHM X v3.1.0
&lt;br /&gt;
&#45; WHM 11.23.2
&lt;br /&gt;
&#45; cPanel 11.23.4&#45;S26138
&lt;/p&gt;
&lt;p&gt;
The cPanel server is running Apache 2.2.8 with FastCGI implemented
&lt;/p&gt;
&lt;p&gt;
I have installed Ruby on Rail using these instructions:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.cpanel.net/docs/ror/index.html&quot;&gt;http://www.cpanel.net/docs/ror/index.html&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Everything appeared to complete successfully. Ruby is version 1.8.7 and Gem is version 1.2.0.
&lt;/p&gt;
&lt;p&gt;
I have installed Tracks using the instructions on this page:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.rousette.org.uk/projects/manual/index#signup_install&quot;&gt;http://www.rousette.org.uk/projects/manual/index#signup_install&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
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:
&lt;/p&gt;
&lt;p&gt;
#!/usr/lib/ruby/gems/1.8/gems/rails&#45;2.1.0/lib/dispatcher
&lt;/p&gt;
&lt;p&gt;
The Tracks software is installed in the following directory:
&lt;/p&gt;
&lt;p&gt;
/home/username/public_html/tracks&#45;1.6/
&lt;/p&gt;
&lt;p&gt;
I have created a symbolic link called &#8216;tracks&#8217; which points to:
&lt;/p&gt;
&lt;p&gt;
/home/username/public_html/tracks&#45;1.6/public
&lt;/p&gt;
&lt;p&gt;
I have set up a sub&#45;domain called &#8216;tracks.mydomain.com&#8217; and made the appropriate DNS entry changes.
&lt;/p&gt;
&lt;p&gt;
I went to the page &#8220;http://tracks.mydomain.com:3000/signup&#8221; and was able to create and account.
&lt;/p&gt;
&lt;p&gt;
I then went to the page &#8220;http://tracks.mydomain.com:3000/login&#8221; and entered the credentials of the new account.&amp;nbsp; I recevied the following error page.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;Application&amp;nbsp;error&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Apache&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Change&amp;nbsp;this&amp;nbsp;error&amp;nbsp;message&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;for&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exceptions&amp;nbsp;thrown&amp;nbsp;outside&amp;nbsp;of&amp;nbsp;an&amp;nbsp;action&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;like&amp;nbsp;in&amp;nbsp;Dispatcher&amp;nbsp;setups&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;or&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;broken&amp;nbsp;Ruby&amp;nbsp;code&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;public/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;500.html&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Interestingly if I can use the mobile version of with the URL of &lt;a href=&quot;http://tracks.mydomain.com:3000/mobile&quot;&gt;http://tracks.mydomain.com:3000/mobile&lt;/a&gt; I can login successfully and use all of the mobile functions.
&lt;/p&gt;
&lt;p&gt;
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.
&lt;/p&gt;
&lt;p&gt;
Thanks in advance to all who take the time to read my question and reply.
&lt;/p&gt;
&lt;p&gt;
Regards,
&lt;br /&gt;
Steve
&lt;/p&gt;</description>
      <dc:date>2008-07-20T04:36:57+00:00</dc:date>
    </item>

    <item>
      <title>Tracks using SSL</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/282/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/282/#When:19:04:27Z</guid>
      <description>&lt;p&gt;Has anyone installed Tracks with SSL.&amp;nbsp; My installation is on a hosted site and I would prefer to have SSL implemented.&amp;nbsp; I do not want to implement it for my entire domain, just for the Tracks application.&amp;nbsp; Comments or suggestions would be appreciated.
&lt;/p&gt;</description>
      <dc:date>2008-10-05T19:04:27+00:00</dc:date>
    </item>

    <item>
      <title>Howto reset a user password&#63;</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/83/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/83/#When:01:41:36Z</guid>
      <description>&lt;p&gt;SUMMARY:
&lt;/p&gt;
&lt;p&gt;
I need to reset my password!
&lt;/p&gt;
&lt;p&gt;
GORY BACKGROUND:
&lt;/p&gt;
&lt;p&gt;
I moved tracks from my home server to a Dreamhost account.&amp;nbsp; I dumped my MySQL tracks db, uploaded it to Dreamhost, and reimported it.&amp;nbsp; I then used instructions at &lt;a href=&quot;http://www.javaconsulting.eu/&quot;&gt;http://www.javaconsulting.eu/&lt;/a&gt;.&amp;nbsp; Everything is swell, I get the login screen, but I can&#8217;t login :)
&lt;/p&gt;
&lt;p&gt;
I think I just need to reset the password.&amp;nbsp; I am clueless on how the password encryption works.&amp;nbsp; This is where my faith takes over.&amp;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.&amp;nbsp; But before I commit to breaking something, I thought I&#8217;d ask!
&lt;/p&gt;
&lt;p&gt;
BTW, the production.log file reports the following when I try to login (if this is helpful):
&lt;/p&gt;
&lt;p&gt;
Processing LoginController#login (for [snip_ip_address] at 2006&#45;10&#45;25 18:37:09) [P
&lt;br /&gt;
OST]
&lt;br /&gt;
  Session ID: [snip_session_id]
&lt;br /&gt;
  Parameters: &#123;&quot;user_login&quot;=&amp;gt;&quot;[snip_username]&quot;, &#8220;action&quot;=&amp;gt;&quot;login&quot;, &#8220;controller&quot;=&amp;gt;&quot;logi
&lt;br /&gt;
n&#8221;, &#8220;user_password&quot;=&amp;gt;&quot;&#8221;, &#8220;login&quot;=&amp;gt;&quot;Login 302273&quot;&#125;
&lt;br /&gt;
Rendering  within layouts/login
&lt;br /&gt;
Rendering login/login
&lt;br /&gt;
Completed in 0.00375 (266 reqs/sec) | Rendering: 0.00186 (49%) | DB: 0.00118 (3
&lt;br /&gt;
1%) | 200 OK [http://[snip_url]/login]
&lt;/p&gt;</description>
      <dc:date>2006-10-26T01:41:36+00:00</dc:date>
    </item>

    <item>
      <title>Litespeed optimization</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/272/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/272/#When:23:25:39Z</guid>
      <description>&lt;p&gt;Hello,
&lt;/p&gt;
&lt;p&gt;
I moved over to a litespeed host because fcgi was leaving hanging processes and dispatch.cgi was just too slow.&amp;nbsp; Some things that I read here led me to believe that litespeed was faster.&amp;nbsp; So, I purchased some space at Steadfast.net and set up the application there.&amp;nbsp; But, now the application is slower than it was on the old host using dispatch.cgi.&amp;nbsp; And when I try to implement dispatch.fcgi, it just displays the dispatch.fcgi file in text format as the web page.
&lt;/p&gt;
&lt;p&gt;
What can I do to speed up the application under litespeed?&amp;nbsp; It is a vanilla version of tracks 1.6.&amp;nbsp; What configuration files need to be changed?
&lt;/p&gt;
&lt;p&gt;
Thanks in advance,
&lt;/p&gt;
&lt;p&gt;
Tom
&lt;/p&gt;</description>
      <dc:date>2008-08-30T23:25:39+00:00</dc:date>
    </item>

    <item>
      <title>Moving Tracks info from web host to personal computer&#63;</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/81/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/81/#When:13:41:07Z</guid>
      <description>&lt;p&gt;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.
&lt;/p&gt;
&lt;p&gt;
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.
&lt;/p&gt;
&lt;p&gt;
I have a lot of information already stored on the hosted version &#45; is there a way to move my information to my local installation?
&lt;/p&gt;
&lt;p&gt;
Thanks,
&lt;br /&gt;
Betsey
&lt;/p&gt;</description>
      <dc:date>2006-10-21T13:41:07+00:00</dc:date>
    </item>

    <item>
      <title>Installing Tracks on Webhost &#45; Server Error 500</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/262/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/262/#When:16:37:16Z</guid>
      <description>&lt;p&gt;First, please excuse my bad english. &lt;img src=&quot;http://www.rousette.org.uk/projects/images/smileys/smile.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smile&quot; style=&quot;border:0;&quot; /&gt;
&lt;br /&gt;
I tried to install Tracks on my webhosting, but if i want to open the url i get a 500 Server Error.
&lt;/p&gt;
&lt;p&gt;
What is wrong?
&lt;/p&gt;
&lt;p&gt;
Here is my developer.log:
&lt;/p&gt;</description>
      <dc:date>2008-08-14T16:37:16+00:00</dc:date>
    </item>

    <item>
      <title>RailsPlayground 500 errors after install</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/225/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/225/#When:14:41:25Z</guid>
      <description>&lt;p&gt;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.
&lt;/p&gt;
&lt;p&gt;
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 :(
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;Processing&amp;nbsp;TodosController&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#index&amp;nbsp;(for&amp;nbsp;198.211.192.162&amp;nbsp;at&amp;nbsp;2008&#45;04&#45;22&amp;nbsp;10:32:29)&amp;nbsp;&#91;GET&#93;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Session&amp;nbsp;ID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;8a0291f8ead3a9ad1d1f58d9b0dd1544&lt;br /&gt;&amp;nbsp;&amp;nbsp;Parameters&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;action&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;index&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;controller&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;todos&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ActiveRecord&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ConfigurationError&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Association&amp;nbsp;named&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;tags&apos;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;was&amp;nbsp;not&amp;nbsp;found&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;perhaps&amp;nbsp;you&amp;nbsp;misspelled&amp;nbsp;it&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;?):&lt;br /&gt;&amp;nbsp;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Rendering&amp;nbsp;actionindexlayoutfalse&amp;nbsp;within&amp;nbsp;layouts&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;standard&lt;br /&gt;Rendering&amp;nbsp;todos&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;index&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Processing&amp;nbsp;TodosController&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#index&amp;nbsp;(for&amp;nbsp;198.211.192.162&amp;nbsp;at&amp;nbsp;2008&#45;04&#45;22&amp;nbsp;10:32:29)&amp;nbsp;&#91;GET&#93;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Session&amp;nbsp;ID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;8a0291f8ead3a9ad1d1f58d9b0dd1544&lt;br /&gt;&amp;nbsp;&amp;nbsp;Parameters&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;action&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;index&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;controller&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;todos&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ActionView&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;TemplateError&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(private&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;method&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;select&apos;&amp;nbsp;called&amp;nbsp;for&amp;nbsp;nil:NilClass)&amp;nbsp;on&amp;nbsp;line&amp;nbsp;#1&amp;nbsp;of&amp;nbsp;app/views/contexts/_context.rhtml:&lt;br /&gt;1:&amp;nbsp;&amp;lt;%&amp;nbsp;@not_done&amp;nbsp;=&amp;nbsp;@not_done_todos.select&amp;nbsp;&#123;|t|&amp;nbsp;t.context_id&amp;nbsp;==&amp;nbsp;context.id&amp;nbsp;&#125;&amp;nbsp;%&amp;gt;&lt;br /&gt;2:&amp;nbsp;&amp;lt;div&amp;nbsp;id=&quot;c&amp;lt;%=&amp;nbsp;context.id&amp;nbsp;%&amp;gt;&quot;&amp;nbsp;class=&quot;container&amp;nbsp;context&quot;&amp;nbsp;&amp;lt;%=&amp;nbsp;&quot;style=&quot;display:none&quot;&quot;&amp;nbsp;if&amp;nbsp;collapsible&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;@not_done.empty?&amp;nbsp;%&amp;gt;&amp;gt;&lt;br /&gt;3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;h2&amp;gt;&lt;br /&gt;4:&amp;nbsp;&amp;lt;%&amp;nbsp;if&amp;nbsp;collapsible&amp;nbsp;&#45;%&amp;gt;&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;Rendering&amp;nbsp;actionindexlayoutfalse&amp;nbsp;within&amp;nbsp;layouts/standard&lt;br /&gt;Rendering&amp;nbsp;todos/index&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ActionView::TemplateError&amp;nbsp;(private&amp;nbsp;method&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;select&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;nbsp;called&amp;nbsp;for&amp;nbsp;nil:NilClass)&amp;nbsp;on&amp;nbsp;line&amp;nbsp;#1&amp;nbsp;of&amp;nbsp;app/views/contexts/_context.rhtml:&lt;br /&gt;1:&amp;nbsp;&amp;lt;%&amp;nbsp;@not_done&amp;nbsp;=&amp;nbsp;@not_done_todos.select&amp;nbsp;&#123;|t|&amp;nbsp;t.context_id&amp;nbsp;==&amp;nbsp;context.id&amp;nbsp;&#125;&amp;nbsp;%&amp;gt;&lt;br /&gt;2:&amp;nbsp;&amp;lt;div&amp;nbsp;id=&quot;c&amp;lt;%=&amp;nbsp;context.id&amp;nbsp;%&amp;gt;&quot;&amp;nbsp;class=&quot;container&amp;nbsp;context&quot;&amp;nbsp;&amp;lt;%=&amp;nbsp;&quot;style=&quot;display:none&quot;&quot;&amp;nbsp;if&amp;nbsp;collapsible&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;@not_done.empty?&amp;nbsp;%&amp;gt;&amp;gt;&lt;br /&gt;3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;h2&amp;gt;&lt;br /&gt;4:&amp;nbsp;&amp;lt;%&amp;nbsp;if&amp;nbsp;collapsible&amp;nbsp;&#45;%&amp;gt;&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;On&amp;nbsp;line&amp;nbsp;#1&amp;nbsp;of&amp;nbsp;app/views/contexts/_context.rhtml&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1:&amp;nbsp;&amp;lt;%&amp;nbsp;@not_done&amp;nbsp;=&amp;nbsp;@not_done_todos.select&amp;nbsp;&#123;|t|&amp;nbsp;t.context_id&amp;nbsp;==&amp;nbsp;context.id&amp;nbsp;&#125;&amp;nbsp;%&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2:&amp;nbsp;&amp;lt;div&amp;nbsp;id=&quot;c&amp;lt;%=&amp;nbsp;context.id&amp;nbsp;%&amp;gt;&quot;&amp;nbsp;class=&quot;container&amp;nbsp;context&quot;&amp;nbsp;&amp;lt;%=&amp;nbsp;&quot;style=&quot;display:none&quot;&quot;&amp;nbsp;if&amp;nbsp;collapsible&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;@not_done.empty?&amp;nbsp;%&amp;gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4:&amp;nbsp;&amp;lt;%&amp;nbsp;if&amp;nbsp;collapsible&amp;nbsp;&#45;%&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/code&gt;&lt;/p&gt;</description>
      <dc:date>2008-04-22T14:41:25+00:00</dc:date>
    </item>

    <item>
      <title>Site5: Redirected to http://:/login</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/247/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/247/#When:16:18:31Z</guid>
      <description>&lt;p&gt;Please see
&lt;br /&gt;
&lt;a href=&quot;http://dev.rousette.org.uk/ticket/745&quot;&gt;http://dev.rousette.org.uk/ticket/745&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
for details.
&lt;/p&gt;
&lt;p&gt;
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.
&lt;/p&gt;
&lt;p&gt;
From the browser the app doesn&#8217;t start (Rails error).
&lt;/p&gt;
&lt;p&gt;
Running dispatch.fcgi from commandline gives the code with &#8220;Redirected to http://:/login&#8221; link.
&lt;/p&gt;</description>
      <dc:date>2008-07-11T16:18:31+00:00</dc:date>
    </item>

    <item>
      <title>tracks install for dummies&#63;&#63;&#63;&#63;</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/229/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/229/#When:06:09:14Z</guid>
      <description>&lt;p&gt;Is there any who can help me installing on af nas server?
&lt;/p&gt;
&lt;p&gt;
i tried but faild&#8230; is it simply to get things done?
&lt;/p&gt;
&lt;p&gt;
Best regards!
&lt;/p&gt;</description>
      <dc:date>2008-05-09T06:09:14+00:00</dc:date>
    </item>

    <item>
      <title>Free Tracks Host&#63;</title>
      <link>http://www.rousette.org.uk/projects/forums/viewthread/99/</link>
      <guid>http://www.rousette.org.uk/projects/forums/viewthread/99/#When:19:57:12Z</guid>
      <description>&lt;p&gt;Hello,
&lt;br /&gt;
I am finding it extremely hard to install Tracks on my computer, and since I use a webserver without root capabilities or Ruby, it is not possible to install it on another server.
&lt;/p&gt;
&lt;p&gt;
Does anyone know of a free Tracks host that I could use? Thank you.
&lt;br /&gt;
(I have seen the posts on this forum without success.)
&lt;/p&gt;</description>
      <dc:date>2006-11-28T19:57:12+00:00</dc:date>
    </item>

    
    </channel>
</rss>