Jacob Kaplan-Moss
Activity tagged “ruby”
Bookmarks
Monk project skeletons
Neat idea: project skeletons in Monk are just Git repositories that get cloned when you start a new project. Would be a *great* idea for Django app/project templates.
A Painful Decision « A Fresh Cup
The Rails community drives away another brilliant mind: “A significant number of Rails core contributors - with leadership (if that’s the right word) from DHH - apparently feel that being unwelcoming and “edgy” is not just acceptable, but laudable. The difference between their opinions and mine is so severe that I cannot in good conscience remain a public spokesman for Rails.”
Matasano Chargen » Ruby’s Vulnerability Handling Debacle
Handing security problems is the *worst* part of being an OSS maintainer. Learn from what the Ruby folks did wrong.
del.icio.us/url/94779974e02e62e7b62506fe05701ad7
mcroydon: “Someday ruby developers will discover that putting RDoc online doesn't count as documentation.”
Piston ~ Easy Vendor Branch Management
“Piston is a utility that eases vendor branch management. This is similar to svn:externals, except you have a local copy of the files, which you can modify at will. As long as the changes are mergeable, you should have no problems.” Nifty.
7 reasons I switched back to PHP after 2 years on Rails - O'Reilly Ruby
Read the comment thread for the 8th reason: good lord the Rails community is obnoxious. It's a shame: Rails is such beautiful tech, but it seems to attrack the worst of the rabid fanboy assholes out there.
su2stl.rb
Export SketchUp documents to STL.
The Ruty Template Engine
Django-like template system for Ruby.
5 Question Interview with Twitter Developer Alex Payne
“All the convenience methods and syntactical sugar that makes Rails such a pleasure for coders ends up being absolutely punishing, performance-wise.” That, right there, is why Django is written the way it is.
JunebugWiki
Cute little wiki built on Camping
Zed on Ruby, Rails, Mongrel, and More - O'Reilly Ruby
Contains the best definition of “Enterprise Ready” I've ever read.
Django | Snakes and Rubies downloads
Video and audio from the Snakes and Rubies event
Snakes and Rubies :: Index
Witness an epic battle of Those WIth Strange Last Names Who Write Web Frameworks
Entries
Python is Unix
Porting Ryan Tomayko’s simple prefork network server into Python. You know, because it’s there.