Is there anything like Zope Page Templates for Ruby on Rails?
Posted
by
dan
on Stack Overflow
See other posts from Stack Overflow
or by dan
Published on 2011-01-14T19:48:15Z
Indexed on
2011/01/14
19:53 UTC
Read the original article
Hit count: 188
I have a Ruby on Rails app that I built myself, but which needs a redesign by a professional designer. I know most designers just give you Photoshop mockups and slices, but I would like to hire someone to implement the design as well, which means rewriting the css style sheets and the erb and haml templates.
The problem is that I want someone else to implement the redesign without exposing my business logic code to the redesign implementer. Also, I wish there was a way to allow a designer to implement a redesign on a Ruby on Rails site without having to know anything about Ruby on Rails. Are either of these scenarios possible using any combination of software tools?
I guess I'm looking for something like Zope Page Templates, but for Ruby on Rails.
http://quintagroup.com/cms/zpthttp://quintagroup.com/cms/zpt
© Stack Overflow or respective owner