activeadmin 1.4.2 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activeadmin might be problematic. Click here for more details.

Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +306 -144
  3. data/CONTRIBUTING.md +21 -16
  4. data/README.md +44 -11
  5. data/app/assets/javascripts/active_admin/base.es6 +23 -0
  6. data/app/assets/javascripts/active_admin/ext/jquery-ui.es6 +7 -0
  7. data/app/assets/javascripts/active_admin/ext/jquery.es6 +9 -0
  8. data/app/assets/javascripts/active_admin/initializers/datepicker.es6 +16 -0
  9. data/app/assets/javascripts/active_admin/initializers/filters.es6 +45 -0
  10. data/app/assets/javascripts/active_admin/initializers/tabs.es6 +6 -0
  11. data/app/assets/javascripts/active_admin/lib/active_admin.es6 +41 -0
  12. data/app/assets/javascripts/active_admin/lib/batch_actions.es6 +59 -0
  13. data/app/assets/javascripts/active_admin/lib/checkbox-toggler.es6 +49 -0
  14. data/app/assets/javascripts/active_admin/lib/dropdown-menu.es6 +123 -0
  15. data/app/assets/javascripts/active_admin/lib/has_many.es6 +95 -0
  16. data/app/assets/javascripts/active_admin/lib/modal_dialog.es6 +61 -0
  17. data/app/assets/javascripts/active_admin/lib/per_page.es6 +47 -0
  18. data/app/assets/javascripts/active_admin/lib/table-checkbox-toggler.es6 +36 -0
  19. data/app/assets/stylesheets/active_admin/_forms.scss +2 -14
  20. data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -5
  21. data/app/assets/stylesheets/active_admin/components/_tabs.scss +1 -1
  22. data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +1 -1
  23. data/app/views/active_admin/devise/confirmations/new.html.erb +1 -1
  24. data/app/views/active_admin/devise/passwords/edit.html.erb +1 -1
  25. data/app/views/active_admin/devise/passwords/new.html.erb +1 -1
  26. data/app/views/active_admin/devise/registrations/new.html.erb +1 -2
  27. data/app/views/active_admin/devise/shared/_error_messages.html.erb +15 -0
  28. data/app/views/active_admin/devise/unlocks/new.html.erb +1 -1
  29. data/app/views/kaminari/active_admin_countless/_first_page.html.erb +11 -0
  30. data/app/views/kaminari/active_admin_countless/_gap.html.erb +8 -0
  31. data/app/views/kaminari/active_admin_countless/_next_page.html.erb +11 -0
  32. data/app/views/kaminari/active_admin_countless/_page.html.erb +12 -0
  33. data/app/views/kaminari/active_admin_countless/_paginator.html.erb +24 -0
  34. data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +11 -0
  35. data/app/views/layouts/active_admin_logged_out.html.erb +1 -1
  36. data/config/locales/ar.yml +3 -2
  37. data/config/locales/bg.yml +1 -1
  38. data/config/locales/bs.yml +1 -0
  39. data/config/locales/ca.yml +1 -1
  40. data/config/locales/cs.yml +1 -0
  41. data/config/locales/da.yml +1 -0
  42. data/config/locales/de-CH.yml +1 -0
  43. data/config/locales/de.yml +1 -0
  44. data/config/locales/el.yml +1 -0
  45. data/config/locales/en-CA.yml +1 -0
  46. data/config/locales/en-GB.yml +1 -0
  47. data/config/locales/en.yml +1 -0
  48. data/config/locales/eo.yml +1 -0
  49. data/config/locales/es-MX.yml +1 -0
  50. data/config/locales/es.yml +1 -0
  51. data/config/locales/fa.yml +1 -0
  52. data/config/locales/fi.yml +1 -0
  53. data/config/locales/fr.yml +2 -1
  54. data/config/locales/he.yml +1 -1
  55. data/config/locales/hr.yml +1 -0
  56. data/config/locales/hu.yml +5 -0
  57. data/config/locales/id.yml +1 -0
  58. data/config/locales/it.yml +1 -0
  59. data/config/locales/ja.yml +1 -0
  60. data/config/locales/ko.yml +1 -0
  61. data/config/locales/lt.yml +3 -2
  62. data/config/locales/lv.yml +1 -0
  63. data/config/locales/mk.yml +134 -0
  64. data/config/locales/nb.yml +1 -0
  65. data/config/locales/nl.yml +1 -0
  66. data/config/locales/pl.yml +1 -0
  67. data/config/locales/pt-BR.yml +1 -0
  68. data/config/locales/pt-PT.yml +1 -0
  69. data/config/locales/ro.yml +1 -0
  70. data/config/locales/ru.yml +1 -0
  71. data/config/locales/sk.yml +1 -0
  72. data/config/locales/sv-SE.yml +1 -0
  73. data/config/locales/tr.yml +1 -0
  74. data/config/locales/uk.yml +3 -0
  75. data/config/locales/vi.yml +1 -0
  76. data/config/locales/zh-CN.yml +1 -0
  77. data/config/locales/zh-TW.yml +1 -0
  78. data/docs/0-installation.md +2 -2
  79. data/docs/12-arbre-components.md +13 -0
  80. data/docs/13-authorization-adapter.md +6 -6
  81. data/docs/2-resource-customization.md +1 -1
  82. data/docs/3-index-pages/index-as-table.md +7 -0
  83. data/docs/CNAME +1 -1
  84. data/docs/Gemfile +0 -1
  85. data/docs/Gemfile.lock +3 -4
  86. data/docs/_config.yml +2 -0
  87. data/docs/_includes/top-menu.html +2 -2
  88. data/docs/index.html +109 -8
  89. data/docs/stylesheets/main.css +29 -0
  90. data/lib/active_admin.rb +10 -4
  91. data/lib/active_admin/application.rb +11 -18
  92. data/lib/active_admin/application_settings.rb +3 -0
  93. data/lib/active_admin/asset_registration.rb +0 -8
  94. data/lib/active_admin/base_controller.rb +6 -6
  95. data/lib/active_admin/base_controller/authorization.rb +3 -4
  96. data/lib/active_admin/batch_actions/controller.rb +2 -2
  97. data/lib/active_admin/batch_actions/resource_extension.rb +9 -5
  98. data/lib/active_admin/callbacks.rb +1 -1
  99. data/lib/active_admin/controller_action.rb +2 -1
  100. data/lib/active_admin/csv_builder.rb +4 -3
  101. data/lib/active_admin/dependency.rb +3 -75
  102. data/lib/active_admin/dsl.rb +1 -8
  103. data/lib/active_admin/error.rb +4 -2
  104. data/lib/active_admin/filters/active_filter.rb +5 -4
  105. data/lib/active_admin/filters/active_sidebar.rb +5 -1
  106. data/lib/active_admin/filters/forms.rb +2 -2
  107. data/lib/active_admin/filters/formtastic_addons.rb +1 -1
  108. data/lib/active_admin/filters/resource_extension.rb +3 -3
  109. data/lib/active_admin/form_builder.rb +3 -3
  110. data/lib/active_admin/generators/boilerplate.rb +12 -4
  111. data/lib/active_admin/helpers/scope_chain.rb +1 -0
  112. data/lib/active_admin/inputs/datepicker_input.rb +1 -1
  113. data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
  114. data/lib/active_admin/menu_item.rb +1 -1
  115. data/lib/active_admin/namespace.rb +2 -2
  116. data/lib/active_admin/namespace_settings.rb +7 -4
  117. data/lib/active_admin/orm/active_record/comments.rb +4 -4
  118. data/lib/active_admin/orm/active_record/comments/comment.rb +2 -2
  119. data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +10 -5
  120. data/lib/active_admin/page_dsl.rb +1 -1
  121. data/lib/active_admin/page_presenter.rb +2 -1
  122. data/lib/active_admin/pundit_adapter.rb +18 -5
  123. data/lib/active_admin/resource.rb +17 -3
  124. data/lib/active_admin/resource/action_items.rb +1 -1
  125. data/lib/active_admin/resource/attributes.rb +7 -4
  126. data/lib/active_admin/resource/belongs_to.rb +6 -1
  127. data/lib/active_admin/resource/menu.rb +3 -3
  128. data/lib/active_admin/resource/model.rb +15 -0
  129. data/lib/active_admin/resource/naming.rb +3 -3
  130. data/lib/active_admin/resource/routes.rb +20 -7
  131. data/lib/active_admin/resource/scopes.rb +3 -3
  132. data/lib/active_admin/resource/sidebars.rb +1 -1
  133. data/lib/active_admin/resource_collection.rb +2 -2
  134. data/lib/active_admin/resource_controller.rb +2 -0
  135. data/lib/active_admin/resource_controller/action_builder.rb +10 -0
  136. data/lib/active_admin/resource_controller/polymorphic_routes.rb +36 -0
  137. data/lib/active_admin/resource_controller/resource_class_methods.rb +2 -0
  138. data/lib/active_admin/resource_controller/scoping.rb +1 -1
  139. data/lib/active_admin/resource_dsl.rb +6 -4
  140. data/lib/active_admin/router.rb +3 -2
  141. data/lib/active_admin/scope.rb +11 -7
  142. data/lib/active_admin/settings_node.rb +1 -1
  143. data/lib/active_admin/sidebar_section.rb +3 -1
  144. data/lib/active_admin/version.rb +1 -1
  145. data/lib/active_admin/view_helpers.rb +1 -1
  146. data/lib/active_admin/view_helpers/breadcrumb_helper.rb +2 -2
  147. data/lib/active_admin/view_helpers/display_helper.rb +13 -4
  148. data/lib/active_admin/view_helpers/download_format_links_helper.rb +1 -0
  149. data/lib/active_admin/view_helpers/method_or_proc_helper.rb +3 -0
  150. data/lib/active_admin/views.rb +1 -1
  151. data/lib/active_admin/views/components/active_admin_form.rb +7 -1
  152. data/lib/active_admin/views/components/attributes_table.rb +3 -3
  153. data/lib/active_admin/views/components/paginated_collection.rb +2 -2
  154. data/lib/active_admin/views/components/sidebar_section.rb +0 -3
  155. data/lib/active_admin/views/components/status_tag.rb +6 -19
  156. data/lib/active_admin/views/components/table_for.rb +2 -2
  157. data/lib/active_admin/views/components/tabs.rb +11 -2
  158. data/lib/active_admin/views/footer.rb +1 -1
  159. data/lib/active_admin/views/index_as_table.rb +12 -4
  160. data/lib/active_admin/views/pages/base.rb +3 -0
  161. data/lib/generators/active_admin/assets/assets_generator.rb +2 -2
  162. data/lib/generators/active_admin/assets/templates/active_admin.js +1 -0
  163. data/lib/generators/active_admin/install/install_generator.rb +6 -2
  164. data/lib/generators/active_admin/install/templates/active_admin.rb.erb +24 -2
  165. data/lib/generators/active_admin/install/templates/dashboard.rb +2 -3
  166. data/lib/generators/active_admin/install/templates/migrations/create_active_admin_comments.rb.erb +1 -15
  167. data/lib/generators/active_admin/page/page_generator.rb +1 -1
  168. data/lib/generators/active_admin/resource/resource_generator.rb +1 -1
  169. data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
  170. data/lib/ransack_ext.rb +3 -3
  171. data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
  172. data/vendor/assets/javascripts/jquery-ui/form.js +22 -0
  173. data/vendor/assets/javascripts/jquery-ui/labels.js +65 -0
  174. data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +274 -283
  175. metadata +113 -100
  176. data/.circleci/config.yml +0 -467
  177. data/.github/ISSUE_TEMPLATE.md +0 -20
  178. data/.gitignore +0 -46
  179. data/.mdlrc +0 -1
  180. data/.rspec +0 -1
  181. data/.rspec_parallel +0 -2
  182. data/.rubocop.yml +0 -94
  183. data/.simplecov +0 -11
  184. data/.yardopts +0 -7
  185. data/Gemfile +0 -10
  186. data/Gemfile.common +0 -53
  187. data/Gemfile.lock +0 -431
  188. data/Rakefile +0 -23
  189. data/activeadmin.gemspec +0 -32
  190. data/app/assets/javascripts/active_admin/base.js.coffee +0 -13
  191. data/app/assets/javascripts/active_admin/ext/jquery-ui.js.coffee +0 -6
  192. data/app/assets/javascripts/active_admin/ext/jquery.js.coffee +0 -7
  193. data/app/assets/javascripts/active_admin/initializers/batch_actions.js.coffee +0 -11
  194. data/app/assets/javascripts/active_admin/initializers/datepicker.js.coffee +0 -14
  195. data/app/assets/javascripts/active_admin/initializers/filters.js.coffee +0 -26
  196. data/app/assets/javascripts/active_admin/initializers/tabs.js.coffee +0 -7
  197. data/app/assets/javascripts/active_admin/lib/batch_actions.js.coffee +0 -42
  198. data/app/assets/javascripts/active_admin/lib/checkbox-toggler.js.coffee +0 -46
  199. data/app/assets/javascripts/active_admin/lib/dropdown-menu.js.coffee +0 -104
  200. data/app/assets/javascripts/active_admin/lib/flash.js.coffee +0 -19
  201. data/app/assets/javascripts/active_admin/lib/has_many.js.coffee +0 -79
  202. data/app/assets/javascripts/active_admin/lib/modal_dialog.js.coffee +0 -45
  203. data/app/assets/javascripts/active_admin/lib/per_page.js.coffee +0 -46
  204. data/app/assets/javascripts/active_admin/lib/table-checkbox-toggler.js.coffee +0 -22
  205. data/bin/install_chromedriver.sh +0 -17
  206. data/codecov.yml +0 -25
  207. data/config/i18n-tasks.yml +0 -26
  208. data/config/mdl_style.rb +0 -11
  209. data/cucumber.yml +0 -7
  210. data/gemfiles/rails_42.gemfile +0 -10
  211. data/gemfiles/rails_42.gemfile.lock +0 -410
  212. data/gemfiles/rails_50.gemfile +0 -10
  213. data/gemfiles/rails_50.gemfile.lock +0 -424
  214. data/gemfiles/rails_51.gemfile +0 -10
  215. data/gemfiles/rails_51.gemfile.lock +0 -423
  216. data/lib/active_admin/event.rb +0 -24
  217. data/lib/active_admin/helpers/output_safety_helper.rb +0 -35
  218. data/lib/active_admin/reloader.rb +0 -25
  219. data/lib/bug_report_templates/active_admin_master.rb +0 -111
  220. data/lib/generators/active_admin/assets/templates/active_admin.js.coffee +0 -1
  221. data/tasks/application_generator.rb +0 -48
  222. data/tasks/docs.rake +0 -64
  223. data/tasks/gemfiles.rake +0 -8
  224. data/tasks/lint.rake +0 -110
  225. data/tasks/local.rake +0 -27
  226. data/tasks/test.rake +0 -43
@@ -1,10 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- eval_gemfile(File.expand_path(File.join("..", "Gemfile.common"), __dir__))
4
-
5
- gem "rails", "5.0.7"
6
- gem "devise", "~> 4.0"
7
- gem "draper", "~> 3.0"
8
- gem "activerecord-jdbcsqlite3-adapter", "~> 50.0", platforms: :jruby
9
-
10
- gemspec path: "../"
@@ -1,424 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- activeadmin (1.4.2)
5
- arbre (>= 1.1.1)
6
- coffee-rails
7
- formtastic (~> 3.1)
8
- formtastic_i18n
9
- inherited_resources (>= 1.9.0)
10
- jquery-rails (>= 4.2.0)
11
- kaminari (>= 0.15)
12
- railties (>= 4.2, < 5.3)
13
- ransack (>= 1.8.7)
14
- sass (~> 3.1)
15
- sprockets (< 4.1)
16
-
17
- GEM
18
- remote: https://rubygems.org/
19
- specs:
20
- actioncable (5.0.7)
21
- actionpack (= 5.0.7)
22
- nio4r (>= 1.2, < 3.0)
23
- websocket-driver (~> 0.6.1)
24
- actionmailer (5.0.7)
25
- actionpack (= 5.0.7)
26
- actionview (= 5.0.7)
27
- activejob (= 5.0.7)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (5.0.7)
31
- actionview (= 5.0.7)
32
- activesupport (= 5.0.7)
33
- rack (~> 2.0)
34
- rack-test (~> 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.0.7)
38
- activesupport (= 5.0.7)
39
- builder (~> 3.1)
40
- erubis (~> 2.7.0)
41
- rails-dom-testing (~> 2.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.0.7)
44
- activesupport (= 5.0.7)
45
- globalid (>= 0.3.6)
46
- activemodel (5.0.7)
47
- activesupport (= 5.0.7)
48
- activemodel-serializers-xml (1.0.2)
49
- activemodel (> 5.x)
50
- activesupport (> 5.x)
51
- builder (~> 3.1)
52
- activerecord (5.0.7)
53
- activemodel (= 5.0.7)
54
- activesupport (= 5.0.7)
55
- arel (~> 7.0)
56
- activerecord-jdbc-adapter (50.2-java)
57
- activerecord (~> 5.0.0, >= 5.0.3)
58
- activerecord-jdbcsqlite3-adapter (50.2-java)
59
- activerecord-jdbc-adapter (= 50.2)
60
- jdbc-sqlite3 (~> 3.8, < 3.30)
61
- activesupport (5.0.7)
62
- concurrent-ruby (~> 1.0, >= 1.0.2)
63
- i18n (>= 0.7, < 2)
64
- minitest (~> 5.1)
65
- tzinfo (~> 1.1)
66
- addressable (2.5.2)
67
- public_suffix (>= 2.0.2, < 4.0)
68
- arbre (1.1.1)
69
- activesupport (>= 3.0.0)
70
- arel (7.1.4)
71
- ast (2.4.0)
72
- backports (3.11.4)
73
- bcrypt (3.1.12)
74
- bcrypt (3.1.12-java)
75
- better_errors (2.5.0)
76
- coderay (>= 1.0.0)
77
- erubi (>= 1.0.0)
78
- rack (>= 0.9.0)
79
- binding_of_caller (0.8.0)
80
- debug_inspector (>= 0.0.1)
81
- builder (3.2.3)
82
- byebug (10.0.2)
83
- cancan (1.6.10)
84
- capybara (3.10.0)
85
- addressable
86
- mini_mime (>= 0.1.3)
87
- nokogiri (~> 1.8)
88
- rack (>= 1.6.0)
89
- rack-test (>= 0.6.3)
90
- regexp_parser (~> 1.2)
91
- xpath (~> 3.2)
92
- childprocess (0.9.0)
93
- ffi (~> 1.0, >= 1.0.11)
94
- codecov (0.1.13)
95
- json
96
- simplecov
97
- url
98
- coderay (1.1.2)
99
- coffee-rails (4.2.2)
100
- coffee-script (>= 2.2.0)
101
- railties (>= 4.0.0)
102
- coffee-script (2.4.1)
103
- coffee-script-source
104
- execjs
105
- coffee-script-source (1.12.2)
106
- concurrent-ruby (1.1.3)
107
- crass (1.0.4)
108
- cucumber (3.1.2)
109
- builder (>= 2.1.2)
110
- cucumber-core (~> 3.2.0)
111
- cucumber-expressions (~> 6.0.1)
112
- cucumber-wire (~> 0.0.1)
113
- diff-lcs (~> 1.3)
114
- gherkin (~> 5.1.0)
115
- multi_json (>= 1.7.5, < 2.0)
116
- multi_test (>= 0.1.2)
117
- cucumber-core (3.2.1)
118
- backports (>= 3.8.0)
119
- cucumber-tag_expressions (~> 1.1.0)
120
- gherkin (~> 5.0)
121
- cucumber-expressions (6.0.1)
122
- cucumber-rails (1.6.0)
123
- capybara (>= 1.1.2, < 4)
124
- cucumber (>= 3.0.2, < 4)
125
- mime-types (>= 1.17, < 4)
126
- nokogiri (~> 1.8)
127
- railties (>= 4, < 6)
128
- cucumber-tag_expressions (1.1.1)
129
- cucumber-wire (0.0.1)
130
- database_cleaner (1.7.0)
131
- debug_inspector (0.0.3)
132
- devise (4.5.0)
133
- bcrypt (~> 3.0)
134
- orm_adapter (~> 0.1)
135
- railties (>= 4.1.0, < 6.0)
136
- responders
137
- warden (~> 1.2.3)
138
- diff-lcs (1.3)
139
- docile (1.3.1)
140
- draper (3.0.1)
141
- actionpack (~> 5.0)
142
- activemodel (~> 5.0)
143
- activemodel-serializers-xml (~> 1.0)
144
- activesupport (~> 5.0)
145
- request_store (~> 1.0)
146
- erubi (1.7.1)
147
- erubis (2.7.0)
148
- execjs (2.7.0)
149
- ffi (1.9.25)
150
- ffi (1.9.25-java)
151
- formtastic (3.1.5)
152
- actionpack (>= 3.2.13)
153
- formtastic_i18n (0.6.0)
154
- gherkin (5.1.0)
155
- globalid (0.4.1)
156
- activesupport (>= 4.2.0)
157
- has_scope (0.7.2)
158
- actionpack (>= 4.1)
159
- activesupport (>= 4.1)
160
- highline (2.0.0)
161
- i18n (1.1.1)
162
- concurrent-ruby (~> 1.0)
163
- i18n-spec (0.6.0)
164
- iso
165
- i18n-tasks (0.9.25)
166
- activesupport (>= 4.0.2)
167
- ast (>= 2.1.0)
168
- erubi
169
- highline (>= 2.0.0)
170
- i18n
171
- parser (>= 2.2.3.0)
172
- rainbow (>= 2.2.2, < 4.0)
173
- terminal-table (>= 1.5.1)
174
- inherited_resources (1.9.0)
175
- actionpack (>= 4.2, < 5.3)
176
- has_scope (~> 0.6)
177
- railties (>= 4.2, < 5.3)
178
- responders
179
- iso (0.2.2)
180
- i18n
181
- jaro_winkler (1.5.1)
182
- jaro_winkler (1.5.1-java)
183
- jasmine (2.9.0)
184
- jasmine-core (>= 2.9.0, < 3.0.0)
185
- phantomjs
186
- rack (>= 1.2.1)
187
- rake
188
- jasmine-core (2.9.1)
189
- jdbc-sqlite3 (3.20.1)
190
- jquery-rails (4.3.3)
191
- rails-dom-testing (>= 1, < 3)
192
- railties (>= 4.2.0)
193
- thor (>= 0.14, < 2.0)
194
- jruby-openssl (0.10.1-java)
195
- json (2.1.0)
196
- json (2.1.0-java)
197
- kaminari (1.1.1)
198
- activesupport (>= 4.1.0)
199
- kaminari-actionview (= 1.1.1)
200
- kaminari-activerecord (= 1.1.1)
201
- kaminari-core (= 1.1.1)
202
- kaminari-actionview (1.1.1)
203
- actionview
204
- kaminari-core (= 1.1.1)
205
- kaminari-activerecord (1.1.1)
206
- activerecord
207
- kaminari-core (= 1.1.1)
208
- kaminari-core (1.1.1)
209
- kramdown (1.17.0)
210
- launchy (2.4.3)
211
- addressable (~> 2.3)
212
- launchy (2.4.3-java)
213
- addressable (~> 2.3)
214
- spoon (~> 0.0.1)
215
- loofah (2.2.3)
216
- crass (~> 1.0.2)
217
- nokogiri (>= 1.5.9)
218
- mail (2.7.1)
219
- mini_mime (>= 0.1.1)
220
- mdl (0.4.0)
221
- kramdown (~> 1.12, >= 1.12.0)
222
- mixlib-cli (~> 1.7, >= 1.7.0)
223
- mixlib-config (~> 2.2, >= 2.2.1)
224
- method_source (0.9.0)
225
- mime-types (3.2.2)
226
- mime-types-data (~> 3.2015)
227
- mime-types-data (3.2018.0812)
228
- mini_mime (1.0.1)
229
- mini_portile2 (2.3.0)
230
- minitest (5.11.3)
231
- mixlib-cli (1.7.0)
232
- mixlib-config (2.2.13)
233
- tomlrb
234
- multi_json (1.13.1)
235
- multi_test (0.1.2)
236
- nio4r (2.3.1)
237
- nio4r (2.3.1-java)
238
- nokogiri (1.8.5)
239
- mini_portile2 (~> 2.3.0)
240
- nokogiri (1.8.5-java)
241
- orm_adapter (0.5.0)
242
- parallel (1.12.1)
243
- parallel_tests (2.26.0)
244
- parallel
245
- parser (2.5.1.2)
246
- ast (~> 2.4.0)
247
- phantomjs (2.1.1.0)
248
- powerpack (0.1.2)
249
- pry (0.11.3)
250
- coderay (~> 1.1.0)
251
- method_source (~> 0.9.0)
252
- pry (0.11.3-java)
253
- coderay (~> 1.1.0)
254
- method_source (~> 0.9.0)
255
- spoon (~> 0.0)
256
- pry-byebug (3.6.0)
257
- byebug (~> 10.0)
258
- pry (~> 0.10)
259
- public_suffix (3.0.3)
260
- pundit (2.0.0)
261
- activesupport (>= 3.0.0)
262
- rack (2.0.5)
263
- rack-mini-profiler (1.0.0)
264
- rack (>= 1.2.0)
265
- rack-test (0.6.3)
266
- rack (>= 1.0)
267
- rails (5.0.7)
268
- actioncable (= 5.0.7)
269
- actionmailer (= 5.0.7)
270
- actionpack (= 5.0.7)
271
- actionview (= 5.0.7)
272
- activejob (= 5.0.7)
273
- activemodel (= 5.0.7)
274
- activerecord (= 5.0.7)
275
- activesupport (= 5.0.7)
276
- bundler (>= 1.3.0)
277
- railties (= 5.0.7)
278
- sprockets-rails (>= 2.0.0)
279
- rails-dom-testing (2.0.3)
280
- activesupport (>= 4.2.0)
281
- nokogiri (>= 1.6)
282
- rails-html-sanitizer (1.0.4)
283
- loofah (~> 2.2, >= 2.2.2)
284
- rails-i18n (5.1.1)
285
- i18n (>= 0.7, < 2)
286
- railties (>= 5.0, < 6)
287
- railties (5.0.7)
288
- actionpack (= 5.0.7)
289
- activesupport (= 5.0.7)
290
- method_source
291
- rake (>= 0.8.7)
292
- thor (>= 0.18.1, < 2.0)
293
- rainbow (2.2.2)
294
- rake
295
- rake (12.3.1)
296
- ransack (2.1.0)
297
- actionpack (>= 5.0)
298
- activerecord (>= 5.0)
299
- activesupport (>= 5.0)
300
- i18n
301
- rb-fsevent (0.10.3)
302
- rb-inotify (0.9.10)
303
- ffi (>= 0.5.0, < 2)
304
- redcarpet (3.4.0)
305
- regexp_parser (1.2.0)
306
- request_store (1.4.1)
307
- rack (>= 1.4)
308
- responders (2.4.0)
309
- actionpack (>= 4.2.0, < 5.3)
310
- railties (>= 4.2.0, < 5.3)
311
- rspec-core (3.8.0)
312
- rspec-support (~> 3.8.0)
313
- rspec-expectations (3.8.2)
314
- diff-lcs (>= 1.2.0, < 2.0)
315
- rspec-support (~> 3.8.0)
316
- rspec-mocks (3.8.0)
317
- diff-lcs (>= 1.2.0, < 2.0)
318
- rspec-support (~> 3.8.0)
319
- rspec-rails (3.8.0)
320
- actionpack (>= 3.0)
321
- activesupport (>= 3.0)
322
- railties (>= 3.0)
323
- rspec-core (~> 3.8.0)
324
- rspec-expectations (~> 3.8.0)
325
- rspec-mocks (~> 3.8.0)
326
- rspec-support (~> 3.8.0)
327
- rspec-support (3.8.0)
328
- rubocop (0.59.2)
329
- jaro_winkler (~> 1.5.1)
330
- parallel (~> 1.10)
331
- parser (>= 2.5, != 2.5.1.1)
332
- powerpack (~> 0.1)
333
- rainbow (>= 2.2.2, < 4.0)
334
- ruby-progressbar (~> 1.7)
335
- unicode-display_width (~> 1.0, >= 1.0.1)
336
- ruby-progressbar (1.10.0)
337
- rubyzip (1.2.2)
338
- sass (3.7.2)
339
- sass-listen (~> 4.0.0)
340
- sass-listen (4.0.0)
341
- rb-fsevent (~> 0.9, >= 0.9.4)
342
- rb-inotify (~> 0.9, >= 0.9.7)
343
- selenium-webdriver (3.141.0)
344
- childprocess (~> 0.5)
345
- rubyzip (~> 1.2, >= 1.2.2)
346
- simplecov (0.16.1)
347
- docile (~> 1.1)
348
- json (>= 1.8, < 3)
349
- simplecov-html (~> 0.10.0)
350
- simplecov-html (0.10.2)
351
- spoon (0.0.6)
352
- ffi
353
- sprockets (3.7.2)
354
- concurrent-ruby (~> 1.0)
355
- rack (> 1, < 3)
356
- sprockets-rails (3.2.1)
357
- actionpack (>= 4.0)
358
- activesupport (>= 4.0)
359
- sprockets (>= 3.0.0)
360
- sqlite3 (1.3.13)
361
- terminal-table (1.8.0)
362
- unicode-display_width (~> 1.1, >= 1.1.1)
363
- thor (0.20.0)
364
- thread_safe (0.3.6)
365
- thread_safe (0.3.6-java)
366
- tomlrb (1.2.7)
367
- tzinfo (1.2.5)
368
- thread_safe (~> 0.1)
369
- unicode-display_width (1.4.0)
370
- url (0.3.2)
371
- warden (1.2.7)
372
- rack (>= 1.0)
373
- websocket-driver (0.6.5)
374
- websocket-extensions (>= 0.1.0)
375
- websocket-driver (0.6.5-java)
376
- websocket-extensions (>= 0.1.0)
377
- websocket-extensions (0.1.3)
378
- xpath (3.2.0)
379
- nokogiri (~> 1.8)
380
- yard (0.9.16)
381
-
382
- PLATFORMS
383
- java
384
- ruby
385
-
386
- DEPENDENCIES
387
- activeadmin!
388
- activerecord-jdbcsqlite3-adapter (~> 50.0)
389
- better_errors
390
- binding_of_caller
391
- cancan
392
- capybara (~> 3.10)
393
- codecov
394
- cucumber
395
- cucumber-rails (~> 1.5)
396
- database_cleaner
397
- devise (~> 4.0)
398
- draper (~> 3.0)
399
- i18n-spec
400
- i18n-tasks
401
- jasmine
402
- jasmine-core (= 2.9.1)
403
- jruby-openssl (~> 0.10.1)
404
- kramdown
405
- launchy
406
- mdl (= 0.4.0)
407
- parallel_tests (~> 2.26)
408
- pry
409
- pry-byebug
410
- pundit
411
- rack-mini-profiler (>= 0.10.1)
412
- rails (= 5.0.7)
413
- rails-i18n
414
- rake
415
- redcarpet
416
- rspec-rails
417
- rubocop (= 0.59.2)
418
- selenium-webdriver
419
- simplecov
420
- sqlite3
421
- yard
422
-
423
- BUNDLED WITH
424
- 1.17.1
@@ -1,10 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- eval_gemfile(File.expand_path(File.join("..", "Gemfile.common"), __dir__))
4
-
5
- gem "rails", "5.1.6"
6
- gem "devise", "~> 4.3"
7
- gem "draper", "~> 3.0"
8
- gem "activerecord-jdbcsqlite3-adapter", "~> 51.0", platforms: :jruby
9
-
10
- gemspec path: "../"
@@ -1,423 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- activeadmin (1.4.2)
5
- arbre (>= 1.1.1)
6
- coffee-rails
7
- formtastic (~> 3.1)
8
- formtastic_i18n
9
- inherited_resources (>= 1.9.0)
10
- jquery-rails (>= 4.2.0)
11
- kaminari (>= 0.15)
12
- railties (>= 4.2, < 5.3)
13
- ransack (>= 1.8.7)
14
- sass (~> 3.1)
15
- sprockets (< 4.1)
16
-
17
- GEM
18
- remote: https://rubygems.org/
19
- specs:
20
- actioncable (5.1.6)
21
- actionpack (= 5.1.6)
22
- nio4r (~> 2.0)
23
- websocket-driver (~> 0.6.1)
24
- actionmailer (5.1.6)
25
- actionpack (= 5.1.6)
26
- actionview (= 5.1.6)
27
- activejob (= 5.1.6)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (5.1.6)
31
- actionview (= 5.1.6)
32
- activesupport (= 5.1.6)
33
- rack (~> 2.0)
34
- rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.1.6)
38
- activesupport (= 5.1.6)
39
- builder (~> 3.1)
40
- erubi (~> 1.4)
41
- rails-dom-testing (~> 2.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.1.6)
44
- activesupport (= 5.1.6)
45
- globalid (>= 0.3.6)
46
- activemodel (5.1.6)
47
- activesupport (= 5.1.6)
48
- activemodel-serializers-xml (1.0.2)
49
- activemodel (> 5.x)
50
- activesupport (> 5.x)
51
- builder (~> 3.1)
52
- activerecord (5.1.6)
53
- activemodel (= 5.1.6)
54
- activesupport (= 5.1.6)
55
- arel (~> 8.0)
56
- activerecord-jdbc-adapter (51.2-java)
57
- activerecord (~> 5.1.0)
58
- activerecord-jdbcsqlite3-adapter (51.2-java)
59
- activerecord-jdbc-adapter (= 51.2)
60
- jdbc-sqlite3 (~> 3.8, < 3.30)
61
- activesupport (5.1.6)
62
- concurrent-ruby (~> 1.0, >= 1.0.2)
63
- i18n (>= 0.7, < 2)
64
- minitest (~> 5.1)
65
- tzinfo (~> 1.1)
66
- addressable (2.5.2)
67
- public_suffix (>= 2.0.2, < 4.0)
68
- arbre (1.1.1)
69
- activesupport (>= 3.0.0)
70
- arel (8.0.0)
71
- ast (2.4.0)
72
- backports (3.11.4)
73
- bcrypt (3.1.12)
74
- bcrypt (3.1.12-java)
75
- better_errors (2.5.0)
76
- coderay (>= 1.0.0)
77
- erubi (>= 1.0.0)
78
- rack (>= 0.9.0)
79
- binding_of_caller (0.8.0)
80
- debug_inspector (>= 0.0.1)
81
- builder (3.2.3)
82
- byebug (10.0.2)
83
- cancan (1.6.10)
84
- capybara (3.10.0)
85
- addressable
86
- mini_mime (>= 0.1.3)
87
- nokogiri (~> 1.8)
88
- rack (>= 1.6.0)
89
- rack-test (>= 0.6.3)
90
- regexp_parser (~> 1.2)
91
- xpath (~> 3.2)
92
- childprocess (0.9.0)
93
- ffi (~> 1.0, >= 1.0.11)
94
- codecov (0.1.13)
95
- json
96
- simplecov
97
- url
98
- coderay (1.1.2)
99
- coffee-rails (4.2.2)
100
- coffee-script (>= 2.2.0)
101
- railties (>= 4.0.0)
102
- coffee-script (2.4.1)
103
- coffee-script-source
104
- execjs
105
- coffee-script-source (1.12.2)
106
- concurrent-ruby (1.1.3)
107
- crass (1.0.4)
108
- cucumber (3.1.2)
109
- builder (>= 2.1.2)
110
- cucumber-core (~> 3.2.0)
111
- cucumber-expressions (~> 6.0.1)
112
- cucumber-wire (~> 0.0.1)
113
- diff-lcs (~> 1.3)
114
- gherkin (~> 5.1.0)
115
- multi_json (>= 1.7.5, < 2.0)
116
- multi_test (>= 0.1.2)
117
- cucumber-core (3.2.1)
118
- backports (>= 3.8.0)
119
- cucumber-tag_expressions (~> 1.1.0)
120
- gherkin (~> 5.0)
121
- cucumber-expressions (6.0.1)
122
- cucumber-rails (1.6.0)
123
- capybara (>= 1.1.2, < 4)
124
- cucumber (>= 3.0.2, < 4)
125
- mime-types (>= 1.17, < 4)
126
- nokogiri (~> 1.8)
127
- railties (>= 4, < 6)
128
- cucumber-tag_expressions (1.1.1)
129
- cucumber-wire (0.0.1)
130
- database_cleaner (1.7.0)
131
- debug_inspector (0.0.3)
132
- devise (4.5.0)
133
- bcrypt (~> 3.0)
134
- orm_adapter (~> 0.1)
135
- railties (>= 4.1.0, < 6.0)
136
- responders
137
- warden (~> 1.2.3)
138
- diff-lcs (1.3)
139
- docile (1.3.1)
140
- draper (3.0.1)
141
- actionpack (~> 5.0)
142
- activemodel (~> 5.0)
143
- activemodel-serializers-xml (~> 1.0)
144
- activesupport (~> 5.0)
145
- request_store (~> 1.0)
146
- erubi (1.7.1)
147
- execjs (2.7.0)
148
- ffi (1.9.25)
149
- ffi (1.9.25-java)
150
- formtastic (3.1.5)
151
- actionpack (>= 3.2.13)
152
- formtastic_i18n (0.6.0)
153
- gherkin (5.1.0)
154
- globalid (0.4.1)
155
- activesupport (>= 4.2.0)
156
- has_scope (0.7.2)
157
- actionpack (>= 4.1)
158
- activesupport (>= 4.1)
159
- highline (2.0.0)
160
- i18n (1.1.1)
161
- concurrent-ruby (~> 1.0)
162
- i18n-spec (0.6.0)
163
- iso
164
- i18n-tasks (0.9.25)
165
- activesupport (>= 4.0.2)
166
- ast (>= 2.1.0)
167
- erubi
168
- highline (>= 2.0.0)
169
- i18n
170
- parser (>= 2.2.3.0)
171
- rainbow (>= 2.2.2, < 4.0)
172
- terminal-table (>= 1.5.1)
173
- inherited_resources (1.9.0)
174
- actionpack (>= 4.2, < 5.3)
175
- has_scope (~> 0.6)
176
- railties (>= 4.2, < 5.3)
177
- responders
178
- iso (0.2.2)
179
- i18n
180
- jaro_winkler (1.5.1)
181
- jaro_winkler (1.5.1-java)
182
- jasmine (2.9.0)
183
- jasmine-core (>= 2.9.0, < 3.0.0)
184
- phantomjs
185
- rack (>= 1.2.1)
186
- rake
187
- jasmine-core (2.9.1)
188
- jdbc-sqlite3 (3.20.1)
189
- jquery-rails (4.3.3)
190
- rails-dom-testing (>= 1, < 3)
191
- railties (>= 4.2.0)
192
- thor (>= 0.14, < 2.0)
193
- jruby-openssl (0.10.1-java)
194
- json (2.1.0)
195
- json (2.1.0-java)
196
- kaminari (1.1.1)
197
- activesupport (>= 4.1.0)
198
- kaminari-actionview (= 1.1.1)
199
- kaminari-activerecord (= 1.1.1)
200
- kaminari-core (= 1.1.1)
201
- kaminari-actionview (1.1.1)
202
- actionview
203
- kaminari-core (= 1.1.1)
204
- kaminari-activerecord (1.1.1)
205
- activerecord
206
- kaminari-core (= 1.1.1)
207
- kaminari-core (1.1.1)
208
- kramdown (1.17.0)
209
- launchy (2.4.3)
210
- addressable (~> 2.3)
211
- launchy (2.4.3-java)
212
- addressable (~> 2.3)
213
- spoon (~> 0.0.1)
214
- loofah (2.2.3)
215
- crass (~> 1.0.2)
216
- nokogiri (>= 1.5.9)
217
- mail (2.7.1)
218
- mini_mime (>= 0.1.1)
219
- mdl (0.4.0)
220
- kramdown (~> 1.12, >= 1.12.0)
221
- mixlib-cli (~> 1.7, >= 1.7.0)
222
- mixlib-config (~> 2.2, >= 2.2.1)
223
- method_source (0.9.0)
224
- mime-types (3.2.2)
225
- mime-types-data (~> 3.2015)
226
- mime-types-data (3.2018.0812)
227
- mini_mime (1.0.1)
228
- mini_portile2 (2.3.0)
229
- minitest (5.11.3)
230
- mixlib-cli (1.7.0)
231
- mixlib-config (2.2.13)
232
- tomlrb
233
- multi_json (1.13.1)
234
- multi_test (0.1.2)
235
- nio4r (2.3.1)
236
- nio4r (2.3.1-java)
237
- nokogiri (1.8.5)
238
- mini_portile2 (~> 2.3.0)
239
- nokogiri (1.8.5-java)
240
- orm_adapter (0.5.0)
241
- parallel (1.12.1)
242
- parallel_tests (2.26.0)
243
- parallel
244
- parser (2.5.1.2)
245
- ast (~> 2.4.0)
246
- phantomjs (2.1.1.0)
247
- powerpack (0.1.2)
248
- pry (0.11.3)
249
- coderay (~> 1.1.0)
250
- method_source (~> 0.9.0)
251
- pry (0.11.3-java)
252
- coderay (~> 1.1.0)
253
- method_source (~> 0.9.0)
254
- spoon (~> 0.0)
255
- pry-byebug (3.6.0)
256
- byebug (~> 10.0)
257
- pry (~> 0.10)
258
- public_suffix (3.0.3)
259
- pundit (2.0.0)
260
- activesupport (>= 3.0.0)
261
- rack (2.0.5)
262
- rack-mini-profiler (1.0.0)
263
- rack (>= 1.2.0)
264
- rack-test (1.1.0)
265
- rack (>= 1.0, < 3)
266
- rails (5.1.6)
267
- actioncable (= 5.1.6)
268
- actionmailer (= 5.1.6)
269
- actionpack (= 5.1.6)
270
- actionview (= 5.1.6)
271
- activejob (= 5.1.6)
272
- activemodel (= 5.1.6)
273
- activerecord (= 5.1.6)
274
- activesupport (= 5.1.6)
275
- bundler (>= 1.3.0)
276
- railties (= 5.1.6)
277
- sprockets-rails (>= 2.0.0)
278
- rails-dom-testing (2.0.3)
279
- activesupport (>= 4.2.0)
280
- nokogiri (>= 1.6)
281
- rails-html-sanitizer (1.0.4)
282
- loofah (~> 2.2, >= 2.2.2)
283
- rails-i18n (5.1.1)
284
- i18n (>= 0.7, < 2)
285
- railties (>= 5.0, < 6)
286
- railties (5.1.6)
287
- actionpack (= 5.1.6)
288
- activesupport (= 5.1.6)
289
- method_source
290
- rake (>= 0.8.7)
291
- thor (>= 0.18.1, < 2.0)
292
- rainbow (2.2.2)
293
- rake
294
- rake (12.3.1)
295
- ransack (2.1.0)
296
- actionpack (>= 5.0)
297
- activerecord (>= 5.0)
298
- activesupport (>= 5.0)
299
- i18n
300
- rb-fsevent (0.10.3)
301
- rb-inotify (0.9.10)
302
- ffi (>= 0.5.0, < 2)
303
- redcarpet (3.4.0)
304
- regexp_parser (1.2.0)
305
- request_store (1.4.1)
306
- rack (>= 1.4)
307
- responders (2.4.0)
308
- actionpack (>= 4.2.0, < 5.3)
309
- railties (>= 4.2.0, < 5.3)
310
- rspec-core (3.8.0)
311
- rspec-support (~> 3.8.0)
312
- rspec-expectations (3.8.2)
313
- diff-lcs (>= 1.2.0, < 2.0)
314
- rspec-support (~> 3.8.0)
315
- rspec-mocks (3.8.0)
316
- diff-lcs (>= 1.2.0, < 2.0)
317
- rspec-support (~> 3.8.0)
318
- rspec-rails (3.8.0)
319
- actionpack (>= 3.0)
320
- activesupport (>= 3.0)
321
- railties (>= 3.0)
322
- rspec-core (~> 3.8.0)
323
- rspec-expectations (~> 3.8.0)
324
- rspec-mocks (~> 3.8.0)
325
- rspec-support (~> 3.8.0)
326
- rspec-support (3.8.0)
327
- rubocop (0.59.2)
328
- jaro_winkler (~> 1.5.1)
329
- parallel (~> 1.10)
330
- parser (>= 2.5, != 2.5.1.1)
331
- powerpack (~> 0.1)
332
- rainbow (>= 2.2.2, < 4.0)
333
- ruby-progressbar (~> 1.7)
334
- unicode-display_width (~> 1.0, >= 1.0.1)
335
- ruby-progressbar (1.10.0)
336
- rubyzip (1.2.2)
337
- sass (3.7.2)
338
- sass-listen (~> 4.0.0)
339
- sass-listen (4.0.0)
340
- rb-fsevent (~> 0.9, >= 0.9.4)
341
- rb-inotify (~> 0.9, >= 0.9.7)
342
- selenium-webdriver (3.141.0)
343
- childprocess (~> 0.5)
344
- rubyzip (~> 1.2, >= 1.2.2)
345
- simplecov (0.16.1)
346
- docile (~> 1.1)
347
- json (>= 1.8, < 3)
348
- simplecov-html (~> 0.10.0)
349
- simplecov-html (0.10.2)
350
- spoon (0.0.6)
351
- ffi
352
- sprockets (3.7.2)
353
- concurrent-ruby (~> 1.0)
354
- rack (> 1, < 3)
355
- sprockets-rails (3.2.1)
356
- actionpack (>= 4.0)
357
- activesupport (>= 4.0)
358
- sprockets (>= 3.0.0)
359
- sqlite3 (1.3.13)
360
- terminal-table (1.8.0)
361
- unicode-display_width (~> 1.1, >= 1.1.1)
362
- thor (0.20.0)
363
- thread_safe (0.3.6)
364
- thread_safe (0.3.6-java)
365
- tomlrb (1.2.7)
366
- tzinfo (1.2.5)
367
- thread_safe (~> 0.1)
368
- unicode-display_width (1.4.0)
369
- url (0.3.2)
370
- warden (1.2.7)
371
- rack (>= 1.0)
372
- websocket-driver (0.6.5)
373
- websocket-extensions (>= 0.1.0)
374
- websocket-driver (0.6.5-java)
375
- websocket-extensions (>= 0.1.0)
376
- websocket-extensions (0.1.3)
377
- xpath (3.2.0)
378
- nokogiri (~> 1.8)
379
- yard (0.9.16)
380
-
381
- PLATFORMS
382
- java
383
- ruby
384
-
385
- DEPENDENCIES
386
- activeadmin!
387
- activerecord-jdbcsqlite3-adapter (~> 51.0)
388
- better_errors
389
- binding_of_caller
390
- cancan
391
- capybara (~> 3.10)
392
- codecov
393
- cucumber
394
- cucumber-rails (~> 1.5)
395
- database_cleaner
396
- devise (~> 4.3)
397
- draper (~> 3.0)
398
- i18n-spec
399
- i18n-tasks
400
- jasmine
401
- jasmine-core (= 2.9.1)
402
- jruby-openssl (~> 0.10.1)
403
- kramdown
404
- launchy
405
- mdl (= 0.4.0)
406
- parallel_tests (~> 2.26)
407
- pry
408
- pry-byebug
409
- pundit
410
- rack-mini-profiler (>= 0.10.1)
411
- rails (= 5.1.6)
412
- rails-i18n
413
- rake
414
- redcarpet
415
- rspec-rails
416
- rubocop (= 0.59.2)
417
- selenium-webdriver
418
- simplecov
419
- sqlite3
420
- yard
421
-
422
- BUNDLED WITH
423
- 1.17.1