I've already completed a themes / layout based system and it works very 
well.

You should divide the stylesheets up and handle the different pages with 
page-specific layouts which include the specific stylesheet for that 
page.

Then you just render the layout in your controller for that page.

respond_to do |format|
  format.html { render :layout => @layout_name }
end



-- 
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.

Reply via email to