Displaying 3 results from an estimated 3 matches for "validatio".
Did you mean:
validation
2007 Jul 18
0
very strange date problem for the month may
...rrect and in the log
i can see the submit query is submitted with the date field "2007-07-10"
however, if i select a day in may, this is not working anymore.
in the log i see the date: ''may 10, 2007'' as the string which gets
submitted, but it doesn''t pass field validation, and if i remove field
validatio for this field, i get:
You have a nil object when you didn''t expect it!
The error occurred while evaluating nil.strftime
is this a bug somewhere?
regards, remco
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--...
2008 Apr 20
1
vlidations
hi im anas
Im using model validatios,it check''s in the model.....
instead of that when i click the view''s submit button (i.e. .rhtml
file which contain the form details )it''l check validations such
as............... ("emptyness,numerical,format of file uploading......)...
2011 Feb 03
5
Ignore attr_accessible in seed file
Is there a way to tell Rails to ignore attr_accessible when seeding the
database and to allow mass assignment with create or new?
I know how to skip validations but do not find anything on mass
assignment...
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this gr...