rails8_db 0.0.8 → 0.0.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 +4 -4
- data/app/javascript/rails_db/application.js +12 -0
- data/app/views/layouts/rails_db/application.html.erb +1 -16
- data/lib/rails_db/engine.rb +10 -0
- data/lib/rails_db/version.rb +1 -1
- data/test/dummy/log/development.log +1 -0
- data/test/dummy/log/test.log +1482 -0
- metadata +5 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails8_db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilton Silveira
|
@@ -595,6 +595,8 @@ files:
|
|
595
595
|
- test/dummy/db/migrate/20210626083314_add_country_column.rb
|
596
596
|
- test/dummy/db/schema.rb
|
597
597
|
- test/dummy/db/test.sqlite3
|
598
|
+
- test/dummy/log/development.log
|
599
|
+
- test/dummy/log/test.log
|
598
600
|
- test/dummy/public/404.html
|
599
601
|
- test/dummy/public/422.html
|
600
602
|
- test/dummy/public/500.html
|
@@ -1038,6 +1040,8 @@ test_files:
|
|
1038
1040
|
- test/dummy/db/migrate/20210626083314_add_country_column.rb
|
1039
1041
|
- test/dummy/db/schema.rb
|
1040
1042
|
- test/dummy/db/test.sqlite3
|
1043
|
+
- test/dummy/log/development.log
|
1044
|
+
- test/dummy/log/test.log
|
1041
1045
|
- test/dummy/public/404.html
|
1042
1046
|
- test/dummy/public/422.html
|
1043
1047
|
- test/dummy/public/500.html
|