They are copied over each time fastcgi, or whatever core serving process, is spawned. This is done automatically.
If you view in your log files, you will see that after a fresh restart, the log files will have make record of all files copied over. I haven't yet come across where this is done specifically in the code, but as long as you have the Engines.start :my_engine, your files will be copied over, and the app/model, app/controllers, etc will be added to the load paths. -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Subimage > Sent: February 21, 2006 11:21 PM > To: [email protected] > Subject: [Engine-developers] Rake tasks to copy files? > > How/when are the files in my engine's public folder copied > over into engine_files? > > Is there a rake task or something I can call to transfer it > over? I looked but I'm feeling that I might be missing something... > > Thanks again. > > - s > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-developers mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-developers- > rails-engines.org > _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
