dbconsole 0.0.3 → 0.0.4
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 +8 -8
- data/app/assets/javascripts/dbconsole/jquery-1.10.2.js +9789 -0
- data/app/assets/javascripts/dbconsole/jquery-ui-1.10.4.custom.min.js +7 -0
- data/app/assets/javascripts/dbconsole/jquery.tablesorter.min.js +4 -0
- data/app/assets/javascripts/dbconsole/jquery.ui.core.js +320 -0
- data/app/assets/javascripts/dbconsole/jquery.ui.tabs.js +849 -0
- data/app/assets/javascripts/dbconsole/jquery.ui.widget.js +521 -0
- data/app/assets/stylesheets/dbconsole/asc.gif +0 -0
- data/app/assets/stylesheets/dbconsole/bg.gif +0 -0
- data/app/assets/stylesheets/dbconsole/demos.css +19 -0
- data/app/assets/stylesheets/dbconsole/desc.gif +0 -0
- data/app/assets/stylesheets/dbconsole/images/animated-overlay.gif +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-icons_222222_256x240.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-icons_2e83ff_256x240.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-icons_454545_256x240.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-icons_888888_256x240.png +0 -0
- data/app/assets/stylesheets/dbconsole/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/app/assets/stylesheets/dbconsole/jquery.ui.core.css +93 -0
- data/app/assets/stylesheets/dbconsole/jquery.ui.tabs.css +51 -0
- data/app/assets/stylesheets/dbconsole/jquery.ui.theme.css +410 -0
- data/app/assets/stylesheets/dbconsole/style.css +98 -0
- data/app/controllers/dbconsole/databases_controller.rb +74 -10
- data/app/controllers/dbconsole/style.css +85 -0
- data/app/views/dbconsole/databases/create.html.erb +155 -0
- data/app/views/dbconsole/databases/index.html.erb +5 -2
- data/app/views/dbconsole/databases/show.html.erb +155 -0
- data/app/views/layouts/dbconsole/application.html.erb +3 -1
- data/lib/dbconsole/version.rb +1 -1
- metadata +47 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTRmODk3Zjg5OGE4OWE3MTU2ZjgzMGJhMjgyNzAwYzI0NGE0YWI4Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
M2FmZGNiNGExMmRhY2NhMjAxNDY4NzQ2MDJmMTBjMDQ5ZTc1NmE2Yg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzIwNjdlZmE0MWJjMWVmZGNhM2JjZGFlZTZiYzViMjQ0YzQzZDczMTBlNjRm
|
10
|
+
MjVhMGVjOTgzM2YxNmY2YTM3MjdlYmRiODA5ZmM0NjlmZWRmYjMwMzYxZDZm
|
11
|
+
MzZlODU4ODhhZTdiODhmMTgwNGI3NDczNzQ1ZjRiMmU4YzE2N2U=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OGFmMjkxYzEzMGExYTcxM2ZhNWM5YWUxMTk1MWEzNjUwYzEwZTZjOTgwOGE2
|
14
|
+
MTdhMWE5NzYyN2RhOWFlZGQxMGJlZTAyYmFmZjBhMzJiMTMyODg1NGNmNDc3
|
15
|
+
OWI1MWViYmQ3YTMwYzZiZTZjN2Q1MGU1YzE1OTQ5NzE5M2U3NDM=
|