Merge pull request #20 from CDLUC3/final_schema
More unit tests and some cleanup
dev
commit 6937fc41c872ddbeb5ac19f81cf7ac03d4766092
2 parents f454fb0 + 75e0535
@DigitalCurationCentre DigitalCurationCentre authored on 13 Feb 2017
GitHub committed on 13 Feb 2017
Showing 62 changed files
View
app/controllers/answers_controller.rb
View
app/controllers/api/v0/base_controller.rb
View
app/controllers/api/v0/plans_controller.rb
View
app/controllers/api/v0/statistics_controller.rb
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/projects_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/controllers/users/omniauth_shibboleth_request_controller.rb
View
app/helpers/phases_helper.rb 100644 → 0
View
app/helpers/plans_helper.rb 0 → 100644
View
app/helpers/projects_helper.rb 100644 → 0
View
app/models/ability.rb 100644 → 0
View
app/models/admin_user.rb 100644 → 0
View
app/models/exported_plan.rb
View
app/models/new_plan.rb 100644 → 0
View
app/models/org.rb
View
app/models/org_token_permission.rb 100644 → 0
View
app/models/organisation_type.rb 100644 → 0
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/role.rb
View
app/models/settings/plan_list.rb
View
app/models/template.rb
View
app/models/user.rb
View
app/models/users_perm.rb 100644 → 0
View
app/views/api/v0/statistics/plans.json.jbuilder
View
app/views/api/v0/statistics/plans_by_template.json.jbuilder
View
app/views/plans/_plan_list_head.html.erb
View
app/views/plans/_toolbar.html.erb
View
app/views/projects/_dropdowns_new_project.html.erb
View
app/views/settings/projects/show.html.erb
View
app/views/static_pages/public_plans.html.erb
View
app/views/templates/_admin_nav_tabs.html.erb
View
app/views/templates/admin_template.html.erb
View
config/initializers/devise.rb 100644 → 0
View
config/locales/de.yml
View
config/locales/en-UK.yml
View
config/locales/en-US.yml
View
config/locales/es.yml
View
config/locales/fr.yml
View
config/routes.rb
View
db/migrate/20161122152339_new_plan_template_structure.rb
View
db/seeds.rb
View
test/fixtures/plan_guidance_groups.yml 100644 → 0
View
test/functional/answers_controller_test.rb
View
test/helpers/application_helper_test.rb
View
test/helpers/plans_helper_test.rb 0 → 100644
View
test/test_helper.rb
View
test/unit/exported_plan_test.rb
View
test/unit/guidance_group_test.rb
View
test/unit/guidance_test.rb
View
test/unit/org_test.rb
View
test/unit/plan_test.rb
View
test/unit/question_format_test.rb
View
test/unit/question_test.rb
View
test/unit/settings/plan_test.rb 0 → 100644
View
test/unit/settings/template_test.rb 0 → 100644
View
test/unit/suggested_answer_test.rb
View
test/unit/template_test.rb
View
test/unit/token_permission_type_test.rb
View
test/unit/user_test.rb