Search the web
Sign In
New User? Sign Up
Houston-RoR · Houston.rb--Ruby and Rails Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 251 - 280 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
251
On the Mac, I've found that I constantly jump back and forth between Firefox, Camino, and Safari. Safari has I think better integration with the other Mac...
Keith Lancaster
klancaster1957
Offline Send Email
Jul 1, 2006
9:23 pm
252
... While on the subject of Mac browsers, you all might check out Flock (www.flock.com), it's in beta, but it already bests Camino for the nicest Mac-native...
Jeremey Barrett
jeremey.barrett
Offline Send Email
Jul 3, 2006
12:01 am
253
How would I convert the following HTML to Rails? <input type="image" src="/images/button_create.gif" alt="Create" width="87" height="23" border="0"...
rgremill
Offline Send Email
Jul 3, 2006
12:47 am
254
Hi, Robert, Based on the src of your image, it appears that your just wanting to submit the form and not bind the image to any blob field from the model,...
Wynn Netherland
bit.wrangler
Offline Send Email
Jul 3, 2006
3:11 am
255
Wynn, That worked. Thanks! Robert...
Robert Gremillion
rgremill
Offline Send Email
Jul 3, 2006
4:01 am
256
I'm looking for IRC Software recommendations for OSX. (On Windows XP I use Trillian) Anything like that for OSX? FREE would be good. Thanks, Robert...
rgremill
Offline Send Email
Jul 3, 2006
4:15 am
257
I use Colloquy and am happy with it, but I'm sure there are others. http://colloquy.info/ Keith ... Keith Lancaster klancaster1957@......
Keith Lancaster
klancaster1957
Offline Send Email
Jul 3, 2006
1:21 pm
258
I'd heard of flock but not tried it. Looks pretty good, although Firebug on it seems to not include debugging. I'll have to experiment with it a bit more. ...
Keith Lancaster
klancaster1957
Offline Send Email
Jul 3, 2006
1:27 pm
259
Thanks Keith. I'm trying it out right now. Robert...
Robert Gremillion
rgremill
Offline Send Email
Jul 3, 2006
1:34 pm
260
I use colloquy for IRC as well, and for IM, Adium (http://www.adiumx.com/) is, by far, the best. It's very well done, and it uses libgaim, so it supports...
Nathan Eror
big_nate
Offline Send Email
Jul 3, 2006
5:22 pm
261
Does anyone have experience using forms containing collections? On page 356 of the printed edition of Agile Web Development with Rails (page 442 in the latest...
John Bell
jdwbell
Offline Send Email
Jul 3, 2006
7:50 pm
262
John, Make sure that you have a div in your layout RHTML that contains whatever collection is being auto-updated with error messages. I haven't played with a...
Wes Gamble
wesgamble
Offline Send Email
Jul 3, 2006
8:09 pm
263
What's the best way to grab the flash errors and print them in a view? I found this code on the web, but I am getting a compile error: <% unless...
rgremill
Offline Send Email
Jul 3, 2006
8:49 pm
264
I figured it out. Here's what I used: <% @feed.errors.full_messages.each do |message| %> <%= message + '<br>' %> <% end %> Robert...
Robert Gremillion
rgremill
Offline Send Email
Jul 4, 2006
12:03 am
265
Is there something I can add to my model to validate a date field? Something like, validates_correctness_of_date or something like that? Is anyone else...
rgremill
Offline Send Email
Jul 4, 2006
1:51 pm
266
I'm getting ready to build another linux server to use as our Rails deployment box (we've been deployed on Windows up till now). I've used Suse and Redhat...
Keith Lancaster
klancaster1957
Offline Send Email
Jul 4, 2006
2:19 pm
267
I don't think there is a built-in date validator. You might look at http://www.bigbold.com/snippets/posts/show/1548. I've not used it, but it could be worth a...
Keith Lancaster
klancaster1957
Offline Send Email
Jul 4, 2006
2:34 pm
268
Wes, Thanks for the reply. I can get validation errors to display fine when using a simple form, it is just when using collections in a form that I have...
John Bell
jdwbell
Offline Send Email
Jul 4, 2006
2:35 pm
269
... I do not see one on the rails api at http://rubyonrails.org/api/ classes/ActiveRecord/Validations/ClassMethods.html however I know that you could seperate...
Nelson Morris
k3ldon
Offline Send Email
Jul 4, 2006
2:42 pm
270
Keith, I use Ubuntu on my personal computer and it works great as a desktop operating system. I know the new Dapper realease of Ubuntu includes a server...
Jim Mulholland
jpmtamu
Offline Send Email
Jul 4, 2006
3:45 pm
271
... Ubuntu is getting great press as a desktop distro. I'm not sure about the server end. I've got the live CD but it didn't have emacs and how can I treat...
Robert Love
rblove@...
Send Email
Jul 4, 2006
4:19 pm
272
Most recently I have been using Fedora Core 5. It has most of what we need in RPMs that you can have it install. You don't have to go through much of the build...
Don Parsons
dparsons62
Offline Send Email
Jul 4, 2006
4:46 pm
273
Nelson, I'm still getting this error: 1 error(s) on assignment of multiparameter attributes Some how the error needs to be caught before it tries to turn the ...
Robert Gremillion
rgremill
Offline Send Email
Jul 4, 2006
9:30 pm
274
I've been using Ubuntu on a server now for several months and I really like it. The server install is nice and clean without a lot of extra junk. The Debian...
Phil Birkelbach
rv7phil
Offline Send Email
Jul 5, 2006
2:19 pm
275
I've been doing personal/small-group linux admin for a few years, and have found debian based distros, like Ubuntu to be great for servers. I like the apt-get...
Nelson Morris
k3ldon
Offline Send Email
Jul 5, 2006
3:53 pm
276
I just dist-upgraded my ubuntu server to dapper the other day, and I was able to move from home built deb packages for ruby and friends (lighttpd, postgresql,...
Nathan Eror
big_nate
Offline Send Email
Jul 5, 2006
11:23 pm
277
Thanks to all for the feedback on this! I just downloaded the ubuntu image - 1 disk!!! I'll give it a shot and see how it goes and report back to the group. ...
Keith Lancaster
klancaster1957
Offline Send Email
Jul 6, 2006
1:13 pm
278
Another option: http://www.railslivecd.org/ I am thinking about deploying one of my clients project this way... a fully configured linux virtual machine as a...
Michael Hagedorn
mhagedorn
Online Now Send Email
Jul 6, 2006
3:29 pm
279
This is a little off-topic but I thought IŽd mention that I can help if youŽre interested in obtaining free digital certificates for signing and encrypting...
Nils Jonsson
njonsson
Online Now Send Email
Jul 6, 2006
6:45 pm
280
I'd like to take advantage of your offer Nils, but the drive would be a killer. :o) ... From: Nils Jonsson <nils@...> To:...
Cody Skidmore
codyatecho
Offline Send Email
Jul 6, 2006
7:26 pm
Messages 251 - 280 of 2036   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help