Go to file
Brian Smith 28ecbdfa48 fix tests / move notification types to constants file 2013-03-31 17:49:47 -04:00
config more work 2013-01-16 16:38:57 -08:00
lib fix tests / move notification types to constants file 2013-03-31 17:49:47 -04:00
spec VRFS-281 added abstraction layer for notifications 2013-03-21 23:18:41 -04: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 *default to p327 2012-12-06 06:44:58 -06:00
Gemfile * VRFS-259: beta signup 2013-03-14 23:22:31 -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
build * bundle install --local for build 2013-01-12 22:31:50 -06:00
jam_ruby.gemspec * fixing TODO's in gemspec 2012-08-02 22:08:54 -05:00
jenkins * cleaning up curl command 2012-11-18 01:48:02 -06:00
migrate.sh *making updating password not mandatory on user update 2012-08-29 08:21:30 -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