Category Archives: Grails

Grails web framework related content

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

Posted in Grails, Ruby | Tagged , , | 4 Comments

Grails and Arabic localization

A little problem that i faced with grails , was setting the locale dynamically, i followed this nice article , and here is how i could manage it : I made a new file called messages_ar.properties that contains the arabic … Continue reading

Posted in Grails | Tagged , , | 2 Comments