diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

Look into making use of appengine-jruby gem #10

Closed diminish7 closed 14 years ago

bil-bas commented 14 years ago

Although not directly involved in this issue, it would be nice if we could incorporate appcfg so we could upload files without requiring the user to install the whole appstore SDK. Hopefully this is included in the appengine gem, but if not, I think it would be nice to pull it in ourselves.

diminish7 commented 14 years ago

Yeah, it's included in the appengine-jruby gem

diminish7 commented 14 years ago

Decided against using the appengine jruby gem, it was overkill for what little we needed to use it for. You can still include that gem in your robot if you want to make use of the appengine api.