/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.railstips.org
| | jakeyesbeck.com
3.9 parsecs away

Travel
| | Ruby private class methods can be tricky. Learn how to make ruby private methods truly private at the class level.
| | yehudakatz.com
4.6 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
| | honnef.co
2.8 parsecs away

Travel
| | [AI summary] The article explains how to dynamically define instance methods in Ruby using eigenclass eval and the define_method function.
| | david-codes.hatanian.com
35.2 parsecs away

Travel
| Having worked in the software engineering field for 6 years, I sometimes pause and consider how much I have learned since I started my career. One thing that...