lesli 5.1.9 → 5.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4e8af9f26ec37098d06a7495d88a0dffb2ed3f55692234915207aa5e91a70de
|
|
4
|
+
data.tar.gz: e1a0f30eb34f8a65534e7d09d5731e95ef8271752ff5e9cb2722bf3f5c1b951d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99a2a02dbd5bee41677b1ff15aa5f0245f79ed7682f7c85837ef88e47e6337c0c5cff9073ff15d5c4fe13102dafaf428975dfa9209575a5e346946f307786796
|
|
7
|
+
data.tar.gz: aa49bfca448cef9cccd16f7f5cb59215f4674758b711368e84dfcb10893089a9737717a95f2adb6d60ef188c6807ab3db6818497f3ad6c530166b9468a9e8436
|
|
@@ -42,7 +42,7 @@ module Lesli
|
|
|
42
42
|
|
|
43
43
|
protect_from_forgery with: :exception
|
|
44
44
|
|
|
45
|
-
before_action :set_locale
|
|
45
|
+
before_action :set_locale if defined?(LesliShield)
|
|
46
46
|
before_action :authenticate_request if defined?(LesliShield)
|
|
47
47
|
before_action :authorize_request if defined?(LesliShield)
|
|
48
48
|
before_action :set_customizer
|
data/lib/lesli/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -171,6 +171,7 @@ For additional server configurations, use the standard Rails server options:
|
|
|
171
171
|
```shell
|
|
172
172
|
bin/rails server --binding=0.0.0.0
|
|
173
173
|
bin/rails server --environment=development
|
|
174
|
+
RAILS_SERVE_STATIC_FILES=true rails s --environment=production
|
|
174
175
|
```
|
|
175
176
|
|
|
176
177
|
<br />
|