Displaying 2 results from an estimated 2 matches for "abukhait".
2005 Dec 27
4
PostgreSQL Array field type
It seemed to me that rails extract the special database field type
(Array .. In PostgreSQL) as a string.. {'One','Two'}
wouldn't it be great if it got converted to a Ruby array directly?
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Feb 04
0
object.update_attributes(hash)
shouldn''t @m.update_attributes(params[:m]) only update the attributes
listed in the params hash? it tries to update all table attributes
I hacked _form.rhtml and removed some of the fields, hoping that they
will not be updated.. but it didn''t work.