Rails Magazine

RSSCategories
What I’m doing…
- Startappz is looking for a QA person. Ping me if interested. 2 weeks ago
- RT @mkhawaja: My Resting Heart Rate = 81, try it now! bit.ly/nabdat :) 3 weeks ago
- RT @fshawash: Nabdat app helps in detecting the Resting Heart Rate, try it now! bit.ly/nabdat #Jo 3 weeks ago
- Facebook Home Will Be Available To Download On April 12 In The Play Store flip.it/ghisr 1 month ago
- The most usable link I ever click from mail inbox is the "unsubscribe" one. #Fact 2 months ago
- نظام بشار هو اسوأ نظام عرفه التاريخ، اجرامي مافيوي وطائفي. #سوريا مهد الحضارات اصبحت رمادا مع كل أسف. فلا نامت أعين الجبناء 2 months ago
- Appolo getappolo.com 2 months ago
- Job opportunity: Backend Developer at Startappz - Jordan #jobs lnkd.in/hRK8Dd 2 months ago
- harlemify.com/?url=khd.me 2 months ago
- شقة مفروشة للعائلات في الدوار السابع - من المالك مباشرة jo.opensooq.com/search/2919854 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
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
