Ahad Amdani wrote: > Frederick Cheung wrote: >> On May 11, 8:08�am, Ahad Amdani <[email protected]> >> wrote: >> >> Rather than guessing where it is, have you tried printing out the >> value of YAML_CONFIG_FILE ? >> >> Fred > > Actually, I tried and failed. I used puts YAML_CONFIG_FILE in the index > action as well as in the initialize method, but the server output showed > no information upon reaching the error. I thought to put it into the > Request section by using params["debug"] = YAML_CONFIG_FILE but that > also had no effect, except to make an empty Request section show up. I > thought, well, maybe the path isn't being setup at all, except the error > specifically states the LawyersProfessionalLiability.yaml file, without > any path, so I know it's getting set, I just don't know to where or how > to make it display where.
Well, I tried puts on a lot of different areas and I was able to expose the problem. It came down to a simple parameter value not being passed in properly. Thanks for the assistance. -- 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 -~----------~----~----~----~------~----~------~--~---

