Displaying 2 results from an estimated 2 matches for "railsproductgenerator".
2005 Oct 24
3
Custom View Location
Hi,
I would like to have the ability for my application''s
.rhtml files to be customized after I give my app to a
client. However I don''t want them to mess with the
existing templates. Basically I would like to look in
a directory lets say "customize" which would be off
the RAILS_ROOT directory. If a .rhtml is in the
"customize" there use that one, if not
2006 Mar 13
1
Multiple instances of the same app
I''ve got the same basic app that I''d like to run on a couple domains.
It''s very simple and the functionality would stay the same, but
templates would be different. I was wondering if there''s a way I can
just run one instance of the app so that I don''t have to have multiple
fcgi processes for each site. Is that a good approach for something
like a