Mario T. Lanza
My feedback
-
25 votes
Mario T. Lanza supported this idea ·
-
104 votes
Mario T. Lanza supported this idea ·
-
151 votes
Mario T. Lanza supported this idea ·
-
347 votes
Mario T. Lanza commented
Not the same. Plugins add Rails features. Gems add Ruby features.
-
418 votes
Mario T. Lanza commented
IMO, overly clever code is a design flaw. Code should be easy to read almost to the end of Krug's "Don't Make Me Think".
-
876 votes
Mario T. Lanza supported this idea ·
This is above all the greatest shortcoming to AR. It's almost a deal breaker and has me evaluating Sequel and other ORMs for an upcoming project. In one project I am working with highly intertwined database structures. The same records are frequently reloaded due to the way the business objects are navigated. Identity Map could solve this headache.