rails8_db 0.0.7 → 0.0.8
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/views/layouts/rails_db/application.html.erb +13 -0
- data/lib/rails_db/version.rb +1 -1
- metadata +1 -5
- data/test/dummy/log/development.log +0 -5
- data/test/dummy/log/test.log +0 -46208
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ba12f5b78e497cfad9196cfe635babb47d7d654002143a3b4b50f722e715eab
|
4
|
+
data.tar.gz: 4cadbb40c4a1176001991203a9a15d5c2d215f6d67c778b7e41995a0db4e1c02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 739bbf058dbb3482931cb48f70a9a93c183910c1d89c4d094a926b7f2a99084c73485c724f818e115909bd35ba754893aa0d590554ef8c74196d6a14328be9b1
|
7
|
+
data.tar.gz: fbc2fe759fa6d4c138d30236b4ac23a8c2badb6304f3dda49a52b47d0614b428e28439b218206be926cab18168611a508edd0d452b31e645d4ddd853036b1bd7
|
@@ -5,6 +5,19 @@
|
|
5
5
|
<%= stylesheet_link_tag "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" %>
|
6
6
|
<%= stylesheet_link_tag "rails_db/application" %>
|
7
7
|
<% unless ENV["RAILS_ENV"] == "test" %>
|
8
|
+
<%= javascript_include_tag(
|
9
|
+
"codemirror/codemirror.js",
|
10
|
+
"codemirror/modes/sql.js",
|
11
|
+
"codemirror/addons/hint/show-hint.js",
|
12
|
+
"codemirror/addons/hint/sql-hint.js",
|
13
|
+
"rails_db/jquery.js",
|
14
|
+
"rails_db/jquery.cookie.js",
|
15
|
+
"rails_db/rails-ujs.js",
|
16
|
+
"rails_db/foundation.min.js",
|
17
|
+
"rails_db/sticky.js",
|
18
|
+
"rails_db/show_hide_columns.js",
|
19
|
+
"rails_db/search.js"
|
20
|
+
) %>
|
8
21
|
<%= javascript_include_tag "rails_db/application" %>
|
9
22
|
<% end %>
|
10
23
|
|
data/lib/rails_db/version.rb
CHANGED
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.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilton Silveira
|
@@ -595,8 +595,6 @@ 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
|
600
598
|
- test/dummy/public/404.html
|
601
599
|
- test/dummy/public/422.html
|
602
600
|
- test/dummy/public/500.html
|
@@ -1040,8 +1038,6 @@ test_files:
|
|
1040
1038
|
- test/dummy/db/migrate/20210626083314_add_country_column.rb
|
1041
1039
|
- test/dummy/db/schema.rb
|
1042
1040
|
- test/dummy/db/test.sqlite3
|
1043
|
-
- test/dummy/log/development.log
|
1044
|
-
- test/dummy/log/test.log
|
1045
1041
|
- test/dummy/public/404.html
|
1046
1042
|
- test/dummy/public/422.html
|
1047
1043
|
- test/dummy/public/500.html
|
@@ -1,5 +0,0 @@
|
|
1
|
-
DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1. To opt in to the new behavior, set `config.active_support.to_time_preserves_timezone = :zone`. (called from <top (required)> at /Users/iltongarcia/Projects/rails/rails_db/test/dummy/config/environment.rb:5)
|
2
|
-
DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1. To opt in to the new behavior, set `config.active_support.to_time_preserves_timezone = :zone`. (called from <top (required)> at /Users/iltongarcia/Projects/rails/rails_db/test/dummy/config/environment.rb:5)
|
3
|
-
DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1. To opt in to the new behavior, set `config.active_support.to_time_preserves_timezone = :zone`. (called from <top (required)> at /Users/iltongarcia/Projects/rails/rails_db/test/dummy/config/environment.rb:5)
|
4
|
-
DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1. To opt in to the new behavior, set `config.active_support.to_time_preserves_timezone = :zone`. (called from <top (required)> at /Users/iltongarcia/Projects/rails/rails_db/test/dummy/config/environment.rb:5)
|
5
|
-
DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1. To opt in to the new behavior, set `config.active_support.to_time_preserves_timezone = :zone`. (called from <top (required)> at /Users/iltongarcia/Projects/rails/rails_db/test/dummy/config/environment.rb:5)
|