<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: HowTo install Tracks on Debian</title> <atom:link href="http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Wed, 08 Feb 2012 13:08:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Dominik Schürmann &#187; Blog Archive &#187; Lighttpd + FastCGI + Rails + Tracks on Debian Lenny</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-181738</link> <dc:creator>Dominik Schürmann &#187; Blog Archive &#187; Lighttpd + FastCGI + Rails + Tracks on Debian Lenny</dc:creator> <pubDate>Sun, 11 Apr 2010 12:43:15 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-181738</guid> <description>[...] shipped with Tracks. After searching the web I finally managed to install everything with help from &#8220;HowTo install Tracks on Debian&#8221; and other [...]</description> <content:encoded><![CDATA[<p>[...] shipped with Tracks. After searching the web I finally managed to install everything with help from &#8220;HowTo install Tracks on Debian&#8221; and other [...]</p> ]]></content:encoded> </item> <item><title>By: bd</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-181705</link> <dc:creator>bd</dc:creator> <pubDate>Tue, 30 Mar 2010 09:44:26 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-181705</guid> <description>doesn&#039;t work:rake db:migrate RAILS_ENV=productionMissing these required gems:
RedClothdpkg -l *redcloth* &#124; grep ^ii                                          ii  libredcloth-ruby                      4.2.2-1~bpo50+1            Textile module for Ruby
ii  libredcloth-ruby1.8                   4.2.2-1~bpo50+1            Textile module for Ruby 1.8gem list*** LOCAL GEMS ***</description> <content:encoded><![CDATA[<p>doesn&#8217;t work:</p><p>rake db:migrate RAILS_ENV=production</p><p>Missing these required gems:<br
/> RedCloth</p><p> dpkg -l *redcloth* | grep ^ii                                          ii  libredcloth-ruby                      4.2.2-1~bpo50+1            Textile module for Ruby<br
/> ii  libredcloth-ruby1.8                   4.2.2-1~bpo50+1            Textile module for Ruby 1.8</p><p> gem list</p><p>*** LOCAL GEMS ***</p> ]]></content:encoded> </item> <item><title>By: Philip</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-130908</link> <dc:creator>Philip</dc:creator> <pubDate>Wed, 27 Feb 2008 08:37:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-130908</guid> <description>OK, I found the files. It&#039;s right here:
/tracks/db/migrate/
and the files there are self explanatoryI edited 2 or 3 of them where there was a date. I changed it from 0000-01-01 to 1000-01-01 and IT WORKS.then type &#039;rake migrate&#039; and the tables are created correctly. After that start the server as described above and log on at http://localhost:3000/signup/Good Luck and thanks for the tip.
Have a nice day</description> <content:encoded><![CDATA[<p>OK, I found the files. It&#8217;s right here:<br
/> /tracks/db/migrate/<br
/> and the files there are self explanatory</p><p>I edited 2 or 3 of them where there was a date. I changed it from 0000-01-01 to 1000-01-01 and IT WORKS.</p><p>then type &#8216;rake migrate&#8217; and the tables are created correctly. After that start the server as described above and log on at <a
href="http://localhost:3000/signup/" rel="nofollow">http://localhost:3000/signup/</a></p><p>Good Luck and thanks for the tip.<br
/> Have a nice day</p> ]]></content:encoded> </item> <item><title>By: Philip</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-130892</link> <dc:creator>Philip</dc:creator> <pubDate>Wed, 27 Feb 2008 07:53:10 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-130892</guid> <description>Thank you Marius,But It gives me the same error!In the specified file tracks/vendor/rails/activerecord/test/fixtures/db_definitions/mysql.sqlthere&#039;s no data about table &#039;todos&#039; and the only date there is for table &#039;tasks&#039;. I changed the date format there on 1000-01-01 for starting and 9999-01-01 for end, but that didn&#039;t fix the problem.I need the file that creates the table todos, because as you can see there comes the problem.&quot;Invalid default value for &#039;created&#039; - 0000-01-01 00:00:00&quot;</description> <content:encoded><![CDATA[<p>Thank you Marius,</p><p>But It gives me the same error!</p><p>In the specified file tracks/vendor/rails/activerecord/test/fixtures/db_definitions/mysql.sql</p><p>there&#8217;s no data about table &#8216;todos&#8217; and the only date there is for table &#8216;tasks&#8217;. I changed the date format there on 1000-01-01 for starting and 9999-01-01 for end, but that didn&#8217;t fix the problem.</p><p>I need the file that creates the table todos, because as you can see there comes the problem.</p><p>&#8220;Invalid default value for &#8216;created&#8217; &#8211; 0000-01-01 00:00:00&#8243;</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-130751</link> <dc:creator>- Marius -</dc:creator> <pubDate>Tue, 26 Feb 2008 14:07:42 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-130751</guid> <description>Philip: you should find that file under:
tracks/vendor/rails/activerecord/test/fixtures/db_definitions/mysql.sqlMyself, I have used the svn version and don&#039;t remember to have seen this issue, but anyway, hope this path location will help you find and fix the issue ;-)- Marius -</description> <content:encoded><![CDATA[<p>Philip: you should find that file under:<br
/> tracks/vendor/rails/activerecord/test/fixtures/db_definitions/mysql.sql</p><p>Myself, I have used the svn version and don&#8217;t remember to have seen this issue, but anyway, hope this path location will help you find and fix the issue <img
src='http://www.ducea.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p><p>- Marius -</p> ]]></content:encoded> </item> <item><title>By: Philip</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-130727</link> <dc:creator>Philip</dc:creator> <pubDate>Tue, 26 Feb 2008 10:51:04 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-130727</guid> <description>Where can I find those database files? How exactly can I change format of the data in them?I experience the same problem as you. When I type &#039;rake migrate&#039; it comes out a mysql error. I thought at first that my database server doesn&#039;t support innodb, but it wasn&#039;t the case. It supports INNODB  but it still gives me an error.Here&#039;s the error: &quot;Mysql::Error: Invalid default value for &#039;created&#039;: CREATE TABLE todos (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `context_id` int(11) NOT NULL, `project_id` int(11), `description` varchar(255) NOT NULL, `notes` text, `done` tinyint(1) DEFAULT 0 NOT NULL, `created` datetime DEFAULT &#039;0000-01-01 00:00:00&#039;, `due` date, `completed` datetime) ENGINE=InnoDB
&quot;
I think there&#039;s something to do with the DatePlease help!</description> <content:encoded><![CDATA[<p>Where can I find those database files? How exactly can I change format of the data in them?</p><p>I experience the same problem as you. When I type &#8216;rake migrate&#8217; it comes out a mysql error. I thought at first that my database server doesn&#8217;t support innodb, but it wasn&#8217;t the case. It supports INNODB  but it still gives me an error.</p><p>Here&#8217;s the error: &#8220;Mysql::Error: Invalid default value for &#8216;created&#8217;: CREATE TABLE todos (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `context_id` int(11) NOT NULL, `project_id` int(11), `description` varchar(255) NOT NULL, `notes` text, `done` tinyint(1) DEFAULT 0 NOT NULL, `created` datetime DEFAULT &#8217;0000-01-01 00:00:00&#8242;, `due` date, `completed` datetime) ENGINE=InnoDB<br
/> &#8221;<br
/> I think there&#8217;s something to do with the Date</p><p>Please help!</p> ]]></content:encoded> </item> <item><title>By: Digant</title><link>http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/comment-page-1/#comment-121582</link> <dc:creator>Digant</dc:creator> <pubDate>Fri, 04 Jan 2008 01:00:01 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2007/11/16/howto-install-tracks-on-debian/#comment-121582</guid> <description>I found I needed to change some of the database files so that it used a valid default value for the DATETIME columns.  It was trying to use &#039;0000-01-01...&quot; but valid values are only &quot;1000-01-01...&quot; to &quot;9999....&quot;</description> <content:encoded><![CDATA[<p>I found I needed to change some of the database files so that it used a valid default value for the DATETIME columns.  It was trying to use &#8217;0000-01-01&#8230;&#8221; but valid values are only &#8220;1000-01-01&#8230;&#8221; to &#8220;9999&#8230;.&#8221;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-08 15:17:50 by W3 Total Cache -->
