dmpopidor / config /
@briley briley authored on 18 Jul 2016
..
initializers 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 9 years ago
locales Master (#7) 9 years ago
application.rb 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 9 years ago
boot.rb DMPonline4 - RAILS 4.0 (#4) 9 years ago
database_example.yml setup travis with mysql 9 years ago
environment.rb Master (#7) 9 years ago
routes.rb Removed all accepts_nested_attributes_for for belongs_to associations because they were creating circular calls in ActiveRecord. 9 years ago
secrets_example.yml DMPonline4 - RAILS 4.0 (#4) 9 years ago
tinymce.yml DMPonline4 - RAILS 4.0 (#4) 9 years ago