thecore 1.5.5 → 1.5.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/rails_application_config.rb +5 -5
- data/lib/thecore/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1a52ffc677138c917cc91e2be6b8ed4645cffe0
|
4
|
+
data.tar.gz: 14e1b8f0cccf3088ec007c81c5b2a30e52b47827
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e18bc7971febf3360475edc84d717f5516bb8e359e80d98c7b45ea0b4e8d6a99938b16f7e75aa089b3b7898fae5e824464e2bffc70bd50d62dbcff698721e46
|
7
|
+
data.tar.gz: bf084d6d940f564ed1a5c8dba974a8ccc26b9926f13a2b65abc1cb9b6924784b11367647e83e310e958469973208d423dfe1dd9cd9a5faf468b7f2089774d9a6
|
@@ -19,11 +19,11 @@ Rails.application.configure do
|
|
19
19
|
config.assets.precompile += %w( browserconfig.xml )
|
20
20
|
config.assets.precompile += %w( ckeditor/* )
|
21
21
|
|
22
|
-
config.action_controller.asset_host = if ENV['RAILS_URL'].blank? || ENV['RAILS_RELATIVE_URL_ROOT'].blank?
|
23
|
-
|
24
|
-
else
|
25
|
-
|
26
|
-
end
|
22
|
+
# config.action_controller.asset_host = if ENV['RAILS_URL'].blank? || ENV['RAILS_RELATIVE_URL_ROOT'].blank?
|
23
|
+
# "http://localhost:3000"
|
24
|
+
# else
|
25
|
+
# "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}"
|
26
|
+
# end
|
27
27
|
|
28
28
|
config.filter_parameters += [:password]
|
29
29
|
|
data/lib/thecore/version.rb
CHANGED