Explore >> Select a destination


You are here

dejimata.com
| | yehudakatz.com
5.5 parsecs away

Travel
| | 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
3.7 parsecs away

Travel
| | 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
3.8 parsecs away

Travel
| | Module.include(module, ..) is commonly used to mix modules into classes and other modules. When a module is included the constants, methods...
| | janikvonrotz.ch
30.1 parsecs away

Travel
| 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.