search for: benevento

Displaying 2 results from an estimated 2 matches for "benevento".

Did you mean: benedetto
2006 May 31
2
Rails Bug when loading required files for API?
...oading the required file, but my expertise ends here. If I define the SoapResponse class in the application controller it all works fine, BTW (but I don''t want that). Does anybody have any suggestions how to further investigate/remedy this? Am I doing this right anyway? TIA, Michel Benevento -------------------------- /vendor/my_service.rb ---------- module MyService class SoapResponse < ActionWebService::Struct member :id, :int member :title, :string end end ---------- /app/apis/myws_api.rb ---------- require "my_service" class MywsApi < ActionWebSer...
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the