Wednesday, December 23, 2009

Google App Engine 0.0.7 gems released

We recently released the 0.0.7 google-appengine gem, with support for the latest App Engine SDK and Gem Bundler. We also have new versions of App Engine APIs, and the DataMapper adapter now supports the NOT_EQUAL and IN operators.

We also published JRuby on App Engine and Introducing Duby to YouTube. Duby is a new language with Ruby-inspired syntax, that compiles directly to Java bytecode. Ryan Brown explains why Duby is especially powerful for App Engine development.
This release includes updates to the following packages:
  • App Engine SDK updated to version 1.3.0
  • App Engine APIs gem updated to version 0.0.12
  • App Engine tools gem now works with Bundler 0.7.2
  • DM Adapter gem updated to version 0.0.7

Wednesday, December 2, 2009

Google App Engine 0.0.6 gems released

We recently released the 0.0.6 google-appengine gem, hot on the heels of our talks at RubyConf and JRubyConf. We finally got Rails 3.0.pre running, with a lot of help from Yehuda Katz. Check out the Rails Primer for instructions.

We also have some new sample code, like Brian Gibson's Using the Images Service demo Trung Pham's Using Image Upload.

This release includes updates to the following packages:
  • App Engine SDK updated to version 1.2.8
    • Better support for precompilation.
  • App Engine APIs gem updated to version 0.0.11
    • Includes ImageScience compatible Image API.
  • App Engine Tools gem updated to version 0.0.6
    • Better support for custom MIME types
    • Works with Bundler 0.7.1 and Rails 3.0.pre