Rails Magazine

RSSCategories
What I’m doing…
- Building a MultiLingual Siri Support - Voice To Voice - Part 2 http://t.co/7iSUruIs 19 hours ago
- @ahm1 enjoy it buddy! 3 days ago
- A must read: The Hacker Way http://t.co/cbIOUvcy #Startup #N2V 3 days ago
- Just updated my website, a better look? http://t.co/mosvANnx 2 weeks ago
- I just upgraded my PC to Infinite storage with Bitcasa! You should too! http://t.co/qcLIqulP via @Bitcasa 2 weeks ago
- محشش حب يترجم للغه الانجليزيه : من يضحك اولآ يبكي اخيرآ فقال: Who haha first, he hehe last #LOL 2 weeks ago
- مبدئيا: يلعن روحك يا برشلونة #RealMadrid 2 weeks ago
- Excuse me dear fellows, but I don't believe in content startups any more in the Arabic world. Time for products based ones #N2V 2 weeks ago
- A new blog http://t.co/2dN5aE5f by @moski_doski 3 weeks ago
- #300DaysLater May their souls forever rest in peace, those who sacrificed for a better #Syria 1 month 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
Monthly Archives: April 2009
Delegation in Ruby
This is my first article in http://railsmagazine.com, it was published in issue 1, so basically I’m just republishing it here again. “Separate changeable parts from others that remain the same” and “composition is preferred to inheritance” are 2 common design … Continue reading
C++ passes by reference, Java and Ruby don’t
I got a lot of comments for the previous article, that was explaining how Ruby passes by value, just like Java does. I thought that showing a simple example implemented in C++, Java and Ruby will clarify the idea. In … Continue reading
Ruby, pass by value or by reference?
It’s a basic question that I myself had a problem with when i started using Ruby: Does Ruby pass by value or by reference? Well, if you want a direct answer, then: Ruby passes by value. It’s a similar behavior … Continue reading
