Go to file
Mike Slemmer 436495b751 Merge branch 'master' of bitbucket.org:jamkazam/jam-ruby 2012-11-14 21:51:57 -08:00
config * adding host: localhost to config 2012-09-15 13:54:07 -05:00
lib Merge branch 'master' of bitbucket.org:jamkazam/jam-ruby 2012-11-14 21:51:57 -08:00
spec VRFS-89, VRFS-90 remove name from user model 2012-11-14 22:24:30 -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 * VRFS-32 UserMailer coming along 2012-11-10 19:07:17 -06: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 *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