My idea is 1. put one shell script file to create the page which will run every day at 12:01 am. 2. name the file as today's date. 3. display the file named as todays date.
Simple!!!!! On Tue, May 19, 2009 at 12:58 PM, Colin Law <[email protected]> wrote: > What do you mean by 'create a new page for each day'? > Colin > > 2009/5/19 Frederick Cheung <[email protected]> > >> >> >> >> On May 19, 4:54 am, sayeo87 <[email protected]> wrote: >> > Hi, >> > >> > I'm completely new to Ruby and RoR and yet I have an assignment due in >> less >> > than a week =( One part of the assignment states that my RoR app will >> have >> > to create a new page each day. I'm wondering what is the best way to get >> > this done? Should there be a continuous process running on the server to >> > detect the start of a new day to create a page for that day or should it >> be >> > more request-driven? Any help is much appreciated. Thanks! >> > >> I'd probably just have a cronjob that ran once a day. >> >> Fred >> > -- >> > View this message in context: >> http://www.nabble.com/How-to-automatically-Create-a-new-page-each-day... >> > Sent from the RubyOnRails Users mailing list archive at Nabble.com. >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

