After a while my first enterprise prototype is finished and I have to summarize what was right and what was wrong during the period of prototyping. Really nice surprise for me was the way of communication. The requirements were formulated more precisely then any requirement before, but not from the beginning. When I did start,… Continue reading RoR in enterprise – lessons learned
Month: October 2007
From pictures to picturables
This article tries to explain how to convert existing class in Ruby on Rails to a class that can be used in polymorphic association class. As the beginning, I do recommend to read article about polymorphic associations. It explains what they are and how they work. The whole process will be described on classes Picture… Continue reading From pictures to picturables