Merge branch 'development' into refactor/rspec-specs
dev
commit 95e6359416518c1515187976745488b09ea26c94
2 parents 2b13baa + 43a6ce2
@Bodacious Bodacious authored on 2 Aug 2018
Showing 61 changed files
View
Gemfile
View
app/controllers/answers_controller.rb
View
app/controllers/application_controller.rb
View
app/controllers/concerns/conditional_user_mailer.rb
View
app/controllers/concerns/versionable.rb
View
app/controllers/org_admin/plans_controller.rb
View
app/controllers/orgs_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/roles_controller.rb
View
app/helpers/application_helper.rb
View
app/helpers/orgs_helper.rb
View
app/helpers/plans_helper.rb
View
app/models/annotation.rb
View
app/models/answer.rb
View
app/models/concerns/exportable_plan.rb
View
app/models/concerns/json_link_validator.rb
View
app/models/exported_plan.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/identifier_scheme.rb
View
app/models/notification.rb
View
app/models/org.rb
View
app/models/org_identifier.rb
View
app/models/perm.rb
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/pref.rb
View
app/models/question.rb
View
app/models/question_format.rb
View
app/models/question_option.rb
View
app/models/role.rb
View
app/models/section.rb
View
app/models/splash_log.rb
View
app/models/template.rb
View
app/models/theme.rb
View
app/models/user.rb
View
app/models/user_identifier.rb
View
app/views/guidance_groups/_index_by_theme.html.erb
View
app/views/guidances/new_edit.html.erb
View
app/views/layouts/application.html.erb
View
app/views/org_admin/phases/preview.html.erb
View
app/views/org_admin/shared/_theme_selector.html.erb
View
app/views/phases/_edit_plan_answers.html.erb
View
app/views/phases/edit.html.erb
View
app/views/shared/_create_account_form.html.erb
View
app/views/user_mailer/permissions_change_notification.html.erb
View
app/views/user_mailer/plan_visibility.html.erb
View
config/routes.rb
View
db/seeds.rb
View
lib/assets/javascripts/utils/ariatiseForm.js
View
lib/assets/javascripts/utils/isValidInputType.js
View
lib/cleanup.rb 0 → 100644
View
lib/cleanup/deprecators.rb 0 → 100644
View
lib/cleanup/deprecators/get_deprecator.rb 0 → 100644
View
lib/cleanup/deprecators/predicate_deprecator.rb 0 → 100644
View
lib/cleanup/deprecators/set_deprecator.rb 0 → 100644
View
lib/data_cleanup/rules/exported_plan/fix_blank_plan.rb 0 → 100644
View
lib/tasks/heal_invalid_records.rake
View
lib/tasks/translatable.rake
View
spec/models/answer_spec.rb
View
spec/models/org_spec.rb