dmpopidor / app / models /
@briley briley authored on 30 Jan 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 Moved orcid_id from users table to user_identifiers. Added option_based flag to question_formats. switched Object.const_defined to table_exists checks in db migrations because rails loads references to classes on demand so the objects are likely not defined when the migrations run. safer to check for the underlying table's existence 9 years ago
exported_plan.rb resolved merge conflicts 9 years ago
file_upload.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
guidance.rb started seeds.rb rebuild to work with new schema. Removed guidance_in_group association from guidance. added some attr_accessible attributes 9 years ago
guidance_group.rb started seeds.rb rebuild to work with new schema. Removed guidance_in_group association from guidance. added some attr_accessible attributes 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 resolved merge conflicts 9 years ago
org.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
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 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
phase.rb added some more attr_accessible attributes for new fields. finished up seed.rb file. 9 years ago
plan.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
question.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
question_format.rb started reworking answer unit test 9 years ago
question_option.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
region.rb Merging master (#20) 9 years ago
region_group.rb Merging master (#20) 9 years ago
role.rb updated roles_controller and model functions 9 years ago
section.rb resolved merge conflicts 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 started seeds.rb rebuild to work with new schema. Removed guidance_in_group association from guidance. added some attr_accessible attributes 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