2016-07-06
@xsrust
fixed bug where users couldn see their organisations' guidance groups
xsrust committed on 6 Jul 2016
2016-07-05
@xsrust
migrated from old schema
xsrust committed on 5 Jul 2016
@xsrust
ensured can_view behaves as intended/defined by tests
xsrust committed on 5 Jul 2016
@xsrust
fixed all tests for guidance and ensured passing
xsrust committed on 5 Jul 2016
@xsrust
spelling
xsrust committed on 5 Jul 2016
@xsrust
populated table to give organisations to users
xsrust committed on 5 Jul 2016
@xsrust
modified users test datastructures to reflect current models
xsrust committed on 5 Jul 2016
2016-06-30
@xsrust
standardised errors in api controllers
xsrust committed on 30 Jun 2016
@xsrust
adding standardised errors to locales
xsrust committed on 30 Jun 2016
@xsrust
updated result of guidance groups endpoints ...
xsrust committed on 30 Jun 2016
@xsrust
added parsing of guidances to projects api ...
xsrust committed on 30 Jun 2016
2016-06-29
@briley
added rake db:test:prepare back to travis file and added call to run default test task
briley committed on 29 Jun 2016
@briley
Removed rake db tasks from travis file now that the offending migration script has been fixed
briley committed on 29 Jun 2016
@briley
replaced deprecated ActiveRecord::Migrator call in old db migration file
briley committed on 29 Jun 2016
@briley
Added fb:migrate and db:test:prepare commands to travis file
briley committed on 29 Jun 2016
@briley
removed schem_migration line from test_helper as it did not seem to help with the schema migration issue in travis
briley committed on 29 Jun 2016
@briley
Ran db:migrate to update the schema since there were some pending migrations preventing travis from running rake
briley committed on 29 Jun 2016
@briley
Added line to have tests auto-run db:migrate
briley committed on 29 Jun 2016
@briley
updated ruby version to 2.1.10 for devise gem
briley committed on 29 Jun 2016
@briley
renamed config/environment to config/environments which is what rails is looking for. Commented out the DOCX mime type reference because it is already added by rails. Commented out the belongs_to_and has_many line in models/user because it is already defined by rolify gem
briley committed on 29 Jun 2016
@briley
Commented out api test since it is incomplete and references a missing fixture. Also commented out stubbed performance test because that functionality is no longer a part of rails
briley committed on 29 Jun 2016
@briley
Migrated codebase from rails 4.0 to 4.2, also removed most of the version specifications from the gem dependencies and ran bundle update
briley committed on 29 Jun 2016
2016-06-28
@briley
Updated rakefile so that rake runs tests by default
briley committed on 28 Jun 2016
@briley
Commented out failing unit and functional controller tests
briley committed on 28 Jun 2016
@briley
Fixed typo in token_permissions in db/seeds.rb. Started cleanup of tests
briley committed on 28 Jun 2016
2016-06-27
@briley
Added travis build status image to README.md
briley committed on 27 Jun 2016
@briley
setup travis with mysql
briley committed on 27 Jun 2016
@briley
Ran a rake db:migration:reset to get the API db changes in
briley committed on 27 Jun 2016
@briley
Updated swagger.rb to use the pre ruby 2.2 syntax '0.0' => {} instead of '0.0': {}
briley committed on 27 Jun 2016
@briley
Updated database.example.yml
briley committed on 27 Jun 2016