search for: fourbit

Displaying 7 results from an estimated 7 matches for "fourbit".

2010 Sep 14
4
If then else with command for
Hey listers, I am trying to do something simple... Check the program below... I would like to create a variable named COLOR according to the conditions that I stablished... But the problem is that it seems that my variable COLOR is checking just on sample, may be last in the loop... Certainly, I am missing something... Thanks in advance, Marcio
2006 Apr 06
6
all elements of an array
Hi there, i have a model house and a model owner A house can have many owners. Now i want to find all owners of a specific street and i want to list them So i do: houses = House.find(:all, :conditions => ''street LIKE "%foo%"'') So now i got an array of all houses in that street @owners = houses[0].owner i''ve got all the owners of the first house. but
2006 May 05
1
� to €
Hi, I know a noob question, but i can''t find the function for it. When someone uses a € in a textbox i want in the database € sign. Does anyone knows the function for it? Thanks, Daan -- Posted via http://www.ruby-forum.com/.
2006 Apr 01
3
has_and_belongs_to_many construction
Hi there, I''ve got a table construction like this: presentation contactstate Hilton new Mc Donalds emailed etc. called visited etc. Now i''ve created an join table presentationcontactstate with extra fields like comment and date time. so i know for example when i called a specific presentation. Now
2006 Apr 13
0
Action mailer ''Content-Type'' found without required MIME hea
In my application i use the actionmailer. When i send a message to myself my spamfilter noticed the following error MIME_HEADER_CTYPE_ONLY ''Content-Type'' found without required MIME headers AND MIME_HTML_NO_CHARSET RAW: Message text in HTML without charset Is there a way to fix this? Thanks in advance -- Posted via http://www.ruby-forum.com/.
2006 Feb 01
3
XML on a external website
In my rails application i want to fetch an external xml file So my website www.test.com needs an xml file from www.example.com/xml.asp?query=hallo. In my rails application i want to fetch and handle this file as an xml object. Can anyone help me? Thanks. -- Posted via http://www.ruby-forum.com/.
2006 Jan 24
2
Ruby on Rails using XML and XSLT
Hello, I''m building an ruby on rails application right now and i get an XML document from a specific url. Is it in rails possible to transform the XML document with an XSLT document? Thanks in advance Daan -- Posted via http://www.ruby-forum.com/.