search for: brandal

Displaying 6 results from an estimated 6 matches for "brandal".

Did you mean: randal
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
...<device name="ipoman" action="On" switch="ampere" port="10"/> </method> </fence> </clusternode> <clusternode name="brandal.somedomain.tld" nodeid="4" votes="1"> <fence> <method name="1"> <device name="ipoman" action="Off" switch="volt"...
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