Digging into Ruby Symbols Ruby y los simbolos, de que se trata?? Lots of people have been discussing symbols in Ruby, and seem have converged on the explanation that symbols should be used whenever you're referring to a name (i.e. an identifier or keyword, essentially), even if you're talking about a... in Public bookmarkswith articulosruby
Modular Architectures with Ruby Ejemplos de arquitecturas en Ruby Any reasonably complex end-user application is going to require some sort of customization and enhancement for effective deployment. A modular architecture is one where the user can create modules that conform to well-described APIs and plug them into the application to extend the functionality. It's a way of leaving the door open for advanced users or consultants who want to exten apidesignmodularruby in Public bookmarkswith architectureruby