search for: narf968

Displaying 5 results from an estimated 5 matches for "narf968".

2006 Jan 13
4
SQL -> Diagram script
Did I see some code posted here that would create a graphical representation of a database relationships using the graphviz utilities? -- Posted via http://www.ruby-forum.com/.
2006 Jan 22
8
Date Calculation
I am trying to calculate the number of days between 2 dates using Time.now - object.date where object.date is a date pulled from a database. I want to display the age of the entry in the database in days. I keep getting an error about not being able to convert a date into a float. What am I doing wrong. If I use object.date - object.date it seems to work but the answer is useless (0). I
2006 Feb 02
0
newbie rails app: bookmarks. Includes No-Fluff HOWTO
Hello, In the process of learnin'' myself some rails, I accidentally made a bookmark application. It''s simple, but it works and I hope to build on it as I learn more. It might be interestin'' to newbies like me as an example. Download''s at the bottom. http://rubyurl.com/FUV -- Pork and Beans -- Posted via http://www.ruby-forum.com/.
2006 Feb 07
2
Checking for nil in views
Hello, Is there a better way to do the following in a view? <td>Manufacturer <td><%= @equipment.manufacturer.name unless @equipment.manufacturer.nil? %> -- Posted via http://www.ruby-forum.com/.
2006 Jan 11
0
So this is where you are!
Hello! I''ve been reading the Google Ruby on Rails group for some time and thinking to myself "If Ruby on Rails is as "hot" a technology as I''ve read, there should be more activity on this group." I don''t know why it took so long, but hello and I look foward to reading and asking questions on this list from now on. -- Jim: Just Another Ruby