Sha256: 6a8f3e45e76ee8cf8af4edfcea5640314bfd0909e14a3af14031f04dcdf95fe6
Contents?: true
Size: 1007 Bytes
Versions: 10
Compression:
Stored size: 1007 Bytes
Contents
Go to the test directory and run this script. Make sure rspec tests are green. For non FB only cp fresh_copy/test_app . && cd test_app && rails g json_voorhees:setup_app && rails g json_voorhees:create_engine ocean && rails g json_voorhees:massive_scaffold ocean atlantic 1 cold:boolean hot:boolean && rake railties:install:migrations && rake db:migrate RAILS_ENV=development && rake db:migrate RAILS_ENV=test && rake db:migrate RAILS_ENV=production && rspec For FB only cp fresh_copy/test_app test_app2 && cd test_app2 && rails g json_voorhees:setup_app --fbonly && rails g json_voorhees:create_engine ocean && rails g json_voorhees:massive_scaffold ocean atlantic 1 cold:boolean hot:boolean && rake railties:install:migrations && rake db:migrate RAILS_ENV=development && rake db:migrate RAILS_ENV=test && rake db:migrate RAILS_ENV=production && rspec Remember to delete the copied test_app before commiting! From the test/test_app directory cd .. && rm -rf test_app cd .. && rm -rf test_app2
Version data entries
10 entries across 10 versions & 1 rubygems