switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
dev
1 parent be63b8c commit 3b106df71133b12d5ae34e109852d63d40c087ca
@briley briley authored on 10 Jan 2017
Showing 50 changed files
View
Gemfile
View
Gemfile.lock
View
app/models/project.rb
View
app/models/visibility.rb 100644 → 0
View
db/migrate/20170105165111_create_visibilities.rb 100644 → 0
View
db/migrate/20170110092511_add_is_test_and_visibility_to_projects.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
test/fixtures/projects.yml
View
test/fixtures/visibilities.yml 100644 → 0
View
test/functional/answers_controller_test.rb 100644 → 0
View
test/functional/dmptemplates_controller_test.rb 100644 → 0
View
test/functional/file_types_controller_test.rb 100644 → 0
View
test/functional/file_uploads_controller_test.rb 100644 → 0
View
test/functional/guidances_controller_test.rb 100644 → 0
View
test/functional/home_controller_test.rb 100644 → 0
View
test/functional/organisation_types_controller_test.rb 100644 → 0
View
test/functional/organisations_controller_test.rb 100644 → 0
View
test/functional/pages_controller_test.rb 100644 → 0
View
test/functional/phases_controller_test.rb 100644 → 0
View
test/functional/plan_sections_controller_test.rb 100644 → 0
View
test/functional/plans_controller_test.rb 100644 → 0
View
test/functional/project_groups_controller_test.rb 100644 → 0
View
test/functional/project_partners_controller_test.rb 100644 → 0
View
test/functional/projects_controller_test.rb 100644 → 0
View
test/functional/question_themes_controller_test.rb 100644 → 0
View
test/functional/questions_controller_test.rb 100644 → 0
View
test/functional/sections_controller_test.rb 100644 → 0
View
test/functional/themes_controller_test.rb 100644 → 0
View
test/functional/user_org_roles_controller_test.rb 100644 → 0
View
test/functional/user_role_types_controller_test.rb 100644 → 0
View
test/functional/user_statuses_controller_test.rb 100644 → 0
View
test/functional/user_types_controller_test.rb 100644 → 0
View
test/functional/versions_controller_test.rb 100644 → 0
View
test/test_helper.rb
View
test/unit/admin_user_test.rb 100644 → 0
View
test/unit/comment_test.rb 100644 → 0
View
test/unit/guidance_test.rb 100644 → 0
View
test/unit/page_test.rb 100644 → 0
View
test/unit/phase_test.rb 100644 → 0
View
test/unit/plan_section_test.rb 100644 → 0
View
test/unit/plan_test.rb 100644 → 0
View
test/unit/project_group_test.rb 100644 → 0
View
test/unit/project_partner_test.rb 100644 → 0
View
test/unit/project_test.rb 100644 → 0
View
test/unit/question_test.rb 100644 → 0
View
test/unit/section_test.rb 100644 → 0
View
test/unit/theme_test.rb 100644 → 0
View
test/unit/user_role_type_test.rb 100644 → 0
View
test/unit/version_test.rb 100644 → 0