2009/6/5 tashfeen.ekram <[email protected]>: > > yes, that is correct. i would like to be able to stroe the info in the > url
I don't think that is the way I would do it, I would use the database. You could do without the user table but keep the other data. Purging old data from the db occasionally if necessary. I am not sure how to go about it using the url. I can see how to use the url to generate the pages but I do not see immediately how to use the user input to generate the url. Colin > > On Jun 4, 5:05 pm, Colin Law <[email protected]> wrote: >> 2009/6/4 tashfeen.ekram <[email protected]>: >> >> >> >> > i wanted to allow this feature to be available to users who are not >> > logged in. >> > the form is to basically allow users to put in several drugs of >> > interest with some other info and get back an analysis of informatino >> > eneterd. i do not need to save it in my db for future reference. but >> > perhaps the user wants to see the same analysis again and could just >> > save the link. >> >> If you want the user to be able see the same analysis again then you >> must store the data somewhere. Or are you suggesting putting all the >> data on medications and dosage in the url as parameters? >> >> Colin > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

