|
You are here |
dejimata.com | ||
| | | | |
yehudakatz.com
|
|
| | | | | After writing my last post on Rails plugin idioms, I realized that Ruby metaprogramming, at its core, is actually quite simple. It comes down to the fact that all Ruby code is executed code--there is no separate compile or runtime phase. In Ruby, every line of code is executed against | |
| | | | |
blog.tdg5.com
|
|
| | | | | At last year's RubyConf in San Diego, Craig Buchek gave a presentation entitled Ruby Idioms You're Not Using Yet focusing on some of Ruby's under-utilized and emerging idioms. In this post we'll discuss one of those idioms, an idiom Craig appropriately calls Module Factory. In particular, we'll explore the using... | |
| | | | |
blog.jayfields.com
|
|
| | | | | Module.include(module, ..) is commonly used to mix modules into classes and other modules. When a module is included the constants, methods... | |
| | | | |
janikvonrotz.ch
|
|
| | | This post is part of my Your own Virtual Private Server hosting solution project. Get the latest version of this article here: https://gist.github.com/9408741. Introduction This is a minimal Nginx website configuration. It's a good way to start your next project. | ||