Can smething like this be done in a view? <%= if (catalog.picloc is not null) link_to(image_tag(catalog.picloc))end %> the link_to image_tag errors the value...
Marvin, In general, my understanding is that as long as the output of whatever code is inside your <%= ... %> tags is a string, then you can put whatever you...
Enter your vote today! A new poll has been created for the Houston-RoR group: When would you like to see the January meeting held? ( Keith Lancaster (me!)...
Houston-RoR@yahoogrou...
Jan 2, 2007 4:27 pm
568
If any of you are experts on DNS please let me know it the following is at all possible: I have a customer who wants website visitors to just open a web...
So far, it appears that 16 Jan is winning as the date for this month. If you have not done so already (no double voting!), please vote, as I will be closing...
All, Thought I'd pitch this to the group first. We are probably going to be moving into an implementation phase on a major project in the next few weeks, and...
The web doesn't work that way. This is not a DNS problem. If a browser does anything other than explode when a user types in an invalid URL, then it's...
... Short answer: Nope. That's not how the Internet works. Inform your customer. :) Long answer: DNS names cannot have spaces, period. Neither can URLs, for...
Thanks for the reply Jeremey. This is exactly what I expected. ... This is the case with my customer. Most of my customers are not new to the Internet but...
You are confused Keith...? This is Houston TEXAS... which not in the popular voting capable state of Florida.... wink, wink ;-) PS: If any of you are from...
The following Houston-RoR poll is now closed. Here are the final results: POLL QUESTION: When would you like to see the January meeting held? ( Keith...
Houston-RoR@yahoogrou...
Jan 5, 2007 2:32 pm
576
... From: "RailsConf 2007" <conf-admin@...> To: Wesley Gamble <weyus@...> Subject: Registration Opens Soon! Date: Fri, 5 Jan 2007 21:48:59 +0000...
Is it possible to have an image subdirectory (i.e. vacation2006)? How would the null value situation be handled? <%= link_to(image_tag('vacation2006/' +...
Until a few years ago, you could just type a word into the address bar and be navigated to a specific page, if some advertiser had purchased that word or...
Subdirectories are fine, and work as you've shown (as long as they are under the public/images directory). You could also use an explicit path, starting with...
Has anyone installed the FARRET gem using RADRAILS? I cannot seem to get it to install using RADRAILS or the "gem install ferret" command. I using Windows XP....
Worth a read... Keith News Flash: I've been named Time Magazine's "Person of the Year" for 2006! Kevin Barnes Code Craft is the place for my thoughts, rants,...
All, The weather Tuesday night is supposed to be really bad - sleet, snow, and generally bad driving conditions. I would like to propose that we put the...
All, The weather reports for Tuesday are looking pretty grim. We'd like to have good attendance, and I'm afraid that the weather will keep people (including...
Thanks for this. 1.9 will help some, now that YARV is checked in. YARV benchmarks at check-in: http://www.rubychan.de/share/yarv_speedups.html It's pretty easy...