Rails Magazine

RSSCategories
What I’m doing…
- Building a MultiLingual Siri Support - Voice To Voice - Part 2 http://t.co/7iSUruIs 20 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
Category Archives: Ruby
Google App Engine, JRuby, Sinatra and some fun!
Yesterday I was experimenting with Google App Engine for a little project that I was working on. I literally started from ground zero and could do my thing after a long night. I’m blogging about it to share you the … Continue reading
2011 and I’m back!
Hey, It has been long time since I opened this page to write something. Actually 2010 was a very busy year. I left ArabCrunch team to join Inquiro, a cool startup focusing on SEO/SEM optimization, where my work completely took … Continue reading
StackOverflow cool Ruby questions 4
Welcome to the fourth post of this series. Just before proceeding to the questions, I would like to mention the great Metaprogramming Ruby: Program Like the Ruby Pros book by Paolo Perrotta, a very good book that explains the metaprogramming … Continue reading
StackOverflow cool Ruby questions 2
Welcome in this second post of this series. Just before I list the questions of this one, I want to mention 2 things: You can follow StackOverflow tagged Ruby questions on twitter using the user: sof_ruby Some ppl feel shy … Continue reading
StackOverflow cool Ruby questions
I have participated heavily during the last 2 weeks in answering Ruby tagged questions on stackoverflow. That took place mainly after Ryan Bates tweet wishing to see more Ruby developers on stackoverflow. Since then I have enjoyed reading various kinds … Continue reading
Observer and Singleton design patterns in Ruby
This is my first article in http://railsmagazine.com, it was published in issue 3, so basically I’m just republishing it here again. Observer and singleton are two common design patterns that a programmer should be familiar with, however what made me … Continue reading
Ruby 1.9 Encoding Fun
Ruby 1.9 has a great support for encoding, this post covers that for a big deal, however with this support out of the box, things like this becomes easier, just note the source code is not limited to few types … Continue reading
Ruby and Functional Programming
Ruby is known to support the functional paradigm. This article is going to walk you through the Functional Programming page on WikiPedia, to revise the general concepts of functional programming and to explain how Ruby supports them. According to wikipedia, … Continue reading
