Community Page
- blog.peteonrails.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- This is a good example of how mysterious finds can be solved with a little effort. Note that the Capital of Vermont <a href="http://www.hrsaccountlogin.com">hrsaccount</a> is...
- I'm not sure what you've done wrong. Can you post a link to a gist or other online snippet so I can see your code? Thanks, --Pete
- The :order in the tally doesn't seem to work? Where have i done wrong?
- Oddly enough, a full year later, I write my blocks like the second example. Feh.
- Hey Pete, loving this plugin. I used it to get this site up and running quite quickly: http://buyersvote.com So thanks for contributing it! One comment I wanted to share: one more feature I was...
Jump to original thread »
Since I seem to be on a “Comment” and “Terseness” rant, I’d like to point out that I dislike block comments for everything but RDoc.
x ||= ["0"]
=begin
this is a block comment
It’s good for auto-generated documentation
, I suppose.
x.push(”1″)
But that line of code above might [...] ... Continue reading »
x ||= ["0"]
=begin
this is a block comment
It’s good for auto-generated documentation
, I suppose.
x.push(”1″)
But that line of code above might [...] ... Continue reading »
0 comments
This thread has no comments yet.