search for: my_service

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

2006 May 31
2
Rails Bug when loading required files for API?
...ds 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 < ActionWebService::API::Base include MyService api_meth...
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following: * manage single files * manage directories * manage symlinks * manage recursive file copies The intersection of all these bits of functionality makes it difficult to understand exactly what is going on when you''re new to Puppet, and even experienced users often don''t know how combining symlinks/content management is going to work.