GitXplorerGitXplorer
g

dm-datastore-adapter

public
34 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
bfe470b85a5021cba023a2539191c0df927d8997

Fixed spec_helper.rb

ggenki committed 15 years ago
Unverified
00f3f1a05e4b99431b276a742d13696b0da5e4c8

Merged.

ggenki committed 16 years ago
Unverified
18dbee0a89db5b16e974cd26d4be34abf340248e

Removed require GAE api

ggenki committed 16 years ago
Unverified
3f575fdc260a02db14a59fe3ce265ead0b64e8a0

Renamed jar of GAE api.

ggenki committed 16 years ago
Unverified
f31982c69f2423278b889005408ce9721910a530

Update gemspec.

committed 16 years ago
Unverified
6961140de3c65a6397387bed1eca057aeb418f93

Add dependent gems.

committed 16 years ago

README

The README file for this repository.

dm-datastore-adapter

This is a DataMapper adapter to DataStore of Google App Engine.

Requirement

This adapter is designed to be used with JRuby.

Setup

First of all, you must install Google AppEngine SDK and configure its environment. After that, you can install this adapter by gem command like this.

sudo gem install dm-datastore-adapter

Setting up

In your config/database.yml,

production:
  :adapter: datastore
  :host:    localhost

You shouldn't use this adapter for environments other than production environment.