Marnen Laibow-Koser wrote: > Älphä Blüë wrote: >> Wow, that's pretty powerful stuff there. >> >> I created a Universal Templates controller with the following test: >> >> class UniversalTemplatesController < ApplicationController > [...] > > Before you get too far with this, you might want to take a look at > make_resourceful, which encapsulates some similar features. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > [email protected]
I actually had looked into that yesterday when I was doing searches for controllers. The big turnoff with it was that it uses haml. Now I know for the most part many people love using haml because they feel it's faster on development and cleaner. For me, it's not. Html, Xml, Css are like walking down the street to me. I tried haml a couple of weeks back and simply hated it. It wasn't for me. I have a photographic memory and my brain revolves around code in a set learning process. I don't want to reinvent the wheel to make something shorter for something that's not broke and properly written. Thanks for the tip though Marnen. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

