What would be the best way to publish a number of pages to static html pages? Just loop through them and create URL:s and fetch them with http or is there a better way? tia /Marcus
page caching? On 1/26/06, Marcus Andersson <marcus@bristav.se> wrote:> What would be the best way to publish a number of pages to static html > pages? Just loop through them and create URL:s and fetch them with http > or is there a better way? > > tia > > /Marcus > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
You could write a ruby script which would loop over a bunch of ERb templates, for instance. But it depends on what you want to do more precisely. hth Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060127/83182e51/attachment.html