rails8_db 0.0.7 → 0.0.9

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: 9a30781769bfb5e68dd691e10a8dbd4dd1470388fd9b8b567788bbc7ababb3a2
4
- data.tar.gz: 24fe57f5de487357081107e509498a784d30e62f6f0fd41396db7cb12c3f7104
3
+ metadata.gz: 0217f72bf0f6f883cfeff4791f54836193fbe5a6e4cfe5baebf67c8d0e1b2459
4
+ data.tar.gz: d3fc6c709f215871a176fe6a0e3dd6c02f889136027cab4e7e23956b5579362c
5
5
  SHA512:
6
- metadata.gz: a58fb620065a8cd753cebbf60cc9b0b62497d5cfbdad9dcb40db735ecfeadf5f1ff159fd84e8ac94e02a182248bfd254043ba89ebdbd172241963236be86cf2a
7
- data.tar.gz: aceb805590f1297f43ffdb493c65dfd3b8ef6fc805f2920aaa4fb56d8b1ffd5e37a8abeba1fd206b5f894dedf652280caf797ce7d15210e529b9cc592f3e8943
6
+ metadata.gz: 3bc253630da5f6d0a8cc503cbed1f331cefec9b4ba173adac10048043428dd2acfbb8ca96117ee2a19605fbce418cb67f4568e93402504dd9b18422c366bc8ec
7
+ data.tar.gz: eaebbba42949d779504bf70b8b2025cec2f2f74b6451f9c2d03d0dd9031e7243795972d8352ba2d908a0d96128d4d62e5564e8d27370e669fb3cecae2395ccf5
@@ -1,3 +1,15 @@
1
+ // Import all required JavaScript files
2
+ import "../codemirror/codemirror.js",
3
+ import "../codemirror/modes/sql.js",
4
+ import "../codemirror/addons/hint/show-hint.js",
5
+ import "../codemirror/addons/hint/sql-hint.js",
6
+ import "./jquery.js"
7
+ import "./jquery.cookie.js"
8
+ import "./foundation.min.js"
9
+ import "./rails-ujs.js"
10
+ import "./search.js"
11
+ import "./show_hide_columns.js"
12
+ import "./sticky.js"
1
13
 
2
14
  $(function(){
3
15
  $(document).foundation();
@@ -4,9 +4,7 @@
4
4
  <title><%= [yield(:title), 'Rails DB'].reject(&:blank?).join(' - ') %></title>
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
- <% unless ENV["RAILS_ENV"] == "test" %>
8
- <%= javascript_include_tag "rails_db/application" %>
9
- <% end %>
7
+ <%= javascript_include_tag "rails_db/application" %>
10
8
 
11
9
  <%= csrf_meta_tags %>
12
10
 
@@ -8,5 +8,10 @@ module RailsDb
8
8
  include RailsDb::Helpers
9
9
  end
10
10
  end
11
+
12
+ # Add the app/javascript directory to the asset paths
13
+ initializer 'rails_db.assets.precompile' do |app|
14
+ app.config.assets.paths << root.join('app', 'javascript')
15
+ end
11
16
  end
12
17
  end
@@ -1,3 +1,3 @@
1
1
  module RailsDb
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -1,5 +1 @@
1
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)