cczona


Member since 12/15/2007

11 snippets

4035 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

cczona's Recent Ruby SnippetsTagged ruby



« Prev 1 Next »
Note: most of these will be available to the shell and Rails' console too.
2 724 posted 16 years ago by cczona
"When using haml, an HTML tag is represented using %tagname, but in the case of an HTML tag with attributes, the representation is %tagname{:attribute => value}. It turns out there must be no whitespace between %tagname and {:attribute => value}....
1 602 posted 16 years ago by cczona
See also p. 348 ("Invoking a Method") of Pickaxe 2nd edition
1 610 posted 16 years ago by cczona
Following a
2 604 posted 16 years ago by cczona
This is handy for testing, when you need to simulate an open file or open URI. Why, and the Pickaxe book, have better examples
1 609 posted 16 years ago by cczona
You can turn off warnings for a section of your code by setting $VERBOSE to nil. Even better is to codify this in a method. Since this method takes a block as its parameter, you can now pass it arbitrary chunks of code to execute without warnings.
1 593 posted 16 years ago by cczona
Beware of requiring 'CGI'. There's trouble in them thar hills/
1 336 posted 16 years ago by cczona
« Prev 1 Next »