| 2016-07-18 |
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-12 |
Updated routes.rb to remove unecessary create and edit route definitions
briley
committed
on 12 Jul 2016
|
| 2016-06-29 |
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
|
|
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
|
|
|
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 |
setup travis with mysql
briley
committed
on 27 Jun 2016
|
|
Ran a rake db:migration:reset to get the API db changes in
briley
committed
on 27 Jun 2016
|
|
|
Updated swagger.rb to use the pre ruby 2.2 syntax '0.0' => {} instead of '0.0': {}
briley
committed
on 27 Jun 2016
|
|
|
Updated database.example.yml
briley
committed
on 27 Jun 2016
|
|
|
Rebased development branch and corrected merge conflicts
briley
committed
on 27 Jun 2016
|
|
|
|
|
| 2016-06-07 |
Updated seeds.rb to first check to see if record exists before inserting. Added a 4.0 hack to load the new config/secrets.yml file instead of config/initializers/secret_token.rb, this new secrets.yml will auto-load when we are on 4.1
briley
committed
on 7 Jun 2016
|
| 2016-06-03 |
DMPonline4 - RAILS 4.0 (#4)
...
Marta Ribeiro
authored
on 3 Jun 2016
Brian Riley
committed
on 3 Jun 2016
|