Commit Graph

175 Commits

Author SHA1 Message Date
Marek Majkowski
a38a15ba63 cosmetic 2011-05-31 13:09:04 +01:00
Marek Majkowski
f2c3fb0e38 Updated dotnet code. 2011-05-31 13:07:53 +01:00
majek
26422be9d9 Merge pull request #5 from ruby-amqp/master
Merged, thanks.
2011-05-26 06:17:03 -07:00
Michael S. Klishin
c74ef4b6b6 Recommend Windows users to go with JRuby
Signed-off-by: Michael S. Klishin <michael@novemberain.com>
2011-05-24 10:23:37 +04:00
Michael S. Klishin
edbb99920f Sync with rabbitmq/rabbitmq-tutorials, resolve conflicts 2011-05-24 10:23:26 +04:00
Marek Majkowski
390737db15 #3: fixed links in ruby readme 2011-05-23 14:38:05 +01:00
Marek Majkowski
14d16f5be2 Use real urls, not bit.ly links 2011-05-19 10:29:01 +02:00
Marek Majkowski
c4c9553406 Remove superfluous whitespace. 2011-05-19 10:29:01 +02:00
Marek Majkowski
64d7515a1c Amqp gem must be at least 0.8.0.rc12 2011-05-19 10:29:01 +02:00
Marek Majkowski
1bbec48c77 Cosmetic: minor changes to ruby readme 2011-05-19 10:29:01 +02:00
Ann Witbrock
7052600011 format publish 2011-05-19 10:27:59 +02:00
Ann Witbrock
7251e9b5ac restored fib function to original version that does not guard against negative numbers 2011-05-19 10:27:59 +02:00
Ann Witbrock
4e3716f749 changed fib function to be nicer with negative input 2011-05-19 10:27:59 +02:00
Ann Witbrock
914a9632a0 easy_install pip, as easy_install pika==0.9.5 fails 2011-05-19 10:27:59 +02:00
Marek Majkowski
22af53da7a Python tutorials updated to pika 0.9.5 2011-05-19 10:27:58 +02:00
Marek Majkowski
73f421f558 Python examples updated to recent pika 2011-05-19 10:27:58 +02:00
Jakub Šťastný
c9bb924a77 Ups, fixed links, there shan't be any Ruby-specific links. 2011-05-19 01:23:21 -07:00
Marek Majkowski
900337fbf2 Use real urls, not bit.ly links 2011-05-18 17:53:14 +01:00
Marek Majkowski
325b81c52e Remove superfluous whitespace. 2011-05-18 17:31:37 +01:00
Marek Majkowski
bdf2e10290 Merge branch 'master' of github.com:rabbitmq/rabbitmq-tutorials 2011-05-18 16:22:11 +01:00
Marek Majkowski
5a5097b192 Amqp gem must be at least 0.8.0.rc12 2011-05-18 16:21:55 +01:00
Michael Bridgen
1372d7ce1e Merge remote branch 'origin/bug23943' 2011-05-18 16:18:59 +01:00
Marek Majkowski
dc2d0a4149 Cosmetic: minor changes to ruby readme 2011-05-18 15:00:25 +01:00
majek
09e3f89a07 Merge pull request #2 from ruby-amqp/master
Thanks, looks great.
2011-05-18 05:55:37 -07:00
Michael S. Klishin
f92211d054 Link to amqp gem GitHub repository as well as documentation site 2011-05-18 13:44:15 +04:00
Jakub Stastny aka botanicus
76cb038071 Whops, I forgot {:ack => true}. 2011-05-18 11:16:30 +02:00
Michael S. Klishin
01af1f7610 Prefer AMQP::Channel#default_exchange 2011-05-18 13:10:23 +04:00
Jakub Stastny aka botanicus
2bf633a09b Use 0.8.pre. 2011-05-18 10:26:50 +02:00
Jakub Stastny aka botanicus
2d91ef20b5 Ruby: RPC examples. 2011-05-03 11:19:53 +02:00
Jakub Stastny aka botanicus
9f5c3d0789 Ruby: added send.rb and worker.rb. 2011-05-03 05:00:38 +02:00
Jakub Stastny aka botanicus
72b4732564 Ruby: receive_logs.rb, receive_logs_direct.rb and receive_logs_topic.rb. 2011-05-03 04:48:37 +02:00
Jakub Stastny aka botanicus
4f55a4fcbf Ruby: receive.rb 2011-05-03 04:30:15 +02:00
Jakub Stastny aka botanicus
db237acaa3 README for the Ruby examples. 2011-05-03 04:18:58 +02:00
Jakub Stastny aka botanicus
d83ca8fadc Ruby: new_task.rb, ARGV fix. 2011-05-03 04:14:32 +02:00
Jakub Stastny aka botanicus
f5ad3b0e92 Ruby: emit_log_topic.rb 2011-05-03 04:00:18 +02:00
Jakub Stastny aka botanicus
f91fe99050 Ruby: emit_log_direct.rb 2011-05-03 03:55:30 +02:00
Jakub Stastny aka botanicus
6465bd1855 Example emit_log in Ruby. 2011-05-03 03:41:41 +02:00
Ann Witbrock
228b850a7c Exceptions and closing in finally 2011-04-28 18:04:46 +01:00
Ann Witbrock
53f47dad55 Server Fib function: remove guard for negative input ( to match python tutorials)
Client: remove extra example calls
2011-04-26 12:08:00 +01:00
Ann Witbrock
490cba165c Merge branch 'master' into bug23943
Conflicts:
	python/README.md
2011-04-21 15:07:31 +01:00
Ann Witbrock
4f084556ea format publish 2011-04-14 15:27:11 +01:00
Ann Witbrock
d8ab36c82a restored fib function to original version that does not guard against negative numbers 2011-04-14 11:44:56 +01:00
Ann Witbrock
cb591b06b2 QA fixes: removed inner class 2011-04-13 18:21:37 +01:00
Ann Witbrock
a3e8c85037 changed fib function to be nicer with negative input 2011-04-13 18:18:33 +01:00
Ann Witbrock
9fc4bc9457 easy_install pip, as easy_install pika==0.9.5 fails 2011-04-12 20:08:54 +01:00
Ann Witbrock
782ffdaaab exceptions 2011-04-12 15:41:15 +01:00
Ann Witbrock
6244ae4a7d FibonacciRpcClient class name 2011-04-07 13:04:23 +01:00
Ann Witbrock
c5324b1fa8 FibonacciRpcClient class name 2011-04-07 13:02:25 +01:00
Ann Witbrock
0f59c109b2 Tidied Exceptions 2011-04-05 17:53:15 +01:00
Ann Witbrock
e3997e7112 tidied exceptions 2011-04-05 17:39:53 +01:00