Go to file
Seth Call e8ec5f3eaf * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
config * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
lib * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
spec * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
.gitignore * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -05:00
Gemfile * ported user model from rails tutorial; and it's tests 2012-08-05 22:01:00 -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

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