rux-rails 1.2.1 → 1.2.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Rakefile +2 -0
- data/lib/rux-rails/core_ext/kernel_zeitwerk.rb +1 -1
- data/lib/rux-rails/railtie.rb +3 -0
- data/lib/rux-rails/version.rb +1 -1
- data/spec/dummy/config/application.rb +1 -1
- data/spec/dummy/log/test.log +14 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71cd84c42747191f92518e982abfb2f631dc2d4238dfc377e58abdd168d9bf0a
|
|
4
|
+
data.tar.gz: '098b4d8af3d352512a82143fae3ac3c8ac04b9d8f080906838017410c6d17324'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4a554cd0d719bbd78dc46d99aaaa801fedd83b10c8917242dae01f3e4bbe51f0aabe7f2f7eb626f25379fd0bbfce01e934c055ad98443a56d6f698af2210334
|
|
7
|
+
data.tar.gz: 82e1d14c6083c55bdb653147e07fdf16f4416f000d4555c094ac7700fd98db0da989723d89adcee4df4e00524926f945004bce936cb84f7fcd1ab4c2734b976b
|
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
|
@@ -14,7 +14,7 @@ module Kernel
|
|
|
14
14
|
# an uninitialized constant, and it's like... yeah, I _know_ it's
|
|
15
15
|
# uninitialized, that's why I'm loading this file. Whatevs.
|
|
16
16
|
loader = Zeitwerk::Registry.loader_for(file)
|
|
17
|
-
parent, cname = loader.autoloads[file]
|
|
17
|
+
parent, cname = loader.send(:autoloads)[file]
|
|
18
18
|
parent.send(:remove_const, cname)
|
|
19
19
|
|
|
20
20
|
return rux_orig_load(tmpl.default_outfile, *args)
|
data/lib/rux-rails/railtie.rb
CHANGED
data/lib/rux-rails/version.rb
CHANGED
|
@@ -2,7 +2,7 @@ module RuxRails
|
|
|
2
2
|
class DummyApplication < ::Rails::Application
|
|
3
3
|
if config.respond_to?(:load_defaults)
|
|
4
4
|
config.load_defaults(
|
|
5
|
-
Gem.loaded_specs['
|
|
5
|
+
Gem.loaded_specs['railties'].version.to_s.split('.')[0..1].join('.')
|
|
6
6
|
)
|
|
7
7
|
end
|
|
8
8
|
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -146,3 +146,17 @@ Processing by HomeController#index as HTML
|
|
|
146
146
|
Rendered home/index.html.ruxt within layouts/application (Duration: 73.8ms | Allocations: 49092)
|
|
147
147
|
Rendered layout layouts/application.html.erb (Duration: 74.2ms | Allocations: 49322)
|
|
148
148
|
Completed 200 OK in 88ms (Views: 81.1ms | Allocations: 56373)
|
|
149
|
+
Started GET "/" for 127.0.0.1 at 2023-04-25 14:13:28 -0700
|
|
150
|
+
Processing by HomeController#index as HTML
|
|
151
|
+
Rendering layout layouts/application.html.erb
|
|
152
|
+
Rendering home/index.html.ruxt within layouts/application
|
|
153
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 97.3ms | Allocations: 43182)
|
|
154
|
+
Rendered layout layouts/application.html.erb (Duration: 97.8ms | Allocations: 43413)
|
|
155
|
+
Completed 200 OK in 111ms (Views: 104.7ms | Allocations: 48899)
|
|
156
|
+
Started GET "/" for 127.0.0.1 at 2023-04-25 14:22:51 -0700
|
|
157
|
+
Processing by HomeController#index as HTML
|
|
158
|
+
Rendering layout layouts/application.html.erb
|
|
159
|
+
Rendering home/index.html.ruxt within layouts/application
|
|
160
|
+
Rendered home/index.html.ruxt within layouts/application (Duration: 77.5ms | Allocations: 43481)
|
|
161
|
+
Rendered layout layouts/application.html.erb (Duration: 78.0ms | Allocations: 43712)
|
|
162
|
+
Completed 200 OK in 89ms (Views: 83.2ms | Allocations: 49251)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rux-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cameron Dutro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rux
|
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: '0'
|
|
118
118
|
requirements: []
|
|
119
|
-
rubygems_version: 3.
|
|
119
|
+
rubygems_version: 3.4.5
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
122
|
summary: Rux view components on Rails.
|