Go to file
Seth Call 4a2bf208fb * adding support for TestSessionMessage 2012-08-26 21:45:25 -05:00
config * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
lib * adding support for TestSessionMessage 2012-08-26 21:45:25 -05:00
spec * jam-ruby updated to include jam_session model and tests 2012-08-18 13:48:43 -05:00
.gitignore * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
.pg_migrate * jam-ruby updated to include jam_session model and tests 2012-08-18 13:48:43 -05:00
.rspec * jam-ruby updated to include jam_session model and tests 2012-08-18 13:48:43 -05:00
.rvmrc * jam-ruby updated to include jam_session model and tests 2012-08-18 13:48:43 -05:00
Gemfile * using workspace var instead of hardcoded paths 2012-08-26 14:35:24 -05:00
LICENSE * ruby library initial commit 2012-08-02 22:07:03 -05:00
README.md * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
Rakefile * ruby library initial commit 2012-08-02 22:07:03 -05:00
jam_ruby.gemspec * fixing TODO's in gemspec 2012-08-02 22:08:54 -05:00
migrate.sh * adding easy migration script 2012-08-26 14:38:48 -05:00

README.md

JamRuby

Environment

Create development database 'jam_ruby' createdb jam_ruby

Once you've created your database, migrate it: bundle exec jam_ruby up