ui_bibz 1.2.5.3 → 2.0.0.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (188) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +10 -7
  5. data/README.md +8 -1042
  6. data/app/assets/javascripts/multi_column.coffee +45 -0
  7. data/app/assets/javascripts/{ui_bibz.js.coffee → ui_bibz.coffee} +16 -3
  8. data/app/assets/stylesheets/fix-bootstrap-4.sass +2 -0
  9. data/app/assets/stylesheets/ui_bibz.sass +22 -9
  10. data/app/inputs/custom_inputs/date_picker_input.rb +10 -0
  11. data/app/inputs/custom_inputs/date_picker_input_old.rb +61 -0
  12. data/app/inputs/custom_inputs/multi_column_input.rb +18 -0
  13. data/app/inputs/custom_inputs/multi_select_input.rb +15 -0
  14. data/app/inputs/custom_inputs/surround_input.rb +10 -0
  15. data/doc/UiBibz.html +2 -2
  16. data/doc/UiBibz/Concerns.html +1 -1
  17. data/doc/UiBibz/Concerns/Models.html +1 -1
  18. data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
  19. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +5 -5
  20. data/doc/UiBibz/Helpers.html +1 -1
  21. data/doc/UiBibz/Helpers/MetaHelper.html +1 -1
  22. data/doc/UiBibz/Helpers/UiCoreHelper.html +1 -1
  23. data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
  24. data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
  25. data/doc/UiBibz/Rails.html +1 -1
  26. data/doc/UiBibz/Rails/Engine.html +1 -1
  27. data/doc/UiBibz/Ui.html +1 -1
  28. data/doc/UiBibz/Ui/Base.html +1 -1
  29. data/doc/UiBibz/Ui/Core.html +1 -1
  30. data/doc/UiBibz/Ui/Core/Alert.html +1 -1
  31. data/doc/UiBibz/Ui/Core/Bar.html +1 -1
  32. data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
  33. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
  34. data/doc/UiBibz/Ui/Core/Button.html +1 -1
  35. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +1 -1
  36. data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
  37. data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
  38. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +1 -1
  39. data/doc/UiBibz/Ui/Core/Col.html +1 -1
  40. data/doc/UiBibz/Ui/Core/Component.html +1 -1
  41. data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
  42. data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
  43. data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
  44. data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
  45. data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
  46. data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
  47. data/doc/UiBibz/Ui/Core/Label.html +1 -1
  48. data/doc/UiBibz/Ui/Core/List.html +1 -1
  49. data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
  50. data/doc/UiBibz/Ui/Core/Modal.html +1 -1
  51. data/doc/UiBibz/Ui/Core/ModalBody.html +1 -1
  52. data/doc/UiBibz/Ui/Core/ModalFooter.html +1 -1
  53. data/doc/UiBibz/Ui/Core/ModalHeader.html +1 -1
  54. data/doc/UiBibz/Ui/Core/Nav.html +1 -1
  55. data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
  56. data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
  57. data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
  58. data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
  59. data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
  60. data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
  61. data/doc/UiBibz/Ui/Core/Panel.html +1 -1
  62. data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
  63. data/doc/UiBibz/Ui/Core/Row.html +1 -1
  64. data/doc/UiBibz/Ui/Core/Stars.html +1 -1
  65. data/doc/UiBibz/Ui/Ux.html +1 -1
  66. data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
  67. data/doc/UiBibz/Ui/Ux/Actions.html +1 -1
  68. data/doc/UiBibz/Ui/Ux/Column.html +1 -1
  69. data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
  70. data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
  71. data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
  72. data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
  73. data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
  74. data/doc/UiBibz/Ui/Ux/Store.html +18 -70
  75. data/doc/UiBibz/Ui/Ux/Table.html +1 -1
  76. data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
  77. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
  78. data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
  79. data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
  80. data/doc/UiBibz/Utils.html +1 -1
  81. data/doc/UiBibz/Utils/Internationalization.html +1 -1
  82. data/doc/_index.html +1 -1
  83. data/doc/file.README.html +47 -51
  84. data/doc/index.html +47 -51
  85. data/doc/method_list.html +69 -75
  86. data/doc/top-level-namespace.html +1 -1
  87. data/lib/ui_bibz.rb +14 -7
  88. data/lib/ui_bibz/helpers/ui_core_helper.rb +46 -11
  89. data/lib/ui_bibz/helpers/ui_ux_helper.rb +7 -3
  90. data/lib/ui_bibz/rails/engine.rb +2 -2
  91. data/lib/ui_bibz/ui/base.rb +5 -0
  92. data/lib/ui_bibz/ui/core/alert.rb +15 -6
  93. data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +37 -2
  94. data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +3 -3
  95. data/lib/ui_bibz/ui/core/button/button.rb +39 -6
  96. data/lib/ui_bibz/ui/core/button/button_choice.rb +104 -0
  97. data/lib/ui_bibz/ui/core/button/button_dropdown.rb +15 -2
  98. data/lib/ui_bibz/ui/core/button/button_group.rb +17 -5
  99. data/lib/ui_bibz/ui/core/button/button_link.rb +8 -11
  100. data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +15 -5
  101. data/lib/ui_bibz/ui/core/card/card.rb +158 -0
  102. data/lib/ui_bibz/ui/core/card/card_column.rb +60 -0
  103. data/lib/ui_bibz/ui/core/card/card_deck.rb +62 -0
  104. data/lib/ui_bibz/ui/core/card/card_group.rb +60 -0
  105. data/lib/ui_bibz/ui/core/card/components/block/card_block_link.rb +51 -0
  106. data/lib/ui_bibz/ui/core/card/components/block/card_block_text.rb +51 -0
  107. data/lib/ui_bibz/ui/core/card/components/block/card_block_title.rb +51 -0
  108. data/lib/ui_bibz/ui/core/card/components/card_block.rb +67 -0
  109. data/lib/ui_bibz/ui/core/card/components/card_footer.rb +55 -0
  110. data/lib/ui_bibz/ui/core/card/components/card_header.rb +51 -0
  111. data/lib/ui_bibz/ui/core/card/components/card_image.rb +57 -0
  112. data/lib/ui_bibz/ui/core/card/components/card_list_group.rb +47 -0
  113. data/lib/ui_bibz/ui/core/component.rb +78 -32
  114. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb +1 -1
  115. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_header.rb +11 -1
  116. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +11 -4
  117. data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +14 -6
  118. data/lib/ui_bibz/ui/core/glyph.rb +22 -4
  119. data/lib/ui_bibz/ui/core/input/date_picker_field.rb +125 -0
  120. data/lib/ui_bibz/ui/core/input/multi_column_field.rb +77 -0
  121. data/lib/ui_bibz/ui/core/input/multi_select_field.rb +89 -0
  122. data/lib/ui_bibz/ui/core/input/surround_field.rb +74 -0
  123. data/lib/ui_bibz/ui/core/jumbotron.rb +10 -6
  124. data/lib/ui_bibz/ui/core/label.rb +13 -3
  125. data/lib/ui_bibz/ui/core/{col.rb → layout/col.rb} +38 -18
  126. data/lib/ui_bibz/ui/core/layout/container.rb +65 -0
  127. data/lib/ui_bibz/ui/core/{row.rb → layout/row.rb} +7 -1
  128. data/lib/ui_bibz/ui/core/list/components/list.rb +26 -11
  129. data/lib/ui_bibz/ui/core/list/components/list_body.rb +36 -0
  130. data/lib/ui_bibz/ui/core/list/components/list_header.rb +36 -0
  131. data/lib/ui_bibz/ui/core/list/list_group.rb +7 -3
  132. data/lib/ui_bibz/ui/core/modal/components/modal_body.rb +7 -1
  133. data/lib/ui_bibz/ui/core/modal/components/modal_footer.rb +7 -1
  134. data/lib/ui_bibz/ui/core/modal/components/modal_header.rb +5 -2
  135. data/lib/ui_bibz/ui/core/modal/modal.rb +13 -2
  136. data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +6 -2
  137. data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +7 -18
  138. data/lib/ui_bibz/ui/core/nav/components/nav_link_link.rb +45 -0
  139. data/lib/ui_bibz/ui/core/nav/components/nav_link_list.rb +35 -0
  140. data/lib/ui_bibz/ui/core/nav/components/navbar_brand.rb +40 -0
  141. data/lib/ui_bibz/ui/core/nav/components/navbar_form.rb +2 -2
  142. data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -1
  143. data/lib/ui_bibz/ui/core/nav/components/navbar_text.rb +6 -2
  144. data/lib/ui_bibz/ui/core/nav/nav.rb +22 -4
  145. data/lib/ui_bibz/ui/core/nav/navbar.rb +26 -17
  146. data/lib/ui_bibz/ui/core/progress.rb +98 -0
  147. data/lib/ui_bibz/ui/core/stars.rb +13 -5
  148. data/lib/ui_bibz/ui/ux/table/components/actions.rb +4 -0
  149. data/lib/ui_bibz/ui/ux/table/components/store.rb +4 -4
  150. data/lib/ui_bibz/ui/ux/table/extensions/actionable.rb +15 -13
  151. data/lib/ui_bibz/ui/ux/table/extensions/paginable.rb +7 -6
  152. data/lib/ui_bibz/ui/ux/table/extensions/searchable.rb +6 -5
  153. data/lib/ui_bibz/ui/ux/table/table.rb +14 -7
  154. data/lib/ui_bibz/ui/ux/table/{table_panel.rb → table_card.rb} +34 -36
  155. data/lib/ui_bibz/ui/ux/table/table_search_field.rb +19 -11
  156. data/lib/ui_bibz/version.rb +1 -1
  157. data/test/ui/breadcrumb_test.rb +25 -0
  158. data/test/ui/button_test.rb +44 -4
  159. data/test/ui/card_test.rb +106 -0
  160. data/test/ui/col_test.rb +22 -0
  161. data/test/ui/dropdown_test.rb +1 -1
  162. data/test/ui/inputs_test.rb +81 -0
  163. data/test/ui/list_group_test.rb +1 -1
  164. data/test/ui/nav_test.rb +4 -5
  165. data/test/ui/table_test.rb +11 -11
  166. data/test/ui_helper_test.rb +29 -18
  167. data/ui_bibz.gemspec +3 -3
  168. data/vendor/assets/images/switch.png +0 -0
  169. data/vendor/assets/javascripts/bootstrap-4.0.0-alpha.min.js +7 -0
  170. data/vendor/assets/javascripts/bootstrap-multiselect.min.js +1180 -0
  171. data/vendor/assets/javascripts/jquery.multi-select.min.js +1 -0
  172. data/vendor/assets/javascripts/jquery.quicksearch.min.js +1 -0
  173. data/vendor/assets/stylesheets/bootstrap-4.0.0-alpha.min.css +6 -0
  174. data/vendor/assets/stylesheets/bootstrap-datepicker3.min.css +1 -1
  175. data/vendor/assets/stylesheets/bootstrap-multiselect.min.css +1 -0
  176. data/vendor/assets/stylesheets/multi-select.min.css +1 -0
  177. metadata +70 -24
  178. data/.yardoc/checksums +0 -59
  179. data/.yardoc/object_types +0 -0
  180. data/.yardoc/objects/root.dat +0 -0
  181. data/.yardoc/proxy_types +0 -0
  182. data/lib/ui_bibz/helpers/meta_helper.rb +0 -32
  183. data/lib/ui_bibz/ui/core/panel.rb +0 -138
  184. data/lib/ui_bibz/ui/core/progress_bar/components/bar.rb +0 -105
  185. data/lib/ui_bibz/ui/core/progress_bar/progress_bar.rb +0 -94
  186. data/lib/ui_bibz/ui/ux/grid.rb +0 -121
  187. data/test/ui/grid_test.rb +0 -46
  188. data/test/ui/panel_test.rb +0 -52
@@ -0,0 +1,45 @@
1
+ #= require jquery.quicksearch.min
2
+ #= require jquery.multi-select.min
3
+
4
+ # For turbolink
5
+ $(document).on 'ready page:load', ->
6
+
7
+ $('.multi-column').each ->
8
+ data = $(this).data()
9
+ delete data["multiselect"]
10
+ if data["searchable"]
11
+ $(this).multiSelect
12
+ selectableOptgroup: if data["selectableOptgroup"] then true else false
13
+ selectableHeader: "<input type='text' class='search-input form-control' autocomplete='off' placeholder='Search in selectable items'><br/>"
14
+ selectionHeader: "<input type='text' class='search-input form-control' autocomplete='off' placeholder='Search in selected items'><br/>"
15
+ afterInit: (ms) ->
16
+ that = this
17
+ $selectableSearch = that.$selectableUl.siblings('input')
18
+ $selectionSearch = that.$selectionUl.siblings('input')
19
+ $selectionSearch = that.$selectionUl.siblings('input')
20
+ selectableSearchString = "#" + that.$container.attr("id") + " .ms-elem-selectable:not(.ms-selected)"
21
+ selectionSearchString = "#" + that.$container.attr("id") + " .ms-elem-selection.ms-selected"
22
+
23
+ that.qs1 = $selectableSearch.quicksearch(selectableSearchString).on("keydown", (e) ->
24
+ if e.which is 40
25
+ that.$selectableUl.focus()
26
+ false
27
+ )
28
+ that.qs2 = $selectionSearch.quicksearch(selectionSearchString).on("keydown", (e) ->
29
+ if e.which is 40
30
+ that.$selectionUl.focus()
31
+ false
32
+ )
33
+ return
34
+
35
+ afterSelect: ->
36
+ @qs1.cache()
37
+ @qs2.cache()
38
+ return
39
+
40
+ afterDeselect: ->
41
+ @qs1.cache()
42
+ @qs2.cache()
43
+ return
44
+ else
45
+ $(this).multiSelect(data)
@@ -1,7 +1,13 @@
1
+ #= require jquery2
2
+ #= require jquery_ujs
3
+ #= require tether
4
+ #= require bootstrap-sprockets
1
5
  #= require bootstrap
2
6
  #= require bootstrap-datepicker.min
3
7
  #= require bootstrap-select.min
4
8
  #= require bootstrap-switch.min
9
+ #= require bootstrap-multiselect.min
10
+ #= require multi_column
5
11
 
6
12
  # For turbolink
7
13
  $(document).on 'ready page:load', ->
@@ -16,15 +22,15 @@ $(document).on 'ready page:load', ->
16
22
  $(this).parents('form').submit()
17
23
 
18
24
  # Resize search field
19
- $('.table-panel input[type=search]').blur ->
25
+ $('.table-card input[type=search]').blur ->
20
26
  $parent = $(this).parent()
21
27
  $parent.removeClass('has-value') if $(this).val() == ''
22
28
  $parent.removeClass('is-focused')
23
29
 
24
- $('.table-panel input[type=search]').focus ->
30
+ $('.table-card input[type=search]').focus ->
25
31
  $(this).parent().addClass('is-focused has-value')
26
32
 
27
- $('.table-panel input[type=search]').each ->
33
+ $('.table-card input[type=search]').each ->
28
34
  $(this).parent().addClass('has-value') if $(this).val() != ''
29
35
 
30
36
  $('.selectpicker').selectpicker()
@@ -35,3 +41,10 @@ $(document).on 'ready page:load', ->
35
41
  e.preventDefault()
36
42
  $(this).tab('show')
37
43
 
44
+ $('.multi-select').each ->
45
+ data = $(this).data()
46
+ delete data["multiselect"]
47
+ data = Object.assign({ inheritClass: true }, data)
48
+ $(this).multiselect(data)
49
+
50
+ $('[data-toggle="tooltip"]').tooltip()
@@ -0,0 +1,2 @@
1
+ .btn-group > .dropdown-menu
2
+ margin: 32px 3px 0px 0px !important
@@ -3,20 +3,26 @@
3
3
  @import font-awesome
4
4
 
5
5
  // Bootstrap
6
- //@import bootstrap/variables
7
- @import bootstrap-sprockets
6
+ @import bootstrap/variables
7
+ //@import bootstrap-sprockets
8
8
  @import bootstrap
9
9
 
10
10
  // Boostrap Plugins
11
11
  @import bootstrap-datepicker3.min
12
12
  @import bootstrap-select.min
13
13
  @import bootstrap-switch.min
14
+ @import bootstrap-multiselect.min
15
+ @import multi-select.min
16
+ //@import fix-bootstrap-4
14
17
 
15
18
  // Table section
16
- .table-panel
17
- .action
18
- width: 92px
19
- .panel-heading
19
+ .table-card
20
+ form
21
+ margin: 0
22
+ table
23
+ th
24
+ border-top: none
25
+ .card-header
20
26
  background-color: $table-bg-active
21
27
  .title
22
28
  float: left
@@ -29,10 +35,10 @@
29
35
  width: 300px
30
36
  transition: width .5s ease-in-out
31
37
  float: right
32
- .panel-table, .panel-body
38
+ .card-table, .card-body
33
39
  overflow-x: auto
34
40
  min-height: 200px
35
- .panel-footer
41
+ .card-footer
36
42
  padding: 10px 10px
37
43
  .pagination
38
44
  margin: 0
@@ -60,7 +66,7 @@
60
66
 
61
67
  .table
62
68
  .action
63
- width: 100px
69
+ width: 135px
64
70
 
65
71
  // Glyph section
66
72
  .glyph-success
@@ -80,3 +86,10 @@
80
86
 
81
87
  .stars-notation
82
88
  white-space: nowrap
89
+
90
+ select.form-control
91
+ height: 38px // to fix boostrap 4 alpha bug
92
+
93
+ .multiselect-container
94
+ .filter
95
+ margin: 5px
@@ -0,0 +1,10 @@
1
+ module CustomInputs
2
+ class DatePickerInput < SimpleForm::Inputs::StringInput
3
+ include UiBibz::Ui::Core
4
+
5
+ def input(wrapper_options)
6
+ UiBibz::Ui::Core::DatePickerField.new(attribute_name, input_options, input_html_options).render
7
+ end
8
+
9
+ end
10
+ end
@@ -0,0 +1,61 @@
1
+ module CustomInputs
2
+ class DatePickerInputOld < SimpleForm::Inputs::StringInput
3
+ def input(wrapper_options)
4
+ set_html_options
5
+ set_value_html_option
6
+
7
+ template.content_tag :div, class: 'input-group date' do
8
+ input = super(wrapper_options) # leave StringInput do the real rendering
9
+ input + input_button
10
+ end
11
+ end
12
+
13
+ def input_html_classes
14
+ super.push '' # 'form-control'
15
+ end
16
+
17
+ private
18
+
19
+ def input_button
20
+ template.content_tag :span, class: 'input-group-btn' do
21
+ template.content_tag :button, class: 'btn btn-secondary', type: 'button' do
22
+ template.content_tag :span, '', class: 'fa fa-calendar'
23
+ end
24
+ end
25
+ end
26
+
27
+ def set_html_options
28
+ input_html_options[:type] = 'text'
29
+ input_html_options[:data] ||= {}
30
+ input_html_options[:data].merge!(date_options_base)
31
+ end
32
+
33
+ def set_value_html_option
34
+ return unless value.present?
35
+ input_html_options[:value] ||= I18n.localize(value, format: display_pattern)
36
+ end
37
+
38
+ def value
39
+ object.send(attribute_name) if object.respond_to? attribute_name
40
+ end
41
+
42
+ def display_pattern
43
+ I18n.t('datepicker.dformat', default: '%d/%m/%Y')
44
+ end
45
+
46
+ def picker_pattern
47
+ I18n.t('datepicker.pformat', default: 'dd/mm/yyyy')
48
+ end
49
+
50
+ def date_options_base
51
+ {
52
+ "provide" => 'datepicker',
53
+ "date-locale" => I18n.locale.to_s,
54
+ "date-format" => picker_pattern,
55
+ "date-today-btn" => 'linked',
56
+ "date-today-highlight" => true
57
+ }
58
+ end
59
+
60
+ end
61
+ end
@@ -0,0 +1,18 @@
1
+ module CustomInputs
2
+ class MultiColumnInput < SimpleForm::Inputs::CollectionInput
3
+ include UiBibz::Ui::Core
4
+
5
+ def input(wrapper_options)
6
+ label_method, value_method = detect_collection_methods
7
+ i = UiBibz::Ui::Core::MultiColumnField.new(attribute_name, input_options, input_html_options)
8
+
9
+ input_options.delete(:prompt)
10
+ input_options.merge!({include_blank: false})
11
+
12
+ @builder.collection_select(
13
+ attribute_name, collection, value_method, label_method,
14
+ input_options, i.html_options
15
+ )
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,15 @@
1
+ module CustomInputs
2
+ class MultiSelectInput < SimpleForm::Inputs::CollectionInput
3
+ include UiBibz::Ui::Core
4
+
5
+ def input(wrapper_options)
6
+ label_method, value_method = detect_collection_methods
7
+ i = UiBibz::Ui::Core::MultiSelectField.new(attribute_name, input_options, input_html_options)
8
+
9
+ @builder.collection_select(
10
+ attribute_name, collection, value_method, label_method,
11
+ input_options, i.html_options
12
+ )
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,10 @@
1
+ module CustomInputs
2
+ class SurroundInput < SimpleForm::Inputs::StringInput
3
+ include UiBibz::Ui::Core
4
+
5
+ def input(wrapper_options)
6
+ UiBibz::Ui::Core::SurroundField.new(attribute_name, input_options, input_html_options).render
7
+ end
8
+
9
+ end
10
+ end
data/doc/UiBibz.html CHANGED
@@ -104,7 +104,7 @@
104
104
  <dt id="VERSION-constant" class="">VERSION =
105
105
 
106
106
  </dt>
107
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.2.5</span><span class='tstring_end'>&quot;</span></span></pre></dd>
107
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.2.3</span><span class='tstring_end'>&quot;</span></span></pre></dd>
108
108
 
109
109
  </dl>
110
110
 
@@ -120,7 +120,7 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Wed Jan 13 16:47:02 2016 by
123
+ Generated on Mon Oct 19 15:25:14 2015 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
125
  0.8.7.6 (ruby-2.2.3).
126
126
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Jan 13 16:47:02 2016 by
109
+ Generated on Mon Oct 19 15:25:14 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-2.2.3).
112
112
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Jan 13 16:47:02 2016 by
109
+ Generated on Mon Oct 19 15:25:14 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-2.2.3).
112
112
  </div>
@@ -111,7 +111,7 @@
111
111
  </div>
112
112
 
113
113
  <div id="footer">
114
- Generated on Wed Jan 13 16:47:02 2016 by
114
+ Generated on Mon Oct 19 15:25:14 2015 by
115
115
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
116
  0.8.7.6 (ruby-2.2.3).
117
117
  </div>
@@ -145,12 +145,12 @@
145
145
  <pre class="lines">
146
146
 
147
147
 
148
- 144
149
- 145
150
- 146</pre>
148
+ 134
149
+ 135
150
+ 136</pre>
151
151
  </td>
152
152
  <td>
153
- <pre class="code"><span class="info file"># File 'lib/ui_bibz/concerns/models/searchable.rb', line 144</span>
153
+ <pre class="code"><span class="info file"># File 'lib/ui_bibz/concerns/models/searchable.rb', line 134</span>
154
154
 
155
155
  <span class='kw'>def</span> <span class='id identifier rubyid_searchable_attributes'>searchable_attributes</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span>
156
156
  <span class='ivar'>@searchable_attributes</span> <span class='op'>||=</span> <span class='id identifier rubyid_args'>args</span>
@@ -165,7 +165,7 @@
165
165
  </div>
166
166
 
167
167
  <div id="footer">
168
- Generated on Wed Jan 13 16:47:02 2016 by
168
+ Generated on Mon Oct 19 15:25:14 2015 by
169
169
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
170
170
  0.8.7.6 (ruby-2.2.3).
171
171
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Jan 13 16:47:02 2016 by
109
+ Generated on Mon Oct 19 15:25:14 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-2.2.3).
112
112
  </div>
@@ -264,7 +264,7 @@
264
264
  </div>
265
265
 
266
266
  <div id="footer">
267
- Generated on Wed Jan 13 16:47:02 2016 by
267
+ Generated on Mon Oct 19 15:25:14 2015 by
268
268
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
269
269
  0.8.7.6 (ruby-2.2.3).
270
270
  </div>
@@ -1225,7 +1225,7 @@ lib/action_view/helpers/form_helper.rb” conflict</p>
1225
1225
  </div>
1226
1226
 
1227
1227
  <div id="footer">
1228
- Generated on Wed Jan 13 16:47:02 2016 by
1228
+ Generated on Mon Oct 19 15:25:14 2015 by
1229
1229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1230
1230
  0.8.7.6 (ruby-2.2.3).
1231
1231
  </div>
@@ -454,7 +454,7 @@
454
454
  </div>
455
455
 
456
456
  <div id="footer">
457
- Generated on Wed Jan 13 16:47:02 2016 by
457
+ Generated on Mon Oct 19 15:25:14 2015 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.8.7.6 (ruby-2.2.3).
460
460
  </div>
@@ -178,7 +178,7 @@
178
178
  </div>
179
179
 
180
180
  <div id="footer">
181
- Generated on Wed Jan 13 16:47:02 2016 by
181
+ Generated on Mon Oct 19 15:25:14 2015 by
182
182
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
183
183
  0.8.7.6 (ruby-2.2.3).
184
184
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Jan 13 16:47:02 2016 by
109
+ Generated on Mon Oct 19 15:25:14 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-2.2.3).
112
112
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Wed Jan 13 16:47:02 2016 by
117
+ Generated on Mon Oct 19 15:25:14 2015 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.8.7.6 (ruby-2.2.3).
120
120
  </div>
data/doc/UiBibz/Ui.html CHANGED
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
 
112
112
  <div id="footer">
113
- Generated on Wed Jan 13 16:47:02 2016 by
113
+ Generated on Mon Oct 19 15:25:14 2015 by
114
114
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
115
115
  0.8.7.6 (ruby-2.2.3).
116
116
  </div>
@@ -295,7 +295,7 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Wed Jan 13 16:47:02 2016 by
298
+ Generated on Mon Oct 19 15:25:14 2015 by
299
299
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
300
  0.8.7.6 (ruby-2.2.3).
301
301
  </div>