Quoting Rafael Lima <[EMAIL PROTECTED]>: > Did you set permissions everytime you deploy the app? > > Is there a way to automatically set permissions on deploy?
Not sure the specifics of your question - but since some of the permission information is in the database, you could create a script (straight SQL or a migration) that would set up the stuff that is common between deployments. The harder part is when you don't have the exact same information in different versions of your application, then a script doesn't do you as much good. -- Cynthia Kiser _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
