dmpopidor / config /
@Brian Riley Brian Riley authored on 7 Nov 2016
..
environments moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views 9 years ago
initializers fixed issue with settings data saved to the DB using an old version of the gem. stripped html tags from question text for display in the export form. 9 years ago
locales Updated locale files with proper labels for the plan export screen 9 years ago
application.rb moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views 9 years ago
boot.rb Merging master (#20) 9 years ago
branding.yml removed ability to customize view branding folder name. It will just be called branded now 9 years ago
database_example.yml removed mysql dependency from travis file and updated database_example.yml so that it uses sqlite instead of mysql for testing 9 years ago
environment.rb Merging master (#20) 9 years ago
routes.rb final updates to routes 9 years ago
secrets_example.yml Merging master (#20) 9 years ago
tinymce.yml Merging master (#20) 9 years ago