Displaying 6 results from an estimated 6 matches for "brandalism".
2005 Mar 09
21
Converting time retrieved from MySQL
...parts:
1) Can some sort of date operation be brought to bear on RoR''s internal
date format to make it compatible with standard Ruby date operations?
2) If not, is there some way to turn off RoR''s parsing of the date
returned from the MySQL query?
--
Nathan Wright
http://www.brandalism.com
2005 Mar 10
6
problems with ActionMailer
...liver_comment_notification(@comment[''comment''])
Upon calling the mailer method, I''m preseted with the following error:
private method `gsub'' called for nil:NilClass
Does anyone have any idea of what I''m doing wrong?
--
Nathan Wright
http://www.brandalism.com
2005 Mar 31
5
Outputting XHTML strict
...This tag is being called in my view with
<%= text_area("estcomment", "comment", "cols" => 40, "rows" => 10) %>
Is there any way to force Rails to output code without the extraneous
"wrap" attribute?
--
Nathan Wright
http://www.brandalism.com
2005 Mar 02
9
date validation
I''m hoping someone can help me (a Rails newbie) with this. Basically, I
need to verify that a date created with "date_select" is valid *before*
it''s sent off to the database for acceptance (as a valid date) or
rejection (as an invalid date). Given how easy the majority of validation
are in Rails, I''ve got to believe there''s a fairly simple way
2009 Feb 13
5
GFS + Restarting iptables
Dear List,
I have one last little problem with setting up an cluster. My gfs
Mount will hang as soon as I do an iptables restart on one of the
nodes..
First, let me describe my setup:
- 4 nodes, all running an updated Centos 5.2 installation
- 1 Dell MD3000i ISCSI SAN
- All nodes are connected by Dell?s Supplied RDAC driver
Everything is running stable when the cluster is started (tested
2005 Mar 10
4
error messages, loops and saves, actionmailer and finaly authentication
Thanks to everyone who responded to my first set of questions. Not only did I
get my questions answered but I improved my code and learned a couple new
things.
I think I prefer the mailing list over IRC... easier to follow :-)
I have some more questions if you don''t mind. Some are Rails related and some
are Ruby related.
1) This is concerning displaying error messages. I am assuming