Hi, Ruby Newbie here, with a question. I've written rails web app, and I'd like to have the controller log the post data into the info log to keep track of how users are using my app. Is there a way to reference all of the POST data in bulk, or will I have to call out each field separately? The form has a lot of fields, so maintaining the logging feature will be a pain if it can't be done in one wack, by referencing a certain hash or something.
Any advice greatly appreciated. scafativ -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---

