search for: showfly

Displaying 3 results from an estimated 3 matches for "showfly".

2006 May 17
1
Display Images from URL in Database
...y with field vname=rawr, and then take this entry''s field vpic, and use that vpic (assume its a url to an image) to display an image. To begin with, I am having problems with displaying an image with html + ruby. In my index.rhtml I have two lines: <% @pic = ''http://www.showfly.net/img/1.jpg'' %> <img src=''<% @pic %>'' width="50" height="75"></img> And it doesn''t display the image. What did I do wrong? How do I make the @pic be the url that i did a search for in my database? Thank you, Ben
2006 Aug 02
1
''Loaded Suite'' in http output
I just uploaded a working version of my rails project to my host (OCS Solutions). One of the changes included adding a new plugin, File Columns. Now, whenever I go to any part of the app, it outputs this: ------------- Loaded suite /home/showfly/public_html/showfly2/dispatch.cgi Started Finished in 0.000251 seconds. 0 tests, 0 assertions, 0 failures, 0 errors ------------- What happened? Thanks, Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
...y with field vname=rawr, and then take this entry''s field vpic, and use that vpic (assume its a url to an image) to display an image. To begin with, I am having problems with displaying an image with html + ruby. In my index.rhtml I have two lines: <% @pic = ''http://www.showfly.net/img/1.jpg'' %> <img src=''<% @pic %>'' width="50" height="75"></img> And it doesn''t display the image. What did I do wrong? How do I make the @pic be the url that i did a search for in my database? Thank you, Ben...