dataclips 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/dataclips/application.js +1 -0
  3. data/app/assets/javascripts/dataclips/record.js.coffee +0 -25
  4. data/app/assets/javascripts/dataclips/records.js.coffee +23 -0
  5. data/app/assets/stylesheets/dataclips/application.css +2 -1
  6. data/app/controllers/dataclips/application_controller.rb +9 -4
  7. data/app/controllers/dataclips/clips_controller.rb +22 -25
  8. data/app/controllers/dataclips/insights_controller.rb +1 -1
  9. data/app/views/dataclips/clips/{edit.html.erb → require_variables.html.erb} +0 -0
  10. data/lib/dataclips/engine.rb +0 -13
  11. data/lib/dataclips/version.rb +1 -1
  12. metadata +27 -100
  13. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  14. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -288
  15. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  16. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  17. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  18. data/app/assets/stylesheets/bootstrap/_alerts.scss +0 -68
  19. data/app/assets/stylesheets/bootstrap/_badges.scss +0 -63
  20. data/app/assets/stylesheets/bootstrap/_breadcrumbs.scss +0 -26
  21. data/app/assets/stylesheets/bootstrap/_button-groups.scss +0 -243
  22. data/app/assets/stylesheets/bootstrap/_buttons.scss +0 -160
  23. data/app/assets/stylesheets/bootstrap/_carousel.scss +0 -267
  24. data/app/assets/stylesheets/bootstrap/_close.scss +0 -35
  25. data/app/assets/stylesheets/bootstrap/_code.scss +0 -69
  26. data/app/assets/stylesheets/bootstrap/_component-animations.scss +0 -38
  27. data/app/assets/stylesheets/bootstrap/_dropdowns.scss +0 -213
  28. data/app/assets/stylesheets/bootstrap/_forms.scss +0 -548
  29. data/app/assets/stylesheets/bootstrap/_glyphicons.scss +0 -234
  30. data/app/assets/stylesheets/bootstrap/_grid.scss +0 -84
  31. data/app/assets/stylesheets/bootstrap/_input-groups.scss +0 -166
  32. data/app/assets/stylesheets/bootstrap/_jumbotron.scss +0 -49
  33. data/app/assets/stylesheets/bootstrap/_labels.scss +0 -66
  34. data/app/assets/stylesheets/bootstrap/_list-group.scss +0 -124
  35. data/app/assets/stylesheets/bootstrap/_media.scss +0 -47
  36. data/app/assets/stylesheets/bootstrap/_mixins.scss +0 -39
  37. data/app/assets/stylesheets/bootstrap/_modals.scss +0 -148
  38. data/app/assets/stylesheets/bootstrap/_navbar.scss +0 -662
  39. data/app/assets/stylesheets/bootstrap/_navs.scss +0 -244
  40. data/app/assets/stylesheets/bootstrap/_normalize.scss +0 -427
  41. data/app/assets/stylesheets/bootstrap/_pager.scss +0 -54
  42. data/app/assets/stylesheets/bootstrap/_pagination.scss +0 -88
  43. data/app/assets/stylesheets/bootstrap/_panels.scss +0 -261
  44. data/app/assets/stylesheets/bootstrap/_popovers.scss +0 -135
  45. data/app/assets/stylesheets/bootstrap/_print.scss +0 -107
  46. data/app/assets/stylesheets/bootstrap/_progress-bars.scss +0 -87
  47. data/app/assets/stylesheets/bootstrap/_responsive-embed.scss +0 -35
  48. data/app/assets/stylesheets/bootstrap/_responsive-utilities.scss +0 -174
  49. data/app/assets/stylesheets/bootstrap/_scaffolding.scss +0 -150
  50. data/app/assets/stylesheets/bootstrap/_tables.scss +0 -234
  51. data/app/assets/stylesheets/bootstrap/_theme.scss +0 -272
  52. data/app/assets/stylesheets/bootstrap/_thumbnails.scss +0 -38
  53. data/app/assets/stylesheets/bootstrap/_tooltip.scss +0 -103
  54. data/app/assets/stylesheets/bootstrap/_type.scss +0 -298
  55. data/app/assets/stylesheets/bootstrap/_utilities.scss +0 -56
  56. data/app/assets/stylesheets/bootstrap/_variables.scss +0 -864
  57. data/app/assets/stylesheets/bootstrap/_wells.scss +0 -29
  58. data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +0 -14
  59. data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +0 -11
  60. data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +0 -18
  61. data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +0 -52
  62. data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +0 -7
  63. data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +0 -22
  64. data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +0 -88
  65. data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +0 -58
  66. data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +0 -81
  67. data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +0 -122
  68. data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +0 -21
  69. data/app/assets/stylesheets/bootstrap/mixins/_image.scss +0 -33
  70. data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +0 -12
  71. data/app/assets/stylesheets/bootstrap/mixins/_list-group.scss +0 -31
  72. data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +0 -10
  73. data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  74. data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +0 -8
  75. data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +0 -23
  76. data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +0 -24
  77. data/app/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +0 -10
  78. data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +0 -8
  79. data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +0 -6
  80. data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +0 -21
  81. data/app/assets/stylesheets/bootstrap/mixins/_size.scss +0 -10
  82. data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +0 -9
  83. data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +0 -28
  84. data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +0 -11
  85. data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +0 -8
  86. data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  87. data/app/assets/stylesheets/dataclips/_bootstrap.scss +0 -53
@@ -1,49 +0,0 @@
1
- //
2
- // Jumbotron
3
- // --------------------------------------------------
4
-
5
-
6
- .jumbotron {
7
- padding: $jumbotron-padding ($jumbotron-padding / 2);
8
- margin-bottom: $jumbotron-padding;
9
- color: $jumbotron-color;
10
- background-color: $jumbotron-bg;
11
-
12
- h1,
13
- .h1 {
14
- color: $jumbotron-heading-color;
15
- }
16
- p {
17
- margin-bottom: ($jumbotron-padding / 2);
18
- font-size: $jumbotron-font-size;
19
- font-weight: 200;
20
- }
21
-
22
- > hr {
23
- border-top-color: darken($jumbotron-bg, 10%);
24
- }
25
-
26
- .container &,
27
- .container-fluid & {
28
- border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
29
- }
30
-
31
- .container {
32
- max-width: 100%;
33
- }
34
-
35
- @media screen and (min-width: $screen-sm-min) {
36
- padding: ($jumbotron-padding * 1.6) 0;
37
-
38
- .container &,
39
- .container-fluid & {
40
- padding-left: ($jumbotron-padding * 2);
41
- padding-right: ($jumbotron-padding * 2);
42
- }
43
-
44
- h1,
45
- .h1 {
46
- font-size: ($font-size-base * 4.5);
47
- }
48
- }
49
- }
@@ -1,66 +0,0 @@
1
- //
2
- // Labels
3
- // --------------------------------------------------
4
-
5
- .label {
6
- display: inline;
7
- padding: .2em .6em .3em;
8
- font-size: 75%;
9
- font-weight: bold;
10
- line-height: 1;
11
- color: $label-color;
12
- text-align: center;
13
- white-space: nowrap;
14
- vertical-align: baseline;
15
- border-radius: .25em;
16
-
17
- // [converter] extracted a& to a.label
18
-
19
- // Empty labels collapse automatically (not available in IE8)
20
- &:empty {
21
- display: none;
22
- }
23
-
24
- // Quick fix for labels in buttons
25
- .btn & {
26
- position: relative;
27
- top: -1px;
28
- }
29
- }
30
-
31
- // Add hover effects, but only for links
32
- a.label {
33
- &:hover,
34
- &:focus {
35
- color: $label-link-hover-color;
36
- text-decoration: none;
37
- cursor: pointer;
38
- }
39
- }
40
-
41
- // Colors
42
- // Contextual variations (linked labels get darker on :hover)
43
-
44
- .label-default {
45
- @include label-variant($label-default-bg);
46
- }
47
-
48
- .label-primary {
49
- @include label-variant($label-primary-bg);
50
- }
51
-
52
- .label-success {
53
- @include label-variant($label-success-bg);
54
- }
55
-
56
- .label-info {
57
- @include label-variant($label-info-bg);
58
- }
59
-
60
- .label-warning {
61
- @include label-variant($label-warning-bg);
62
- }
63
-
64
- .label-danger {
65
- @include label-variant($label-danger-bg);
66
- }
@@ -1,124 +0,0 @@
1
- //
2
- // List groups
3
- // --------------------------------------------------
4
-
5
-
6
- // Base class
7
- //
8
- // Easily usable on <ul>, <ol>, or <div>.
9
-
10
- .list-group {
11
- // No need to set list-style: none; since .list-group-item is block level
12
- margin-bottom: 20px;
13
- padding-left: 0; // reset padding because ul and ol
14
- }
15
-
16
-
17
- // Individual list items
18
- //
19
- // Use on `li`s or `div`s within the `.list-group` parent.
20
-
21
- .list-group-item {
22
- position: relative;
23
- display: block;
24
- padding: 10px 15px;
25
- // Place the border on the list items and negative margin up for better styling
26
- margin-bottom: -1px;
27
- background-color: $list-group-bg;
28
- border: 1px solid $list-group-border;
29
-
30
- // Round the first and last items
31
- &:first-child {
32
- @include border-top-radius($list-group-border-radius);
33
- }
34
- &:last-child {
35
- margin-bottom: 0;
36
- @include border-bottom-radius($list-group-border-radius);
37
- }
38
- }
39
-
40
-
41
- // Linked list items
42
- //
43
- // Use anchor elements instead of `li`s or `div`s to create linked list items.
44
- // Includes an extra `.active` modifier class for showing selected items.
45
-
46
- a.list-group-item {
47
- color: $list-group-link-color;
48
-
49
- .list-group-item-heading {
50
- color: $list-group-link-heading-color;
51
- }
52
-
53
- // Hover state
54
- &:hover,
55
- &:focus {
56
- text-decoration: none;
57
- color: $list-group-link-hover-color;
58
- background-color: $list-group-hover-bg;
59
- }
60
- }
61
-
62
- .list-group-item {
63
- // Disabled state
64
- &.disabled,
65
- &.disabled:hover,
66
- &.disabled:focus {
67
- background-color: $list-group-disabled-bg;
68
- color: $list-group-disabled-color;
69
- cursor: $cursor-disabled;
70
-
71
- // Force color to inherit for custom content
72
- .list-group-item-heading {
73
- color: inherit;
74
- }
75
- .list-group-item-text {
76
- color: $list-group-disabled-text-color;
77
- }
78
- }
79
-
80
- // Active class on item itself, not parent
81
- &.active,
82
- &.active:hover,
83
- &.active:focus {
84
- z-index: 2; // Place active items above their siblings for proper border styling
85
- color: $list-group-active-color;
86
- background-color: $list-group-active-bg;
87
- border-color: $list-group-active-border;
88
-
89
- // Force color to inherit for custom content
90
- .list-group-item-heading,
91
- .list-group-item-heading > small,
92
- .list-group-item-heading > .small {
93
- color: inherit;
94
- }
95
- .list-group-item-text {
96
- color: $list-group-active-text-color;
97
- }
98
- }
99
- }
100
-
101
-
102
- // Contextual variants
103
- //
104
- // Add modifier classes to change text and background color on individual items.
105
- // Organizationally, this must come after the `:hover` states.
106
-
107
- @include list-group-item-variant(success, $state-success-bg, $state-success-text);
108
- @include list-group-item-variant(info, $state-info-bg, $state-info-text);
109
- @include list-group-item-variant(warning, $state-warning-bg, $state-warning-text);
110
- @include list-group-item-variant(danger, $state-danger-bg, $state-danger-text);
111
-
112
-
113
- // Custom content options
114
- //
115
- // Extra classes for creating well-formatted content within `.list-group-item`s.
116
-
117
- .list-group-item-heading {
118
- margin-top: 0;
119
- margin-bottom: 5px;
120
- }
121
- .list-group-item-text {
122
- margin-bottom: 0;
123
- line-height: 1.3;
124
- }
@@ -1,47 +0,0 @@
1
- .media {
2
- // Proper spacing between instances of .media
3
- margin-top: 15px;
4
-
5
- &:first-child {
6
- margin-top: 0;
7
- }
8
- }
9
-
10
- .media-right,
11
- .media > .pull-right {
12
- padding-left: 10px;
13
- }
14
-
15
- .media-left,
16
- .media > .pull-left {
17
- padding-right: 10px;
18
- }
19
-
20
- .media-left,
21
- .media-right,
22
- .media-body {
23
- display: table-cell;
24
- vertical-align: top;
25
- }
26
-
27
- .media-middle {
28
- vertical-align: middle;
29
- }
30
-
31
- .media-bottom {
32
- vertical-align: bottom;
33
- }
34
-
35
- // Reset margins on headings for tighter default spacing
36
- .media-heading {
37
- margin-top: 0;
38
- margin-bottom: 5px;
39
- }
40
-
41
- // Media list variation
42
- //
43
- // Undo default ul/ol styles
44
- .media-list {
45
- padding-left: 0;
46
- list-style: none;
47
- }
@@ -1,39 +0,0 @@
1
- // Mixins
2
- // --------------------------------------------------
3
-
4
- // Utilities
5
- @import "mixins/hide-text";
6
- @import "mixins/opacity";
7
- @import "mixins/image";
8
- @import "mixins/labels";
9
- @import "mixins/reset-filter";
10
- @import "mixins/resize";
11
- @import "mixins/responsive-visibility";
12
- @import "mixins/size";
13
- @import "mixins/tab-focus";
14
- @import "mixins/text-emphasis";
15
- @import "mixins/text-overflow";
16
- @import "mixins/vendor-prefixes";
17
-
18
- // Components
19
- @import "mixins/alerts";
20
- @import "mixins/buttons";
21
- @import "mixins/panels";
22
- @import "mixins/pagination";
23
- @import "mixins/list-group";
24
- @import "mixins/nav-divider";
25
- @import "mixins/forms";
26
- @import "mixins/progress-bar";
27
- @import "mixins/table-row";
28
-
29
- // Skins
30
- @import "mixins/background-variant";
31
- @import "mixins/border-radius";
32
- @import "mixins/gradients";
33
-
34
- // Layout
35
- @import "mixins/clearfix";
36
- @import "mixins/center-block";
37
- @import "mixins/nav-vertical-align";
38
- @import "mixins/grid-framework";
39
- @import "mixins/grid";
@@ -1,148 +0,0 @@
1
- //
2
- // Modals
3
- // --------------------------------------------------
4
-
5
- // .modal-open - body class for killing the scroll
6
- // .modal - container to scroll within
7
- // .modal-dialog - positioning shell for the actual modal
8
- // .modal-content - actual modal w/ bg and corners and shit
9
-
10
- // Kill the scroll on the body
11
- .modal-open {
12
- overflow: hidden;
13
- }
14
-
15
- // Container that the modal scrolls within
16
- .modal {
17
- display: none;
18
- overflow: hidden;
19
- position: fixed;
20
- top: 0;
21
- right: 0;
22
- bottom: 0;
23
- left: 0;
24
- z-index: $zindex-modal;
25
- -webkit-overflow-scrolling: touch;
26
-
27
- // Prevent Chrome on Windows from adding a focus outline. For details, see
28
- // https://github.com/twbs/bootstrap/pull/10951.
29
- outline: 0;
30
-
31
- // When fading in the modal, animate it to slide down
32
- &.fade .modal-dialog {
33
- @include translate(0, -25%);
34
- @include transition-transform(0.3s ease-out);
35
- }
36
- &.in .modal-dialog { @include translate(0, 0) }
37
- }
38
- .modal-open .modal {
39
- overflow-x: hidden;
40
- overflow-y: auto;
41
- }
42
-
43
- // Shell div to position the modal with bottom padding
44
- .modal-dialog {
45
- position: relative;
46
- width: auto;
47
- margin: 10px;
48
- }
49
-
50
- // Actual modal
51
- .modal-content {
52
- position: relative;
53
- background-color: $modal-content-bg;
54
- border: 1px solid $modal-content-fallback-border-color; //old browsers fallback (ie8 etc)
55
- border: 1px solid $modal-content-border-color;
56
- border-radius: $border-radius-large;
57
- @include box-shadow(0 3px 9px rgba(0,0,0,.5));
58
- background-clip: padding-box;
59
- // Remove focus outline from opened modal
60
- outline: 0;
61
- }
62
-
63
- // Modal background
64
- .modal-backdrop {
65
- position: absolute;
66
- top: 0;
67
- right: 0;
68
- left: 0;
69
- background-color: $modal-backdrop-bg;
70
- // Fade for backdrop
71
- &.fade { @include opacity(0); }
72
- &.in { @include opacity($modal-backdrop-opacity); }
73
- }
74
-
75
- // Modal header
76
- // Top section of the modal w/ title and dismiss
77
- .modal-header {
78
- padding: $modal-title-padding;
79
- border-bottom: 1px solid $modal-header-border-color;
80
- min-height: ($modal-title-padding + $modal-title-line-height);
81
- }
82
- // Close icon
83
- .modal-header .close {
84
- margin-top: -2px;
85
- }
86
-
87
- // Title text within header
88
- .modal-title {
89
- margin: 0;
90
- line-height: $modal-title-line-height;
91
- }
92
-
93
- // Modal body
94
- // Where all modal content resides (sibling of .modal-header and .modal-footer)
95
- .modal-body {
96
- position: relative;
97
- padding: $modal-inner-padding;
98
- }
99
-
100
- // Footer (for actions)
101
- .modal-footer {
102
- padding: $modal-inner-padding;
103
- text-align: right; // right align buttons
104
- border-top: 1px solid $modal-footer-border-color;
105
- @include clearfix; // clear it in case folks use .pull-* classes on buttons
106
-
107
- // Properly space out buttons
108
- .btn + .btn {
109
- margin-left: 5px;
110
- margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
111
- }
112
- // but override that for button groups
113
- .btn-group .btn + .btn {
114
- margin-left: -1px;
115
- }
116
- // and override it for block buttons as well
117
- .btn-block + .btn-block {
118
- margin-left: 0;
119
- }
120
- }
121
-
122
- // Measure scrollbar width for padding body during modal show/hide
123
- .modal-scrollbar-measure {
124
- position: absolute;
125
- top: -9999px;
126
- width: 50px;
127
- height: 50px;
128
- overflow: scroll;
129
- }
130
-
131
- // Scale up the modal
132
- @media (min-width: $screen-sm-min) {
133
- // Automatically set modal's width for larger viewports
134
- .modal-dialog {
135
- width: $modal-md;
136
- margin: 30px auto;
137
- }
138
- .modal-content {
139
- @include box-shadow(0 5px 15px rgba(0,0,0,.5));
140
- }
141
-
142
- // Modal sizes
143
- .modal-sm { width: $modal-sm; }
144
- }
145
-
146
- @media (min-width: $screen-md-min) {
147
- .modal-lg { width: $modal-lg; }
148
- }