dmpopidor / app / models /
@briley briley authored on 2 Feb 2017
..
settings resolved merge conflicts 9 years ago
ability.rb Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names 9 years ago
admin_user.rb Merging master (#20) 9 years ago
answer.rb finished up answer and note unit tests 9 years ago
exported_plan.rb removed Fileupload object since its not referenced anymore. removed all of the empty test/unit/helpers files 9 years ago
guidance.rb Added a managing org and funder scope to Org. Updated methods on Guidance and guidanceTest to work with new schema. Added guidance and guidance_group tests 9 years ago
guidance_group.rb Added a managing org and funder scope to Org. Updated methods on Guidance and guidanceTest to work with new schema. Added guidance and guidance_group tests 9 years ago
identifier_scheme.rb Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach 9 years ago
language.rb resolved merge conflicts 9 years ago
new_plan.rb changed has_one to belongs_to in new_plans -> templates relationship 9 years ago
note.rb finished up answer and note unit tests 9 years ago
org.rb Added a managing org and funder scope to Org. Updated methods on Guidance and guidanceTest to work with new schema. Added guidance and guidance_group tests 9 years ago
org_token_permission.rb began changing models to reflect the new model names and relationships, additionally deleting some old/unused models which no longer apply in the new schema. 9 years ago
organisation_type.rb began changing models to reflect the new model names and relationships, additionally deleting some old/unused models which no longer apply in the new schema. 9 years ago
perm.rb Added perm unit tests 9 years ago
phase.rb fixed unit tests for phases 9 years ago
plan.rb added initial unit test for plans. will hold off on finishing 9 years ago
question.rb added unit tests for question. removed unused methods from question. fixed guidance_for_question method so that it does not require us to pass in itself (was qustion.guidance_by_question(question, org) - now question.guidance_for_org(org)) and updated template that calls method accordingly 9 years ago
question_format.rb updated some of the plan.rb model to deal with outdated calls to dmptemplate. fixed up answer unit tests and added some validations to Answer 9 years ago
question_option.rb finished up unit tests for question_option 9 years ago
region.rb removed region_group (and underlying table) and replaced with has_and_belongs_to_many relationship on Region so that we can do region.super_region and region.sub_regions. Added unit tests for Region 9 years ago
role.rb added validations to role and unit tests 9 years ago
section.rb added unit tests for question. removed unused methods from question. fixed guidance_for_question method so that it does not require us to pass in itself (was qustion.guidance_by_question(question, org) - now question.guidance_for_org(org)) and updated template that calls method accordingly 9 years ago
splash_log.rb Merging master (#20) 9 years ago
suggested_answer.rb added new seed file that works with new schema. commented out plans and answers for now though because plan model is unfinished 9 years ago
template.rb added new seed file that works with new schema. commented out plans and answers for now though because plan model is unfinished 9 years ago
theme.rb updated theme and user models's associations 9 years ago
token_permission_type.rb resolved merge conflicts 9 years ago
user.rb fixed bug with permissions constants 9 years ago
user_identifier.rb added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations 9 years ago
users_perm.rb final tweks to ensure all migrations happen together 9 years ago