<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for xtine78</title><link>http://disqus.com/by/xtine78/</link><description></description><atom:link href="http://disqus.com/xtine78/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sat, 03 Jan 2009 12:04:33 -0000</lastBuildDate><item><title>Re: Final Project: Tips for the Writeup and Features</title><link>http://e168f08.plugh.org/assignments/final-project-tips-for-the-writeup-and-features/#comment-4867004</link><description>&lt;p&gt;Let's say I've entered in some data into my application that I would like to delete without using my application for debugging purposes.  What's the best way to delete data I've entered from the database?  The console?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Sat, 03 Jan 2009 12:04:33 -0000</pubDate></item><item><title>Re: Screencasts</title><link>http://e168f08.plugh.org/screencasts/#comment-4817056</link><description>&lt;p&gt;The flash messages are not showing up on either the standard or pages I've created.  I have verified that the following is included in my code:&lt;/p&gt;&lt;p&gt;&amp;lt;% if flash[:notice] %&amp;gt;&lt;br&gt;&amp;lt;div id="notice"&amp;gt;&amp;lt;%= flash[:notice] %&amp;gt;&amp;lt;/div&amp;gt;&lt;br&gt;&amp;lt;% end %&amp;gt;&lt;/p&gt;&lt;p&gt;[edit]&lt;/p&gt;&lt;p&gt;which is pointless if your div doesn't match and if you also haven't put in code for flash[:error]!  NEVERMIND!&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Thu, 01 Jan 2009 16:48:31 -0000</pubDate></item><item><title>Re: Screencasts</title><link>http://e168f08.plugh.org/screencasts/#comment-4810634</link><description>&lt;p&gt;Has anyone else had any problems with the flash messages using the restful authentication plugin?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Wed, 31 Dec 2008 23:14:33 -0000</pubDate></item><item><title>Re: Assignment 3, Milestone III</title><link>http://e168f08.plugh.org/assignments/assignment-3-milestone-iii/#comment-4223133</link><description>&lt;p&gt;I do have it implemented and working (not exactly as written above of course).  I will do some more research to make sure I understand how its working.  In the end, its probably my update method that isn't handling the information correctly.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Sat, 06 Dec 2008 10:36:33 -0000</pubDate></item><item><title>Re: Assignment 3, Milestone III</title><link>http://e168f08.plugh.org/assignments/assignment-3-milestone-iii/#comment-4222839</link><description>&lt;p&gt;&amp;lt;%= check_box_tag (:observation_ids[], "#{&lt;a href="http://obs.id" rel="nofollow noopener" target="_blank" title="obs.id"&gt;obs.id&lt;/a&gt;}") %&amp;gt;&lt;/p&gt;&lt;p&gt;How does this line work?  :observation_ids[] isn't something I have seen in my code.  Is this meant to gather the &lt;a href="http://observation.id" rel="nofollow noopener" target="_blank" title="observation.id"&gt;observation.id&lt;/a&gt; into an array?  I gather that the &lt;a href="http://obs.id" rel="nofollow noopener" target="_blank" title="obs.id"&gt;obs.id&lt;/a&gt; will send the &lt;a href="http://obs.id" rel="nofollow noopener" target="_blank" title="obs.id"&gt;obs.id&lt;/a&gt; to the update method so that an observation can be deleted. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Sat, 06 Dec 2008 09:57:09 -0000</pubDate></item><item><title>Re: Assignment 3, Milestone III</title><link>http://e168f08.plugh.org/assignments/assignment-3-milestone-iii/#comment-4211328</link><description>&lt;p&gt;I ran migrations back and its working better.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Fri, 05 Dec 2008 17:05:41 -0000</pubDate></item><item><title>Re: Assignment 3, Milestone III</title><link>http://e168f08.plugh.org/assignments/assignment-3-milestone-iii/#comment-4208873</link><description>&lt;p&gt;I got a result in the console.  I wonder what I've done to break the relationship in my controller so that the this code doesn't execute in the view.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Fri, 05 Dec 2008 15:02:42 -0000</pubDate></item><item><title>Re: Assignment 3, Milestone III</title><link>http://e168f08.plugh.org/assignments/assignment-3-milestone-iii/#comment-4208410</link><description>&lt;p&gt;observation_kind and unit have the same relationship to measurements right?&lt;/p&gt;&lt;p&gt;For an observation kind I can say something like &lt;a href="http://observation_kind.measurement.name" rel="nofollow noopener" target="_blank" title="observation_kind.measurement.name"&gt;observation_kind.measuremen...&lt;/a&gt; because all the methods are made available to the observation_kind through the measurement relationship.&lt;/p&gt;&lt;p&gt;Should I also be able to use the same relationship with units?  For example &lt;a href="http://unit.measurement.name?" rel="nofollow noopener" target="_blank" title="unit.measurement.name?"&gt;unit.measurement.name?&lt;/a&gt;  When I do this from the unit's index view the measurement is nil.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Fri, 05 Dec 2008 14:38:38 -0000</pubDate></item><item><title>Re: Assignment 2</title><link>http://e168f08.plugh.org/assignments/assignment-2/#comment-3161595</link><description>&lt;p&gt;I know!  I can't call @hand.thismethod and have that method call @hand.method1!  I just call method1.  Thanks for looking!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Sun, 19 Oct 2008 17:58:45 -0000</pubDate></item><item><title>Re: Assignment 2</title><link>http://e168f08.plugh.org/assignments/assignment-2/#comment-3161112</link><description>&lt;p&gt;Here is an error I cannot resolve.&lt;/p&gt;&lt;p&gt;The error is:&lt;br&gt;NoMethodError: undefined method `method1' for []:Array&lt;/p&gt;&lt;p&gt;I get the error when I run the case statement.  Any idea what's happening?&lt;/p&gt;&lt;p&gt;def thismethod()&lt;br&gt;    myvariable =  case &lt;br&gt;          when @hand.method1() == true&lt;br&gt;             something&lt;br&gt;          when @hand.method2() == true&lt;br&gt;             something!&lt;br&gt;          else&lt;br&gt;            nothing&lt;br&gt;          end&lt;br&gt;  end&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xtine78</dc:creator><pubDate>Sun, 19 Oct 2008 17:01:30 -0000</pubDate></item></channel></rss>