<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Rebecca's Ramblings</title>
	<link>http://www.rebeccablyth.co.uk</link>
	<description></description>
	<pubDate>Sun, 01 Aug 2010 08:44:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Working with SVN after restoring the repository from a backup by Austin Cook</title>
		<link>http://www.rebeccablyth.co.uk/2007/10/03/working-with-svn-after-restoring-the-repository-from-a-backup/#comment-30234</link>
		<author>Austin Cook</author>
		<pubDate>Wed, 19 May 2010 08:57:47 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2007/10/03/working-with-svn-after-restoring-the-repository-from-a-backup/#comment-30234</guid>
					<description>Can anyone suggest a reliable Dedicated Server hosting that is not very expensive?**"</description>
		<content:encoded><![CDATA[<p>Can anyone suggest a reliable Dedicated Server hosting that is not very expensive?**&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to get references, functions etc into your Rails test database by Greg</title>
		<link>http://www.rebeccablyth.co.uk/2007/06/25/how-to-get-references-functions-etc-into-your-rails-test-database/#comment-26022</link>
		<author>Greg</author>
		<pubDate>Thu, 08 Apr 2010 01:42:54 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2007/06/25/how-to-get-references-functions-etc-into-your-rails-test-database/#comment-26022</guid>
					<description>Thanks Rebecca.  Just what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks Rebecca.  Just what I needed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Eclipse on Ubuntu gotcha by Harsha</title>
		<link>http://www.rebeccablyth.co.uk/2007/08/22/eclipse-on-ubuntu-gotcha/#comment-246</link>
		<author>Harsha</author>
		<pubDate>Sat, 01 Nov 2008 16:48:01 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2007/08/22/eclipse-on-ubuntu-gotcha/#comment-246</guid>
					<description>You genius.  Thank you so much.</description>
		<content:encoded><![CDATA[<p>You genius.  Thank you so much.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Running rake in production mode by Daniela</title>
		<link>http://www.rebeccablyth.co.uk/2007/06/18/running-rake-in-production-mode/#comment-159</link>
		<author>Daniela</author>
		<pubDate>Wed, 14 May 2008 13:26:07 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2007/06/18/running-rake-in-production-mode/#comment-159</guid>
					<description>Thanks Rebecca,
just what I needed to know!
Daniela</description>
		<content:encoded><![CDATA[<p>Thanks Rebecca,<br />
just what I needed to know!<br />
Daniela</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Eclipse on Ubuntu gotcha by Phil</title>
		<link>http://www.rebeccablyth.co.uk/2007/08/22/eclipse-on-ubuntu-gotcha/#comment-156</link>
		<author>Phil</author>
		<pubDate>Sun, 04 May 2008 17:52:14 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2007/08/22/eclipse-on-ubuntu-gotcha/#comment-156</guid>
					<description>Thank you!  Your solution was so easy - why did I even bother looking at the Eclipse web site for an answer? :-)</description>
		<content:encoded><![CDATA[<p>Thank you!  Your solution was so easy - why did I even bother looking at the Eclipse web site for an answer? <img src='http://www.rebeccablyth.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on &#8220;Time&#8221; columns and Rails by chris</title>
		<link>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-142</link>
		<author>chris</author>
		<pubDate>Wed, 02 Apr 2008 04:05:46 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-142</guid>
					<description>Thank you for explaining this!</description>
		<content:encoded><![CDATA[<p>Thank you for explaining this!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on &#8220;Time&#8221; columns and Rails by Steve</title>
		<link>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-141</link>
		<author>Steve</author>
		<pubDate>Sat, 29 Mar 2008 00:55:48 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-141</guid>
					<description>I am *so* pleased to have stumbled across this discussion. Newbie that I am in Rails, I thought I was missing something basic. I'm trying to develop a booking application for the photo studio I work for. Most of our assignments are only a few hours long. Few span multiple days. I am happy to use a datetime object for when an assignment starts, but I'm astonished that I can't find a way to set a time exclusive of a date for when it ends. For example - a hypothetical assignment might be "Monday, May 5, 2008 from 10AM - 3:45PM". Up until the 3:45PM part a standard datetime entry in the database is perfect. But I can't believe I can't use a form helper to just set an hour/minute end time. I didn't find the "dummy date" to be 2000-01-01 though - my experiments so far seem to indicate that the current date is tacked onto the time. That means that in the example I gave above what is really being stored in the database is basically this (given that I am writing this on March 28, 2008):
"Monday, May 5, 2008 from 10AM - Friday, March 28, 2008 3:45PM"
That's nuts!
Anyway - if I'm missing something obvious maybe someone can point me in the right direction. And if in fact this is not currently implemented in Rails I sure hope Uwe and Rebecca come up with a solution pretty quickly!

Steve</description>
		<content:encoded><![CDATA[<p>I am *so* pleased to have stumbled across this discussion. Newbie that I am in Rails, I thought I was missing something basic. I&#8217;m trying to develop a booking application for the photo studio I work for. Most of our assignments are only a few hours long. Few span multiple days. I am happy to use a datetime object for when an assignment starts, but I&#8217;m astonished that I can&#8217;t find a way to set a time exclusive of a date for when it ends. For example - a hypothetical assignment might be &#8220;Monday, May 5, 2008 from 10AM - 3:45PM&#8221;. Up until the 3:45PM part a standard datetime entry in the database is perfect. But I can&#8217;t believe I can&#8217;t use a form helper to just set an hour/minute end time. I didn&#8217;t find the &#8220;dummy date&#8221; to be 2000-01-01 though - my experiments so far seem to indicate that the current date is tacked onto the time. That means that in the example I gave above what is really being stored in the database is basically this (given that I am writing this on March 28, 2008):<br />
&#8220;Monday, May 5, 2008 from 10AM - Friday, March 28, 2008 3:45PM&#8221;<br />
That&#8217;s nuts!<br />
Anyway - if I&#8217;m missing something obvious maybe someone can point me in the right direction. And if in fact this is not currently implemented in Rails I sure hope Uwe and Rebecca come up with a solution pretty quickly!</p>
<p>Steve</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on &#8220;Time&#8221; columns and Rails by Rebecca</title>
		<link>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-111</link>
		<author>Rebecca</author>
		<pubDate>Thu, 21 Feb 2008 11:07:16 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-111</guid>
					<description>I'd be interested in working with you on that, yes.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested in working with you on that, yes.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on &#8220;Time&#8221; columns and Rails by Uwe Kubosch</title>
		<link>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-110</link>
		<author>Uwe Kubosch</author>
		<pubDate>Thu, 21 Feb 2008 09:08:15 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2008/01/03/time-columns-and-rails/#comment-110</guid>
					<description>Hi!

This is definately overdue.  I am seriously thinking of starting a project on this, but I really don't want to duplicate other efforts.

I am thinking of duplicating the design of the TimeAndMoney project on SourceForge ( http://sourceforge.net/projects/timeandmoney/ ).  It covers TimePoint, CalendarDate, TimeOfDay, Duration, intervals, and a few others.  TimePoint is equal to Time in Ruby.

The project would implement the base classes, and separate mappers for ActiveRecord.

I need help to research existing projects to avoid duplicate efforts, and testing with real-world usage.  Any developers are of course welcome to join.

Anyone interrested in participating?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>This is definately overdue.  I am seriously thinking of starting a project on this, but I really don&#8217;t want to duplicate other efforts.</p>
<p>I am thinking of duplicating the design of the TimeAndMoney project on SourceForge ( <a href="http://sourceforge.net/projects/timeandmoney/" rel="nofollow">http://sourceforge.net/projects/timeandmoney/</a> ).  It covers TimePoint, CalendarDate, TimeOfDay, Duration, intervals, and a few others.  TimePoint is equal to Time in Ruby.</p>
<p>The project would implement the base classes, and separate mappers for ActiveRecord.</p>
<p>I need help to research existing projects to avoid duplicate efforts, and testing with real-world usage.  Any developers are of course welcome to join.</p>
<p>Anyone interrested in participating?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Eclipse on Ubuntu gotcha by Bill</title>
		<link>http://www.rebeccablyth.co.uk/2007/08/22/eclipse-on-ubuntu-gotcha/#comment-88</link>
		<author>Bill</author>
		<pubDate>Fri, 04 Jan 2008 20:27:38 +0000</pubDate>
		<guid>http://www.rebeccablyth.co.uk/2007/08/22/eclipse-on-ubuntu-gotcha/#comment-88</guid>
					<description>THANKS!  why would this be packaged this way in the first place.  You saved me!</description>
		<content:encoded><![CDATA[<p>THANKS!  why would this be packaged this way in the first place.  You saved me!</p>
]]></content:encoded>
				</item>
</channel>
</rss>
