On 7/31/07, jimmyz
<jimmy.zimmerman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
>
> I''m starting a new rails project which requires users being able
to
> select/edit a theme for the site. There appears to be several plugins
> and libraries available for this.
>
> >From any of you that have experience using/contributing to the
> different theme engines, which do you prefer?
>
> At the moment we are considering:
> Matt McCray''s Theme Support Plugin
(http://www.mattmccray.com/archive/
> 2006/04/09/Rails_Theme_Support_Plugin_v_1)
> MasterView (http://www.masterview.org/)
> Liquid (http://www.liquidmarkup.org/)
>
> It appears that MasterView and Liquid are just templating engines, and
> that''s where the Theme Support Plugin comes into play (which
allows
> you to do multiple themes with either ERB or Liquid). Is this correct?
Theme support is one idea that we have on our todo list for MasterView but
have not had a chance to investigate it yet. If you do try to combine
Matt''s
Theme support plugin and have any problems let us know and we''ll do
what we
can to resolve it. But since we do use ERB underneath everything there is a
good chance it will work, especially if you set the
config.generate_rhtml_files = false so that the ERB is generated to the file
system. This provides the maximum compatibility with other plugins and saves
a little memory as well.
http://masterview.org/configuration.html
Let us know what you find out!
Blessings,
--
Jeff Barczewski, MasterView core team
Inspired Horizons Ruby on Rails Training and Consultancy
http://inspiredhorizons.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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---