Upgraded to Rails 4

This commit is contained in:
2019-02-24 15:47:27 +01:00
parent f52ec0411d
commit f809f36c06
86 changed files with 732 additions and 662 deletions

View File

@@ -237,7 +237,7 @@ Devise.setup do |config|
:bind_dn =>secrets["ldap"]['bind'],
:password => secrets["ldap"]['password']
config.secret_key = '8dbd2a8c1cbffb76ffd5381a58078b2f1fd622e7403035cc40e9d1346d7acf6f090a3f424b2ecc8365ad435e5bfea96ddd30eec3ffe09e876a7e0033a7ab4331'
# ==> Warden configuration<<
# If you want to use other strategies, that are not supported by Devise, or

View File

@@ -1 +1 @@
I18n.default_locale = :de
#I18n.default_locale = :de

View File

@@ -1,9 +1,9 @@
ThemesForRails.config do |config|
#ThemesForRails.config do |config|
#
# If you have placed your themes like the example path above within the asset pipeline:
config.themes_dir = 'app/views/themes'
config.assets_dir = 'app/assets/assets/themes/:name'
config.views_dir = 'app/views/themes/:name'
config.use_sass=true
# config.themes_dir = 'app/views/themes'
# config.assets_dir = 'app/assets/assets/themes/:name'
# config.views_dir = 'app/views/themes/:name'
# config.use_sass=true
# ...
end
#end