Rails Magazine

RSSCategories
What I’m doing…
- RT @N2Vtweets: هل ترغب في السفر هذا الصيف؟ شاركنا في مسابقتنا الجديدة واربح رحلة سفر للمدينة التي تحب أو آيباد الجديد! http://t.co/t0gXU ... 1 month ago
- قمت بالإشتراك بمسابقة رحلة الأحلام من المبادرات الوطنية، واخترت باريس. سارع بالمشاركة http://t.co/fetBPpOo @N2Vtweets #N2Vtravel 1 month ago
- Donuts morning :) http://t.co/Br3D2bim 1 month ago
- تفاحة http://t.co/qLUnXGZE 1 month ago
- Just posted a photo http://t.co/nEgKxi36 1 month ago
- RT @N2Vtweets: "الكثير من احلامنا تبدو في البداية مستحيلة , ثم تبدو غير محتملة, لكن حالما نستجمع الإرادة, يصبح تحقيقها امراً محتوماً" كر ... 1 month ago
- Beware, politicians: 'Hunger Games' takes aim http://t.co/3WMHCfNy 1 month ago
- Watched "Hunger Games". Man, this is one of the best movies since 2 years. Really stunning, got my 10 mark! 1 month ago
- Did you start your #lifeline? http://t.co/HHUzLEU2 2 months ago
- Browsing the life line of Steve Jobs http://t.co/vwkRjGOI 2 months ago
Tags
App Engine arabic Book Business C++ CoffeScript currying delegation Design Patterns Desktop Application DSL dynamic method calling Encoding fun Functional Programming GAE Grails Internal DSL introspection Java Javascript JRuby localization Merb Merb + RoR3 metaprogramming mysql new Observer pass-by-refrence pass-by-value Prism Python rails rails 2.2 reflection Ruby Sinatra Singleton Stackoverflow Startup symbols test utf8 Web Application
Tag Archives: metaprogramming
Ruby reflection 2
This is the second post related to ruby’s reflection API, the previous post was an extensive intro to this topic. While the current one will be lighter somehow, it would require you to focus a bit more on the content. … Continue reading →
Ruby introspection 2
I wanted to start blogging on ruby reflection api, but i just realized that i have to give a second part of my previous article on ruby introspection . So here we go: s = ” # s.is_a? String, this … Continue reading →
Ruby dynamic method calling
I’m pretty sure that you have heard lots about ruby, specially as being a dynamic language, you can create methods on the fly, add instance variables, define constants and invoke existing methods dynamically , and that’s what this post is … Continue reading →
Posted in metaprogramming, Ruby
|
Tagged dynamic method calling, metaprogramming, Ruby
|
18 Comments
Ruby introspection
Hi, this is my first blog post!, i’m already done of reading this artilce on groovy’s lang introspection , and i wanted to submit the equivalent one for ruby, so all you need now is to fire your irb and … Continue reading →
