Go to file
Brian Smith d47bd064a2 Merge branch 'master' of bitbucket.org:jamkazam/jam-ruby 2013-08-18 20:36:49 -04:00
bin VFRS-402 2013-07-05 01:24:12 -07:00
config Added profanity filter and tests 2013-07-24 23:23:30 -07:00
lib VRFS-541 track config bug fixes found during testing 2013-08-18 20:36:36 -04:00
scripts * VRFS-196, VRFS-199, VRFS-195; a class AmqpConnectionManager, with a manual test, is new available that handles reconnect 2013-07-12 16:18:42 -05:00
spec * VRFS-513; model in place to take feedback from corporate website 2013-08-10 15:35:54 -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
.ruby-gemset * avatar changes to user model 2013-05-30 20:59:37 -05:00
.ruby-version * updating ruby version 2013-08-18 02:57:13 +00:00
Gemfile * updating to point to int.jamkazam.com VRFS-424 2013-07-19 16:37:14 -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 * pinning rails version to see if this fixes jam-ruby 2013-06-24 20:31:45 -05:00
jam_ruby.gemspec * VRFS-521; all emails have Jamkazam > JamKazam fixed 2013-08-11 10:48:12 -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