search for: dwright134

Displaying 4 results from an estimated 4 matches for "dwright134".

2006 Jan 19
6
ruby on rails
CentOS 4.2 (ruby-gems-0.8.11) cd ~ mkdir ruby-db cd ruby-db $ rails th-db Rails requires Ruby version 1.8.2 (2004-12-25) or later. You're running 1.8.1 (2003-12-25); please upgrade to continue. ;-( Am I going to have to use Fedora on this server to use rails? Craig
2006 Jan 16
2
ruby embedded code replacement for onclick in link?
Is there a ruby embedded code replacement for something like this? <a href="#" onclick="window.open(''http://192.168.78.12:3000/portfolio/show/<%= item.id %>'', ''test'', ''width=660, height=500,resizable=no'')"> <%= image_tag item.image_url, :size => ''200x150'' %></a> Thanks, Dan
2006 Jan 15
1
Ping
Ping -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060115/91cacd39/attachment-0005.html>
2006 Feb 28
2
Need help with a Power Find()
I was hoping someone would be able to help me with creating a method. I have two tables. What I am trying to do is create a list of all the id''s from table2 that aren''t currently referenced by Table1''s address_id column. That way, when I create a new customer I can have a drop down list in the view of all the addresses that are not currently being used. ##### Database