ACK to series - GET /api/addresses and GET /cimi/addresses both work now.
Was able to gem install sinatra-rabbit-1.1.5

> From: [email protected]
> To: [email protected]
> Sent: Wednesday, February 27, 2013 9:23:34 AM
> Subject: [PATCH core 1/3] CIMI: Removed debug statements from 
> AddressCollection
> 
> From: Michal Fojtik <[email protected]>
> 
> 
> Signed-off-by: Michal fojtik <[email protected]>
> ---
>  server/lib/cimi/collections/addresses.rb | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/server/lib/cimi/collections/addresses.rb
> b/server/lib/cimi/collections/addresses.rb
> index 92aca3e..c34068d 100644
> --- a/server/lib/cimi/collections/addresses.rb
> +++ b/server/lib/cimi/collections/addresses.rb
> @@ -25,9 +25,7 @@ module CIMI::Collections
>        operation :index, :with_capability => :addresses do
>          description 'List all Addresses in the AddressCollection'
>          control do
> -          puts "GET ADDRESSES"
>            addresses =
>            Address.list(self).select_by(params['$select'])
> -          puts "GOT #{addresses.size}"
>            respond_to do |format|
>              format.xml {addresses.to_xml}
>              format.json {addresses.to_json}
> --
> 1.8.1.2
> 
> 

Reply via email to