search for: seiri

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

Did you mean: seiji
2008 Nov 12
2
How to get hash values????
Hi, please help me.... <% puts "Total #{@totalemail.inspect}" %> My Output is: Total [{:email=>"aa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"aa"}, {:email=>"bb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"bb"}] How to get email and name??? Thankyou. -- Posted via http://www.ruby-forum.com/.
2010 Mar 10
2
"must be nil" validation?
Hey guys, is there a validation that essentially acts the opposite way of "validates_presence_of". That is, the attribute in question must be nil, or blank, non-existent. If not, what''s the best way to prevent a user from altering a web form attempting to submit data to a field that they should never have access to? Thanks! -- You received this message because you are
2010 Jan 25
15
database design question: building features
I am trying to decide between two different database architectures for an application to manage properties. For capturing the property features, I have two options: a single model/table with all the features as fields, or a set of joined models - property, feature, feature data. (see attached ERD diagram) OPTION A Properties name address has_pool has_doorman has_etc. (a bunch of values, not all