Skip to content
/ tiny_ds Public
forked from takeru/tiny_ds

tiny datastore library for Google App Engine with JRuby

License

Notifications You must be signed in to change notification settings

woodie/tiny_ds

This branch is 3 commits ahead of, 26 commits behind takeru/tiny_ds:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
John Woodell
Mar 6, 2010
c36b47b · Mar 6, 2010

History

58 Commits
Mar 6, 2010
Feb 25, 2010
Feb 25, 2010
Dec 28, 2009
Feb 25, 2010
Feb 11, 2010
Jan 3, 2010
Jan 7, 2010
Jan 29, 2010
Jan 12, 2010
Dec 28, 2009
Feb 11, 2010

Repository files navigation

TinyDS – tiny datastore library for GAE/JRuby

github: github.com/takeru/tiny_ds

run example

% examples/basic
% dev_appserver.rb .

how to run specs

install jruby 1.4.0

% cd tiny_ds
% source examples/basic/set_classpath_for_jruby.sh
  (set classpath, please read spec/spec_helper.rb)
% jruby -S spec -c -b spec/basic_spec.rb
  or
% jruby -e "ENV['RSPEC']='true'; ENV['AUTOTEST']='true'; system('jruby -S autotest', *ARGV)"

demo site

Rubyist Social Graph : rubyist-sg.appspot.com/ is running with GAE/JRuby+Rails2.3.5+TinyDS.

author

takeru: sasaki.takeru@gmail.com, twitter:@urekat (almost japanese!), blog:d.hatena.ne.jp/urekat

About

tiny datastore library for Google App Engine with JRuby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.8%
  • Shell 1.2%