Hello Friends,
I am confused on the way how I have designing of the system.
My requirenemt is that - The application provide a user to install a
theme which contains the following file structure
1.application.erb
2.javascript files
3.css files
4.images
And all the themes are stored inside the Amazon S3 server. When a user
install a new theme the following process is taking place.
1.Even user have a space in Amazon S3 server.
2.The theme is getting store inside the Amazon S3 server(The reason behind
storing the theme on the amazon s3 server is that incase if some techinical
problem occurs on the server we should not loose the data.) and
application.erb file is getting stored inside the
app/theme/user_id/theme_name/application.erb.
3.So when a user is viewing a page the layout is getting called from
app/theme/user_id/theme_name/application.erb.
Problem
1.When a user install a new theme as I said that the application.erb is
getting saved inside the “app/theme/user_id/” folder. I need to restart the
apache server so that the changes should take place or else I am getting the
“Missing template” Error.
*2.Is it a right approve of the system? If not then Please HELP me on
designing the system.*
--
Thanks & Regards,
abhis
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=.