Project

tiny_ds

0.01
No commit activity in last 3 years
No release in over 3 years
Tiny datastore library for Google App Engine with JRuby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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