Upgrade Rails to version 5.2.1 and adopt code & specs where necessary

Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
This commit is contained in:
Sebastian Serth
2018-09-13 12:21:53 +02:00
parent 108190c242
commit de52db89f0
128 changed files with 786 additions and 422 deletions

View File

@ -10,9 +10,19 @@
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_tree ../../../lib
*= require_tree ../../../vendor/assets/stylesheets/
*= require_self
*= require bootstrap_pagedown
*
* lib/assets
*= require flash
*
* vendor/assets
*= require bootstrap.min
*= require chosen.min
*= require font-awesome.min
*= require google_opensans
*= require jquery-ui.min
*= require jquery-ui.structure.min
*= require style.min
*= require vis.min
*= require_tree .
*/