History for dmpopidor / app / models
2016-07-21
@briley
Removed some debug statements
briley committed on 21 Jul 2016
@briley
Fixed issues with settings hash
briley committed on 21 Jul 2016
@briley
Fixes to the plan settings page
briley committed on 21 Jul 2016
2016-07-20
@briley
Removed outdated i%() array initializers because they now create arrays of symbols instead of strings
briley committed on 20 Jul 2016
@briley
Added 'self' prefix to dmptemplate references in models/project.rb because of a scoping issue. tweaks to select2 dropdowns on create project page
briley committed on 20 Jul 2016
2016-07-18
@briley
Removed all accepts_nested_attributes_for for belongs_to associations because they were creating circular calls in ActiveRecord.
briley committed on 18 Jul 2016
2016-07-15
@Brian Riley
Fixed stack too deep error by commenting out circular reference to sections in the version model. Changed deprecated '.find(:all, :order => 'field ASC')' format to '.all.order('field')'
Brian Riley committed on 15 Jul 2016
2016-06-29
@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
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-27
@briley
Rebased development branch and corrected merge conflicts
briley committed on 27 Jun 2016
@DigitalCurationCentre
Master (#7) ...
DigitalCurationCentre authored on 27 Jun 2016 Brian Riley committed on 27 Jun 2016
2016-06-08
@briley
Updated user model to assign variables to the attr_accessible list so that User profile and Super Admin user updates work
briley committed on 8 Jun 2016
2016-06-07
@briley
Updated User model so that the edit profile page will save changes
briley committed on 7 Jun 2016
2016-06-03
@Marta Ribeiro
DMPonline4 - RAILS 4.0 (#4) ...
Marta Ribeiro authored on 3 Jun 2016 Brian Riley committed on 3 Jun 2016