public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
Search Repo:

The aws-sdb Network Feed   feed

rickbenavidez started watching aws-sdb 10 days ago
aws-sdb is at dysinger/aws-sdb
dysinger committed to dysinger/aws-sdb about 1 month ago

3f7ae78fd300c2a917c2707435c16197cb323579

removed stubs to make sure actual sdb changes dont make the gem fail

dysinger committed to dysinger/aws-sdb about 1 month ago

8b4f9e1616c2247963724d602510058a37db4cb3

applied double url encoding issue patch

alexkwolfe forked aws-sdb 2 months ago
Forked repository is at alexkwolfe/aws-sdb
alexkwolfe started watching aws-sdb 2 months ago
aws-sdb is at dysinger/aws-sdb
byu started watching aws-sdb 2 months ago
aws-sdb is at dysinger/aws-sdb
dysinger committed to dysinger/aws-sdb 2 months ago

d7bd369d34db9abfacbc5344d1002a1183df7e16

removed needle - embarassing - it was jamis bucks fault :| also corrected a typo in the default amazon url

deepakjois forked aws-sdb 3 months ago
Forked repository is at deepakjois/aws-sdb
deepakjois started watching aws-sdb 3 months ago
aws-sdb is at dysinger/aws-sdb
ivar started watching aws-sdb 4 months ago
aws-sdb is at dysinger/aws-sdb
dysinger commented on dysinger/aws-sdb 4 months ago
Comment in fadd2c4:

Sorry got confused there for a minute. I will work with the author to get this resolved. I didn’t release this as a gem yet as working with the author of SimplerDB and AwsSdbProxy was on my list.

dysinger commented on dysinger/aws-sdb 4 months ago
Comment in fadd2c4:

Is your rails plugin working off of my master ? Let me patch it for you. One sec.
I just changed the constructor to not use needle. It was not needed.
Even the author doesn’t like it http://weblog.jamisbuck.org/2007/7/29/net-ssh-revisited

grempe commented on dysinger/aws-sdb 4 months ago
Comment in fadd2c4:
This new version breaks compatibility with the aws_sdb_proxy. The following error gets thrown (downgrading to 0.1.4 resolves the problem). Perhaps you can work with the author of that software to resolve the compatibility issues prior to release of your new version?
~/src/git/lcd-aws-sdb-proxy (master)\ > rake aws_sdb:start_proxy_in_foreground—trace
(in /Users/glenn/src/git/lcd-aws-sdb-proxy)
  • Invoke aws_sdb:start_proxy_in_foreground (first_time)
  • Invoke environment (first_time)
  • Execute environment
  • Execute aws_sdb:start_proxy_in_foreground
    rake aborted!
    wrong number of arguments (3 for 1)
    /Users/glenn/src/git/lcd-aws-sdb-proxy/vendor/plugins/aws_sdb_proxy/lib/aws_sdb_proxy/server.rb:27:in `initialize’
    /Users/glenn/src/git/lcd-aws-sdb-proxy/vendor/plugins/aws_sdb_proxy/lib/aws_sdb_proxy/server.rb:27:in `new’
    /Users/glenn/src/git/lcd-aws-sdb-proxy/vendor/plugins/aws_sdb_proxy/lib/aws_sdb_proxy/server.rb:27
    /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require’
    /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require’
    /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require’
    /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in’
    /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require’
    /Users/glenn/src/git/lcd-aws-sdb-proxy/vendor/plugins/aws_sdb_proxy/tasks/aws_sdb_proxy_tasks.rake:22
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `synchronize’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run’
    /Library/Ruby/Gems/1.8/gems/rake-0.8.1/bin/rake:31
    /usr/bin/rake:19:in `load’
    /usr/bin/rake:19
dysinger committed to dysinger/aws-sdb 4 months ago

fadd2c4ea14d92bf2643e41c1f097018713fee75

remove dependency on needle - emberassing leftover from Java-days

TrentBrown commented on dysinger/aws-sdb 4 months ago
Comment in 7affe33:

I’d like to be able to use aws-sdb with simplerdb. Any chance of making the URL configurable in the aws-sdb-proxy.yml file to enable this?—tnx.

dysinger committed to dysinger/aws-sdb 5 months ago
dysinger committed to dysinger/aws-sdb 5 months ago

222a9af8ba9777cb0f843da53810307f45510d60

added a configurable url to the constructor

dysinger committed to dysinger/aws-sdb 6 months ago

d8388617c39416be0284d882f2f49f061a7d1cff

removed some cruft files

dysinger created aws-sdb 6 months ago
New repository is at dysinger/aws-sdb