3
I Use This!
Low Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dump request content-type for debugging purposes More... about 16 years ago
Update Sinatra example to work with Sinatra 0.9, Rack 0.9 and Warbler 0.9.12 More... about 16 years ago
Install rails dispatcher prepare hook to reset listeners More... about 16 years ago
Fix act_as => acts_as in queue controller More... about 16 years ago
Blow up with a helpful message if run under MRI More... about 16 years ago
Upgrade to Rack 0.9.1 More... about 16 years ago
Reconfigure ActsAsMessagePublisher so that when extended from a class, the module is included so #publish_message is an instance method More... about 16 years ago
Merge fredjean's message publisher/subscriber with some minor tweaks More... about 16 years ago
Adding one file that seemed to have been missed in the previous commit. More... about 16 years ago
Moved adding the act_as* methods to the queues.rb file. More... about 16 years ago
Merge branch 'master' into act_as_jms More... about 16 years ago
Merge branch 'master' of git://github.com/nicksieger/jruby-rack More... about 16 years ago
Marking a consistently failing test as pending. More... about 16 years ago
Extending ActiveRecord::Base with the act_as_publisher and act_as_subscriber methods More... about 16 years ago
Hooking into ActionController through rails_ext.rb. Adding specs to verify that the code behaves as expected. More... about 16 years ago
Using the new act_as_publisher and act_as_subscriber methods in the example. More... about 16 years ago
Removed the previous methods from queues.rb. Creating an act_as_publisher and an act_as_subscriber method that will setup the model or controllers to receive and send messages over a queue. More... about 16 years ago
Merge branch 'master' of git://github.com/nicksieger/jruby-rack More... about 16 years ago
Update queue controller for new publisher/subscriber modules More... about 16 years ago
Change nomenclature to publish/subscribe instead of send/listen. More... about 16 years ago
Merge branch 'jms' into master. Resolved conflicts More... about 16 years ago
Merge branch 'jms' of git://github.com/nicksieger/jruby-rack into jms More... about 16 years ago
Change from class/singleton methods to instance methods w/ singleton object More... about 16 years ago
Allow multiple listeners per queue (not a strict queue, I know, but more flexible) More... about 16 years ago
Raise dispatch error if receive_message doesn't have a listener More... about 16 years ago
String message data should use a JMS text message for wider compatibility More... about 16 years ago
Add a simple MessageListener class for extending More... about 16 years ago
Add a MessageSender module to add #send_message to any class/object More... about 16 years ago
Add #unregister_listener that closes the queue connection More... about 16 years ago
Log raised exceptions, and raise exception if unable to dispatch More... about 16 years ago