openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JRuby-Rack
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
14 days
ago. based on code collected
14 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 36 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Dump request content-type for debugging purposes
Nick Sieger
More...
about 16 years ago
Update Sinatra example to work with Sinatra 0.9, Rack 0.9 and Warbler 0.9.12
Nick Sieger
More...
about 16 years ago
Install rails dispatcher prepare hook to reset listeners
Nick Sieger
More...
about 16 years ago
Fix act_as => acts_as in queue controller
Nick Sieger
More...
about 16 years ago
Blow up with a helpful message if run under MRI
Nick Sieger
More...
about 16 years ago
Upgrade to Rack 0.9.1
Nick Sieger
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
Nick Sieger
More...
about 16 years ago
Merge fredjean's message publisher/subscriber with some minor tweaks
Nick Sieger
More...
about 16 years ago
Adding one file that seemed to have been missed in the previous commit.
Frederic Jean
More...
about 16 years ago
Moved adding the act_as* methods to the queues.rb file.
Frederic Jean
More...
about 16 years ago
Merge branch 'master' into act_as_jms
Frederic Jean
More...
about 16 years ago
Merge branch 'master' of git://github.com/nicksieger/jruby-rack
Frederic Jean
More...
about 16 years ago
Marking a consistently failing test as pending.
Frederic Jean
More...
about 16 years ago
Extending ActiveRecord::Base with the act_as_publisher and act_as_subscriber methods
Frederic Jean
More...
about 16 years ago
Hooking into ActionController through rails_ext.rb. Adding specs to verify that the code behaves as expected.
Frederic Jean
More...
about 16 years ago
Using the new act_as_publisher and act_as_subscriber methods in the example.
Frederic Jean
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.
Frederic Jean
More...
about 16 years ago
Merge branch 'master' of git://github.com/nicksieger/jruby-rack
Frederic Jean
More...
about 16 years ago
Update queue controller for new publisher/subscriber modules
Nick Sieger
More...
about 16 years ago
Change nomenclature to publish/subscribe instead of send/listen.
Nick Sieger
More...
about 16 years ago
Merge branch 'jms' into master. Resolved conflicts
Frederic Jean
More...
about 16 years ago
Merge branch 'jms' of git://github.com/nicksieger/jruby-rack into jms
Frederic Jean
More...
about 16 years ago
Change from class/singleton methods to instance methods w/ singleton object
Nick Sieger
More...
about 16 years ago
Allow multiple listeners per queue (not a strict queue, I know, but more flexible)
Nick Sieger
More...
about 16 years ago
Raise dispatch error if receive_message doesn't have a listener
Nick Sieger
More...
about 16 years ago
String message data should use a JMS text message for wider compatibility
Nick Sieger
More...
about 16 years ago
Add a simple MessageListener class for extending
Nick Sieger
More...
about 16 years ago
Add a MessageSender module to add #send_message to any class/object
Nick Sieger
More...
about 16 years ago
Add #unregister_listener that closes the queue connection
Nick Sieger
More...
about 16 years ago
Log raised exceptions, and raise exception if unable to dispatch
Nick Sieger
More...
about 16 years ago
←
1
2
…
32
33
34
35
36
37
38
39
40
…
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree